2024-02-20T00:17:02.856 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-20T00:17:02.857 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153 --owner scheduled_gabrioux@teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/orig.config.yaml 2024-02-20T00:17:02.891 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-20T00:17:02.970 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7568153' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-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-guits-testing-6-2024-02-19-2119-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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-20T00:17:02.970 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-20T00:17:02.971 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-20T00:17:02.971 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-20T00:17:02.973 INFO:teuthology.task.internal:Checking packages... 2024-02-20T00:17:02.999 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-20T00:17:02.999 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-20T00:17:02.999 INFO:teuthology.packaging:ref: None 2024-02-20T00:17:02.999 INFO:teuthology.packaging:tag: None 2024-02-20T00:17:02.999 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-20T00:17:02.999 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-20T00:17:02.999 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-20T00:17:03.245 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549-g19854089-1bionic 2024-02-20T00:17:03.246 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-20T00:17:03.252 INFO:teuthology.task.internal:no buildpackages task found 2024-02-20T00:17:03.252 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-20T00:17:03.274 INFO:teuthology.task.internal:Saving configuration 2024-02-20T00:17:03.289 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-20T00:17:03.295 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:17:03.320 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153', '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': '2024-02-20 00:06:10.047144', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-20T00:17:03.342 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153', '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': '2024-02-20 00:06:10.048975', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-20T00:17:03.342 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-20T00:17:03.348 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-20T00:17:03.348 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-20T00:17:03.348 INFO:teuthology.run_tasks:Running task console_log... 2024-02-20T00:17:03.434 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f57d0f12310>, signals=[15]) 2024-02-20T00:17:03.434 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-20T00:17:03.440 INFO:teuthology.task.internal:Opening connections... 2024-02-20T00:17:03.440 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:17:03.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:17:03.532 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-02-20T00:17:03.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:17:03.614 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-20T00:17:03.620 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-02-20T00:17:03.648 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-02-20T00:17:03.648 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-02-20T00:17:03.695 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Ubuntu" 2024-02-20T00:17:03.695 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-20T00:17:03.695 INFO:teuthology.orchestra.run.smithi088.stdout:ID=ubuntu 2024-02-20T00:17:03.695 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE=debian 2024-02-20T00:17:03.695 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="18.04" 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_CODENAME=bionic 2024-02-20T00:17:03.696 INFO:teuthology.orchestra.run.smithi088.stdout:UBUNTU_CODENAME=bionic 2024-02-20T00:17:03.697 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-02-20T00:17:03.719 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-02-20T00:17:03.735 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-02-20T00:17:03.735 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Ubuntu" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:ID=ubuntu 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE=debian 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="18.04" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_CODENAME=bionic 2024-02-20T00:17:03.782 INFO:teuthology.orchestra.run.smithi150.stdout:UBUNTU_CODENAME=bionic 2024-02-20T00:17:03.783 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-02-20T00:17:03.802 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-20T00:17:03.810 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-20T00:17:03.814 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-20T00:17:03.815 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-02-20T00:17:03.817 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-02-20T00:17:03.829 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-20T00:17:03.834 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-20T00:17:03.834 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-02-20T00:17:03.863 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-02-20T00:17:03.886 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-20T00:17:03.939 INFO:teuthology.run_tasks:Running task kernel... 2024-02-20T00:17:03.953 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-20T00:17:03.953 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-20T00:17:03.953 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-20T00:17:03.954 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-20T00:17:03.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:17:03.959 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-02-20T00:17:03.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:17:03.960 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-02-20T00:17:04.007 INFO:teuthology.orchestra.run.smithi088.stdout:4.15.0-200-generic 2024-02-20T00:17:04.007 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.15.0-200-generic 2024-02-20T00:17:04.007 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2024-02-20T00:17:04.009 INFO:teuthology.orchestra.run.smithi150.stdout:4.15.0-200-generic 2024-02-20T00:17:04.009 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.15.0-200-generic 2024-02-20T00:17:04.010 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2024-02-20T00:17:04.109 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-02-20T00:17:04.118 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2024-02-20T00:17:05.743 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-20T00:17:05.748 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-20T00:17:05.820 INFO:teuthology.orchestra.run.smithi088.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-20T00:17:05.828 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-20T00:17:05.913 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-20T00:17:06.095 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-20T00:17:06.095 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-20T00:17:06.131 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-20T00:17:06.151 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-20T00:17:06.222 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-20T00:17:06.228 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-20T00:17:06.229 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-20T00:17:06.272 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-20T00:17:06.279 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-20T00:17:06.282 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-20T00:17:06.282 INFO:teuthology.orchestra.run.smithi088.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-20T00:17:06.287 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-20T00:17:06.287 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-20T00:17:06.303 INFO:teuthology.orchestra.run.smithi088.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-20T00:17:06.305 INFO:teuthology.orchestra.run.smithi088.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-20T00:17:06.316 INFO:teuthology.orchestra.run.smithi150.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-20T00:17:06.318 INFO:teuthology.orchestra.run.smithi150.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-20T00:17:06.324 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-20T00:17:06.348 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-20T00:17:06.352 INFO:teuthology.orchestra.run.smithi088.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-20T00:17:06.352 INFO:teuthology.orchestra.run.smithi088.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-20T00:17:06.352 INFO:teuthology.orchestra.run.smithi088.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-20T00:17:06.353 INFO:teuthology.orchestra.run.smithi150.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-20T00:17:06.358 INFO:teuthology.orchestra.run.smithi150.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-20T00:17:06.370 INFO:teuthology.orchestra.run.smithi150.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-20T00:17:06.374 INFO:teuthology.orchestra.run.smithi150.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-20T00:17:06.374 INFO:teuthology.orchestra.run.smithi150.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-20T00:17:06.375 INFO:teuthology.orchestra.run.smithi150.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-20T00:17:06.375 INFO:teuthology.orchestra.run.smithi150.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-20T00:17:06.375 INFO:teuthology.orchestra.run.smithi150.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-20T00:17:06.376 INFO:teuthology.orchestra.run.smithi150.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-20T00:17:06.376 INFO:teuthology.orchestra.run.smithi150.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-20T00:17:06.392 INFO:teuthology.orchestra.run.smithi088.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-20T00:17:06.526 INFO:teuthology.orchestra.run.smithi150.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-20T00:17:06.530 INFO:teuthology.orchestra.run.smithi088.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-20T00:17:06.551 INFO:teuthology.orchestra.run.smithi150.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-20T00:17:06.555 INFO:teuthology.orchestra.run.smithi088.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-20T00:17:06.562 INFO:teuthology.orchestra.run.smithi150.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-20T00:17:06.562 INFO:teuthology.orchestra.run.smithi150.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-20T00:17:06.564 INFO:teuthology.orchestra.run.smithi088.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-20T00:17:06.585 INFO:teuthology.orchestra.run.smithi150.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-20T00:17:06.588 INFO:teuthology.orchestra.run.smithi150.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-20T00:17:06.591 INFO:teuthology.orchestra.run.smithi088.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-20T00:17:06.591 INFO:teuthology.orchestra.run.smithi088.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-20T00:17:06.593 INFO:teuthology.orchestra.run.smithi088.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-20T00:17:06.614 INFO:teuthology.orchestra.run.smithi150.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-20T00:17:06.630 INFO:teuthology.orchestra.run.smithi150.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-20T00:17:06.630 INFO:teuthology.orchestra.run.smithi088.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-20T00:17:06.633 INFO:teuthology.orchestra.run.smithi150.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-20T00:17:06.633 INFO:teuthology.orchestra.run.smithi150.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-20T00:17:06.634 INFO:teuthology.orchestra.run.smithi150.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-20T00:17:06.647 INFO:teuthology.orchestra.run.smithi088.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-20T00:17:06.651 INFO:teuthology.orchestra.run.smithi088.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-20T00:17:06.652 INFO:teuthology.orchestra.run.smithi088.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-20T00:17:06.652 INFO:teuthology.orchestra.run.smithi088.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-20T00:17:06.652 INFO:teuthology.orchestra.run.smithi088.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-20T00:17:06.652 INFO:teuthology.orchestra.run.smithi088.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-20T00:17:06.653 INFO:teuthology.orchestra.run.smithi088.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-20T00:17:06.653 INFO:teuthology.orchestra.run.smithi088.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-20T00:17:08.997 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 20.1 MB in 5s (4,338 kB/s) 2024-02-20T00:17:09.029 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 20.1 MB in 5s (4,297 kB/s) 2024-02-20T00:17:10.745 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-02-20T00:17:10.785 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-02-20T00:17:10.797 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-20T00:17:10.837 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-20T00:17:10.874 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-02-20T00:17:10.923 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-02-20T00:17:11.152 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-02-20T00:17:11.153 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-02-20T00:17:11.213 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2024-02-20T00:17:11.213 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2024-02-20T00:17:11.375 INFO:teuthology.orchestra.run.smithi150.stdout:The following additional packages will be installed: 2024-02-20T00:17:11.375 INFO:teuthology.orchestra.run.smithi150.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-20T00:17:11.375 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-20T00:17:11.376 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-20T00:17:11.378 INFO:teuthology.orchestra.run.smithi150.stdout:Suggested packages: 2024-02-20T00:17:11.378 INFO:teuthology.orchestra.run.smithi150.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-20T00:17:11.378 INFO:teuthology.orchestra.run.smithi150.stdout:Recommended packages: 2024-02-20T00:17:11.378 INFO:teuthology.orchestra.run.smithi150.stdout: thermald 2024-02-20T00:17:11.433 INFO:teuthology.orchestra.run.smithi088.stdout:The following additional packages will be installed: 2024-02-20T00:17:11.433 INFO:teuthology.orchestra.run.smithi088.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-20T00:17:11.433 INFO:teuthology.orchestra.run.smithi088.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-20T00:17:11.434 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-20T00:17:11.436 INFO:teuthology.orchestra.run.smithi088.stdout:Suggested packages: 2024-02-20T00:17:11.436 INFO:teuthology.orchestra.run.smithi088.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-20T00:17:11.436 INFO:teuthology.orchestra.run.smithi088.stdout:Recommended packages: 2024-02-20T00:17:11.436 INFO:teuthology.orchestra.run.smithi088.stdout: thermald 2024-02-20T00:17:11.443 INFO:teuthology.orchestra.run.smithi150.stdout:The following NEW packages will be installed: 2024-02-20T00:17:11.443 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-20T00:17:11.443 INFO:teuthology.orchestra.run.smithi150.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-20T00:17:11.444 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-20T00:17:11.445 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages will be upgraded: 2024-02-20T00:17:11.446 INFO:teuthology.orchestra.run.smithi150.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-20T00:17:11.504 INFO:teuthology.orchestra.run.smithi088.stdout:The following NEW packages will be installed: 2024-02-20T00:17:11.504 INFO:teuthology.orchestra.run.smithi088.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-20T00:17:11.504 INFO:teuthology.orchestra.run.smithi088.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-20T00:17:11.505 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-20T00:17:11.506 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages will be upgraded: 2024-02-20T00:17:11.507 INFO:teuthology.orchestra.run.smithi088.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-20T00:17:11.512 INFO:teuthology.orchestra.run.smithi150.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-20T00:17:11.512 INFO:teuthology.orchestra.run.smithi150.stdout:Need to get 67.4 MB of archives. 2024-02-20T00:17:11.512 INFO:teuthology.orchestra.run.smithi150.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-20T00:17:11.512 INFO:teuthology.orchestra.run.smithi150.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] 2024-02-20T00:17:11.692 INFO:teuthology.orchestra.run.smithi088.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-20T00:17:11.692 INFO:teuthology.orchestra.run.smithi088.stdout:Need to get 67.4 MB of archives. 2024-02-20T00:17:11.692 INFO:teuthology.orchestra.run.smithi088.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-20T00:17:11.692 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:17:11.840 INFO:teuthology.orchestra.run.smithi150.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] 2024-02-20T00:17:11.941 INFO:teuthology.orchestra.run.smithi150.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] 2024-02-20T00:17:12.329 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-20T00:17:12.329 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-20T00:17:12.329 INFO:teuthology.orchestra.run.smithi150.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] 2024-02-20T00:17:12.457 INFO:teuthology.orchestra.run.smithi150.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] 2024-02-20T00:17:12.471 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-20T00:17:12.708 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:17:12.959 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:17:13.261 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 67.4 MB in 1s (67.0 MB/s) 2024-02-20T00:17:13.371 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-20T00:17:13.391 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-20T00:17:13.415 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:17:13.440 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-20T00:17:13.576 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:17:13.618 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-20T00:17:14.280 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 67.4 MB in 2s (32.2 MB/s) 2024-02-20T00:17:14.413 INFO:teuthology.orchestra.run.smithi150.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.) 2024-02-20T00:17:14.418 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:14.463 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-20T00:17:14.487 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:15.401 INFO:teuthology.orchestra.run.smithi088.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.) 2024-02-20T00:17:15.407 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:15.526 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:16.129 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-20T00:17:16.147 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:16.241 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:16.775 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-20T00:17:16.790 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:16.832 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:17.318 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-20T00:17:17.335 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:17.455 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:18.030 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-20T00:17:18.043 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:18.080 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:20.697 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-20T00:17:20.819 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-20T00:17:21.137 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-20T00:17:21.264 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-20T00:17:21.559 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-20T00:17:21.575 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-20T00:17:21.617 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-20T00:17:22.000 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-20T00:17:22.142 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-20T00:17:22.484 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-20T00:17:22.612 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-20T00:17:23.007 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-20T00:17:23.020 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-20T00:17:23.065 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-20T00:17:26.319 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-20T00:17:26.342 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:26.385 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:28.032 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-20T00:17:28.055 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-20T00:17:28.115 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:28.812 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-20T00:17:29.567 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-20T00:17:29.890 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:30.506 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:30.652 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-20T00:17:30.763 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-20T00:17:30.999 INFO:teuthology.orchestra.run.smithi150.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-20T00:17:30.999 INFO:teuthology.orchestra.run.smithi150.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-20T00:17:31.000 INFO:teuthology.orchestra.run.smithi150.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-20T00:17:31.000 INFO:teuthology.orchestra.run.smithi150.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:31.122 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:31.149 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:31.693 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-20T00:17:31.752 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:31.835 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-20T00:17:31.961 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:32.096 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-20T00:17:32.247 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-20T00:17:32.252 INFO:teuthology.orchestra.run.smithi088.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-20T00:17:32.252 INFO:teuthology.orchestra.run.smithi088.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-20T00:17:32.252 INFO:teuthology.orchestra.run.smithi088.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-20T00:17:32.253 INFO:teuthology.orchestra.run.smithi088.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:32.373 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:32.404 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:32.589 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-20T00:17:32.589 INFO:teuthology.orchestra.run.smithi150.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:32.997 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-20T00:17:33.147 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-20T00:17:33.274 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:33.400 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-20T00:17:33.543 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-20T00:17:33.669 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-20T00:17:33.881 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-20T00:17:33.882 INFO:teuthology.orchestra.run.smithi088.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:48.629 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-20T00:17:48.630 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub' 2024-02-20T00:17:48.664 INFO:teuthology.orchestra.run.smithi150.stdout:Generating grub configuration file ... 2024-02-20T00:17:49.304 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-20T00:17:49.354 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:49.699 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-20T00:17:49.732 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-20T00:17:49.805 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-20T00:17:49.840 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-20T00:17:50.543 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-20T00:17:50.543 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub' 2024-02-20T00:17:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:Generating grub configuration file ... 2024-02-20T00:17:50.817 INFO:teuthology.orchestra.run.smithi150.stdout:done 2024-02-20T00:17:51.017 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-20T00:17:51.054 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:51.283 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 18 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2024-02-20T00:17:51.301 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 4.15.0.213.196 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2024-02-20T00:17:51.302 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2024-02-20T00:17:51.302 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-20T00:17:51.302 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-20T00:17:51.302 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-20T00:17:51.303 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-20T00:17:51.303 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2024-02-20T00:17:51.303 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2024-02-20T00:17:51.397 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-02-20T00:17:51.527 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-20T00:17:51.527 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-20T00:17:51.546 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-20T00:17:51.547 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-20T00:17:51.579 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-20T00:17:51.580 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-20T00:17:51.651 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-20T00:17:51.678 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-20T00:17:52.847 INFO:teuthology.orchestra.run.smithi088.stdout:done 2024-02-20T00:17:53.299 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 18 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2024-02-20T00:17:53.322 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 4.15.0.213.196 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2024-02-20T00:17:53.323 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2024-02-20T00:17:53.323 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-20T00:17:53.323 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-20T00:17:53.323 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-20T00:17:53.323 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-20T00:17:53.324 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-02-20T00:17:53.324 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2024-02-20T00:17:53.427 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2024-02-20T00:17:53.566 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-20T00:17:53.636 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-02-20T00:17:53.671 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-20T00:17:53.689 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-20T00:17:53.753 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-20T00:17:53.770 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-02-20T00:17:53.843 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-20T00:17:54.072 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-02-20T00:17:54.072 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-02-20T00:17:54.281 INFO:teuthology.orchestra.run.smithi150.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-20T00:17:54.281 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages were automatically installed and are no longer required: 2024-02-20T00:17:54.281 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-20T00:17:54.281 INFO:teuthology.orchestra.run.smithi150.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-20T00:17:54.282 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-20T00:17:54.282 INFO:teuthology.orchestra.run.smithi150.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-20T00:17:54.335 INFO:teuthology.orchestra.run.smithi150.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-20T00:17:54.337 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic 2024-02-20T00:17:54.358 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic 2024-02-20T00:17:54.359 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2024-02-20T00:17:54.359 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2024-02-20T00:17:54.359 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2024-02-20T00:17:54.359 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 18 2024-02-20T00:17:54.359 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2024-02-20T00:17:54.359 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 4.15.0.213.196 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2024-02-20T00:17:54.360 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2024-02-20T00:17:54.361 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2024-02-20T00:17:54.405 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.9ztLBOaqdk 2024-02-20T00:17:54.406 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9ztLBOaqdk 2024-02-20T00:17:54.463 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.9ztLBOaqdk 2024-02-20T00:17:54.592 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.9ztLBOaqdk is 10KB 2024-02-20T00:17:54.603 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.9ztLBOaqdk 2024-02-20T00:17:54.610 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-20T00:17:54.684 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:17:54.684 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-20T00:17:54.685 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-20T00:17:54.754 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-20T00:17:54.754 DEBUG:teuthology.orchestra.run.smithi150:> sudo update-grub 2024-02-20T00:17:55.643 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-02-20T00:17:55.691 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-20T00:17:55.769 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-02-20T00:17:56.032 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2024-02-20T00:17:56.032 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2024-02-20T00:17:56.226 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub' 2024-02-20T00:17:56.236 INFO:teuthology.orchestra.run.smithi088.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-20T00:17:56.236 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages were automatically installed and are no longer required: 2024-02-20T00:17:56.236 INFO:teuthology.orchestra.run.smithi088.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-20T00:17:56.237 INFO:teuthology.orchestra.run.smithi088.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-20T00:17:56.237 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-20T00:17:56.237 INFO:teuthology.orchestra.run.smithi088.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-20T00:17:56.247 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2024-02-20T00:17:56.292 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-20T00:17:56.294 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 18 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2024-02-20T00:17:56.314 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 4.15.0.213.196 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2024-02-20T00:17:56.315 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2024-02-20T00:17:56.315 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-02-20T00:17:56.360 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.VHTY1l4Vwu 2024-02-20T00:17:56.361 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VHTY1l4Vwu 2024-02-20T00:17:56.430 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.VHTY1l4Vwu 2024-02-20T00:17:56.510 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-20T00:17:56.522 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:56.571 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.VHTY1l4Vwu is 10KB 2024-02-20T00:17:56.582 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.VHTY1l4Vwu 2024-02-20T00:17:56.588 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-20T00:17:56.648 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:17:56.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-20T00:17:56.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-20T00:17:56.720 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-20T00:17:56.721 DEBUG:teuthology.orchestra.run.smithi088:> sudo update-grub 2024-02-20T00:17:56.824 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-20T00:17:56.836 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-20T00:17:56.912 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-20T00:17:56.925 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-20T00:17:57.544 INFO:teuthology.orchestra.run.smithi150.stderr:done 2024-02-20T00:17:57.546 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2024-02-20T00:17:58.267 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub' 2024-02-20T00:17:58.278 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-02-20T00:17:58.507 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-20T00:17:58.520 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-20T00:17:58.935 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-20T00:17:58.947 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-20T00:17:59.020 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-20T00:17:59.033 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-20T00:17:59.761 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-02-20T00:17:59.762 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-02-20T00:18:27.576 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-20T00:18:27.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-20T00:18:27.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:18:29.766 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-20T00:18:29.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:18:29.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:19:02.080 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-02-20T00:19:04.380 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:19:11.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-20T00:19:11.085 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:19:13.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:19:13.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:19:16.444 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:19:28.456 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:19:28.457 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:19:29.468 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-02-20T00:19:31.516 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:19:41.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-20T00:19:41.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:19:41.600 ERROR:teuthology.orchestra.connection:Error authenticating with smithi150.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-02-20T00:19:45.684 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-02-20T00:19:45.973 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-20T00:19:45.973 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-02-20T00:19:45.973 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-02-20T00:19:46.020 INFO:teuthology.orchestra.run.smithi150.stdout:4.15.0-213-generic 2024-02-20T00:19:46.021 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-02-20T00:19:46.021 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-20T00:19:46.021 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-20T00:19:46.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:19:46.518 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:19:47.021 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-20T00:19:47.022 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-20T00:19:47.048 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-02-20T00:19:47.077 DEBUG:teuthology.parallel:result is None 2024-02-20T00:19:49.596 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:20:07.597 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:20:07.598 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:20:10.652 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:20:31.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:20:31.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:20:34.720 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:20:58.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:20:58.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:21:58.726 DEBUG:teuthology.orchestra.remote:timed out 2024-02-20T00:22:25.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:22:25.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:22:28.796 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:22:58.797 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:22:58.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:23:01.856 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:23:34.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:23:34.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:23:37.916 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:24:13.917 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:24:13.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:24:16.988 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:24:55.989 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:24:55.990 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:24:59.068 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:25:29.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:25:29.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:25:32.124 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:25:32.124 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-02-20T00:25:32.125 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-02-20T00:25:32.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:25:32.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:25:35.196 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:25:44.197 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:25:44.198 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:25:47.260 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-02-20T00:25:59.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:25:59.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:25:59.409 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-02-20T00:25:59.972 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:25:59.972 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-02-20T00:26:00.020 INFO:teuthology.orchestra.run.smithi088.stdout:4.15.0-213-generic 2024-02-20T00:26:00.021 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-02-20T00:26:00.021 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-20T00:26:00.021 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-20T00:26:01.022 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-20T00:26:01.023 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-20T00:26:01.066 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-02-20T00:26:01.097 DEBUG:teuthology.parallel:result is None 2024-02-20T00:26:01.098 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-20T00:26:01.106 INFO:teuthology.task.internal:Creating test directory... 2024-02-20T00:26:01.106 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-20T00:26:01.145 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-20T00:26:01.152 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-20T00:26:01.159 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-20T00:26:01.184 INFO:teuthology.task.internal:Creating archive directory... 2024-02-20T00:26:01.184 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-20T00:26:01.192 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-20T00:26:01.223 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-20T00:26:01.233 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-20T00:26:01.234 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-20T00:26:01.248 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-20T00:26:01.270 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:26:01.281 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:26:01.284 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:26:01.294 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:26:01.296 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-20T00:26:01.306 INFO:teuthology.task.internal:Configuring sudo... 2024-02-20T00:26:01.306 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-20T00:26:01.328 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-20T00:26:01.355 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-20T00:26:01.367 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-20T00:26:01.368 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-20T00:26:01.384 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-20T00:26:01.401 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-20T00:26:01.437 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-20T00:26:01.485 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:26:01.485 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-20T00:26:01.552 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-20T00:26:01.558 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-20T00:26:01.606 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:26:01.606 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-20T00:26:01.672 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-02-20T00:26:01.674 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-02-20T00:26:01.755 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-20T00:26:01.765 INFO:teuthology.task.internal:Starting timer... 2024-02-20T00:26:01.766 INFO:teuthology.run_tasks:Running task pcp... 2024-02-20T00:26:01.784 INFO:teuthology.run_tasks:Running task selinux... 2024-02-20T00:26:01.798 DEBUG:teuthology.task.selinux:Excluding smithi088: OS 'ubuntu' does not support SELinux 2024-02-20T00:26:01.798 DEBUG:teuthology.task.selinux:Excluding smithi150: OS 'ubuntu' does not support SELinux 2024-02-20T00:26:01.799 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-20T00:26:01.799 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-20T00:26:01.799 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-20T00:26:01.799 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-20T00:26:01.814 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-20T00:26:01.820 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-20T00:26:01.952 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-20T00:26:01.968 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-20T00:26:01.969 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-20T00:31:30.975 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2024-02-20T00:31:30.978 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:31:30.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:31:31.078 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-02-20T00:31:31.198 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-20T00:31:31.198 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-20T00:31:31.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:31:31.303 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-02-20T00:31:31.421 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-20T00:31:31.421 INFO:teuthology.run_tasks:Running task clock... 2024-02-20T00:31:31.433 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-20T00:31:31.433 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-20T00:31:31.434 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:31:31.436 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-20T00:31:31.436 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:31:31.497 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-02-20T00:31:31.497 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Command line: ntpd -gq 2024-02-20T00:31:31.497 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: proto: precision = 0.105 usec (-23) 2024-02-20T00:31:31.498 INFO:teuthology.orchestra.run.smithi088.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-20T00:31:31.498 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-20T00:31:31.499 INFO:teuthology.orchestra.run.smithi088.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: restrict ::: KOD does nothing without LIMITED. 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listen and drop on 0 v6wildcard [::]:123 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listen normally on 2 lo 127.0.0.1:123 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listen normally on 3 enp3s0f1 172.21.15.88:123 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listen normally on 4 lo [::1]:123 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d42d%5]:123 2024-02-20T00:31:31.500 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:31 ntpd[15029]: Listening on routing socket on fd #22 for interface updates 2024-02-20T00:31:31.519 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-02-20T00:31:31.519 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Command line: ntpd -gq 2024-02-20T00:31:31.520 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: proto: precision = 0.123 usec (-23) 2024-02-20T00:31:31.520 INFO:teuthology.orchestra.run.smithi150.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-20T00:31:31.521 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-20T00:31:31.521 INFO:teuthology.orchestra.run.smithi150.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-20T00:31:31.522 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: restrict ::: KOD does nothing without LIMITED. 2024-02-20T00:31:31.522 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listen and drop on 0 v6wildcard [::]:123 2024-02-20T00:31:31.522 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-20T00:31:31.522 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listen normally on 2 lo 127.0.0.1:123 2024-02-20T00:31:31.522 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listen normally on 3 enp3s0f1 172.21.15.150:123 2024-02-20T00:31:31.523 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listen normally on 4 lo [::1]:123 2024-02-20T00:31:31.523 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e35%5]:123 2024-02-20T00:31:31.523 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:31 ntpd[14553]: Listening on routing socket on fd #22 for interface updates 2024-02-20T00:31:32.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:32 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:32.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:32 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:32.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:32 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:32.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:32 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:33.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:33 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:33.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:33 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:33.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:33 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:33.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:33 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:33.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:33 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:33.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:33 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:33.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:33 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:33.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:33 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:34.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:34 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:34.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:34 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:34.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:34 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:34.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:34 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:35.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:35 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:35.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:35 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:35.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:35 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:35.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:35 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:35.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:35 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:35.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:35 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:35.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:35 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:35.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:35 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:36 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:36.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:36.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:36.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:36.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:36.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:36.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:36.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:36.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:36 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:37.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:37 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:37.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:37 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:37.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:37 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:37.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:37 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:37.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:37 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:37.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:37 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:37.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:37 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:37.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:37 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:38.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:38 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:38.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:38 ntpd[14553]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:38.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:38 ntpd[14553]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:38.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:38 ntpd[14553]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:38.520 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:38 ntpd[14553]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:38.520 INFO:teuthology.orchestra.run.smithi150.stdout:20 Feb 00:31:38 ntpd[14553]: ntpd: time slew +0.002382 s 2024-02-20T00:31:38.521 INFO:teuthology.orchestra.run.smithi150.stdout:ntpd: time slew +0.002382s 2024-02-20T00:31:38.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:38 ntpd[14553]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-20T00:31:38.521 INFO:teuthology.orchestra.run.smithi150.stderr:20 Feb 00:31:38 ntpd[14553]: can't open /var/log/ntpstats/loopstats.20240220: Permission denied 2024-02-20T00:31:38.565 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2024-02-20T00:31:38.565 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2024-02-20T00:31:38.565 INFO:teuthology.orchestra.run.smithi150.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:38.565 INFO:teuthology.orchestra.run.smithi150.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:38.565 INFO:teuthology.orchestra.run.smithi150.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:38.565 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:39.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:39 ntpd[15029]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-20T00:31:39.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:39 ntpd[15029]: can't open /var/log/ntpstats/rawstats.20240220: Permission denied 2024-02-20T00:31:39.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:39 ntpd[15029]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-20T00:31:39.497 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:39 ntpd[15029]: can't open /var/log/ntpstats/peerstats.20240220: Permission denied 2024-02-20T00:31:39.498 INFO:teuthology.orchestra.run.smithi088.stdout:20 Feb 00:31:39 ntpd[15029]: ntpd: time slew +0.002010 s 2024-02-20T00:31:39.498 INFO:teuthology.orchestra.run.smithi088.stdout:ntpd: time slew +0.002010s 2024-02-20T00:31:39.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:39 ntpd[15029]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-20T00:31:39.498 INFO:teuthology.orchestra.run.smithi088.stderr:20 Feb 00:31:39 ntpd[15029]: can't open /var/log/ntpstats/loopstats.20240220: Permission denied 2024-02-20T00:31:39.566 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2024-02-20T00:31:39.566 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2024-02-20T00:31:39.566 INFO:teuthology.orchestra.run.smithi088.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:39.566 INFO:teuthology.orchestra.run.smithi088.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:39.567 INFO:teuthology.orchestra.run.smithi088.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:39.567 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-20T00:31:39.567 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-20T00:31:39.580 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-20T00:31:39.580 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:31:39.580 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:31:39.587 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-20T00:31:39.587 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 337 Links: 1 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:30:11.452945446 +0000 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:30:11.292949255 +0000 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:30:11.292949255 +0000 2024-02-20T00:31:39.636 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:31:39.636 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-20T00:31:39.691 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:31:39.691 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:31:39.691 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000377601 s, 1.4 MB/s 2024-02-20T00:31:39.692 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-20T00:31:39.741 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-02-20T00:31:39.791 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 343 Links: 1 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:30:11.764938019 +0000 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:30:11.600941923 +0000 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:30:11.600941923 +0000 2024-02-20T00:31:39.792 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:31:39.792 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-20T00:31:39.846 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:31:39.847 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:31:39.847 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000361727 s, 1.4 MB/s 2024-02-20T00:31:39.848 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-20T00:31:39.898 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-02-20T00:31:39.948 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-20T00:31:39.948 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:39.948 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 349 Links: 1 2024-02-20T00:31:39.949 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:39.949 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:30:11.900934782 +0000 2024-02-20T00:31:39.949 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:30:11.896934877 +0000 2024-02-20T00:31:39.949 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:30:11.896934877 +0000 2024-02-20T00:31:39.949 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:31:39.949 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-20T00:31:40.002 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:31:40.002 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:31:40.003 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000387645 s, 1.3 MB/s 2024-02-20T00:31:40.004 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-20T00:31:40.053 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-02-20T00:31:40.108 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-20T00:31:40.108 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 355 Links: 1 2024-02-20T00:31:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:30:12.344924212 +0000 2024-02-20T00:31:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:30:12.168928402 +0000 2024-02-20T00:31:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:30:12.168928402 +0000 2024-02-20T00:31:40.109 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:31:40.109 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-20T00:31:40.162 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:31:40.163 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:31:40.163 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000328306 s, 1.6 MB/s 2024-02-20T00:31:40.163 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-20T00:31:40.213 DEBUG:teuthology.orchestra.run.smithi088:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-20T00:31:40.299 INFO:teuthology.orchestra.run.smithi088.stdout:loop 2024-02-20T00:31:40.300 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2024-02-20T00:31:40.301 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-20T00:31:40.365 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-20T00:31:40.393 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_11 2024-02-20T00:31:40.414 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2024-02-20T00:31:40.414 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-20T00:31:40.480 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-20T00:31:40.509 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_21 2024-02-20T00:31:40.530 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2024-02-20T00:31:40.530 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-20T00:31:40.599 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-20T00:31:40.623 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_31 2024-02-20T00:31:40.646 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2024-02-20T00:31:40.646 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-20T00:31:40.713 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-20T00:31:40.741 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_41 2024-02-20T00:31:40.761 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:31:40.761 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:31:40.811 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme list 2024-02-20T00:31:40.865 INFO:teuthology.orchestra.run.smithi088.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-20T00:31:40.865 INFO:teuthology.orchestra.run.smithi088.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-20T00:31:40.865 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme0n1 PHFT620400XD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-20T00:31:40.865 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme1n1 d1e42648a1621840 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:40.865 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme2n1 7af53647786e7277 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:40.865 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme3n1 e2fddd9a834ffd8d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:40.866 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme4n1 f851aed12052a261 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:40.866 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-20T00:31:40.867 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:31:40.867 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2024-02-20T00:31:40.922 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:31:40.922 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:31:40.929 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-20T00:31:40.929 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2024-02-20T00:31:40.977 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-20T00:31:40.977 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:40.978 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 343 Links: 1 2024-02-20T00:31:40.978 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:40.978 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:29:57.247044001 +0000 2024-02-20T00:31:40.978 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:29:57.079047998 +0000 2024-02-20T00:31:40.978 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:29:57.079047998 +0000 2024-02-20T00:31:40.978 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:31:40.978 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-20T00:31:41.033 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:31:41.033 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:31:41.033 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000300872 s, 1.7 MB/s 2024-02-20T00:31:41.033 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-20T00:31:41.082 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 349 Links: 1 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:29:57.395040481 +0000 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:29:57.391040577 +0000 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:29:57.391040577 +0000 2024-02-20T00:31:41.133 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:31:41.134 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-20T00:31:41.188 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:31:41.188 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:31:41.189 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000387568 s, 1.3 MB/s 2024-02-20T00:31:41.190 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-20T00:31:41.239 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2024-02-20T00:31:41.289 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-20T00:31:41.289 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:41.289 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 355 Links: 1 2024-02-20T00:31:41.290 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:41.290 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:29:57.683033632 +0000 2024-02-20T00:31:41.290 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:29:57.679033727 +0000 2024-02-20T00:31:41.290 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:29:57.679033727 +0000 2024-02-20T00:31:41.290 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:31:41.290 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-20T00:31:41.348 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:31:41.348 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:31:41.348 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000363997 s, 1.4 MB/s 2024-02-20T00:31:41.349 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-20T00:31:41.399 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2024-02-20T00:31:41.450 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-20T00:31:41.450 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:31:41.450 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-02-20T00:31:41.450 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:31:41.451 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:29:57.983026496 +0000 2024-02-20T00:31:41.451 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:29:57.979026591 +0000 2024-02-20T00:31:41.451 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:29:57.979026591 +0000 2024-02-20T00:31:41.451 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:31:41.451 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-20T00:31:41.507 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:31:41.508 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:31:41.508 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000311099 s, 1.6 MB/s 2024-02-20T00:31:41.509 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-20T00:31:41.558 DEBUG:teuthology.orchestra.run.smithi150:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-20T00:31:41.674 INFO:teuthology.orchestra.run.smithi150.stdout:loop 2024-02-20T00:31:41.676 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-02-20T00:31:41.676 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-20T00:31:41.698 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-20T00:31:41.722 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_11 2024-02-20T00:31:41.742 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-02-20T00:31:41.742 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-20T00:31:41.810 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-20T00:31:41.839 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_21 2024-02-20T00:31:41.861 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-02-20T00:31:41.862 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-20T00:31:41.927 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-20T00:31:41.956 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_31 2024-02-20T00:31:41.976 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-02-20T00:31:41.977 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-20T00:31:42.047 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-20T00:31:42.073 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_41 2024-02-20T00:31:42.095 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:31:42.095 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:31:42.145 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme list 2024-02-20T00:31:42.198 INFO:teuthology.orchestra.run.smithi150.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-20T00:31:42.198 INFO:teuthology.orchestra.run.smithi150.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-20T00:31:42.198 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme0n1 CVFT623300GX400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-20T00:31:42.198 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme1n1 c9489c57595a0ee9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:42.198 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme2n1 b5922861bb60e539 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:42.199 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme3n1 d4c41f4b5a29ed21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:42.199 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme4n1 881764d0a561ffe5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-20T00:31:42.199 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-20T00:31:42.200 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:31:42.200 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-02-20T00:31:42.257 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-20T00:31:42.342 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-20T00:31:42.342 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-20T00:31:42.343 INFO:tasks.cephadm:Cluster fsid is 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:31:42.343 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-20T00:31:42.343 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-20T00:31:42.343 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi088': '172.21.15.88', 'mon.smithi150': '172.21.15.150'} 2024-02-20T00:31:42.343 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-20T00:31:42.344 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-02-20T00:31:42.358 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2024-02-20T00:31:42.375 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 19854089e18d4f65dda2b6cd74e737367c2514bd)... 2024-02-20T00:31:42.375 DEBUG:teuthology.orchestra.run.smithi088:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-20T00:31:42.405 INFO:teuthology.orchestra.run.smithi088.stderr:Cloning into 'testrepo'... 2024-02-20T00:33:02.739 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 20 00:33 /home/ubuntu/cephtest/cephadm 2024-02-20T00:33:02.740 DEBUG:teuthology.orchestra.run.smithi150:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-20T00:33:02.747 INFO:teuthology.orchestra.run.smithi150.stderr:Cloning into 'testrepo'... 2024-02-20T00:34:19.634 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 20 00:34 /home/ubuntu/cephtest/cephadm 2024-02-20T00:34:19.635 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-20T00:34:19.645 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-20T00:34:19.694 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-02-20T00:34:19.710 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2024-02-20T00:34:19.745 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-02-20T00:34:19.769 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2024-02-20T00:34:19.800 INFO:tasks.cephadm:Writing seed config... 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-20T00:34:19.801 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-20T00:34:19.802 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:34:19.802 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-20T00:34:19.817 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = 6b568d3c-cf87-11ee-95bb-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-20T00:34:19.817 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi088.service 2024-02-20T00:34:19.861 INFO:tasks.cephadm:Bootstrapping... 2024-02-20T00:34:19.862 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd -v bootstrap --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:34:20.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-02-20T00:34:20.312 INFO:teuthology.orchestra.run.smithi088.stderr:-------------------------------------------------------------------------------- 2024-02-20T00:34:20.313 INFO:teuthology.orchestra.run.smithi088.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd', '-v', 'bootstrap', '--fsid', '6b568d3c-cf87-11ee-95bb-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.88', '--skip-admin-label'] 2024-02-20T00:34:20.313 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying podman|docker is present... 2024-02-20T00:34:20.313 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying lvm2 is present... 2024-02-20T00:34:20.313 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying time synchronization is in place... 2024-02-20T00:34:20.321 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-20T00:34:20.330 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.336 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-20T00:34:20.345 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.353 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-02-20T00:34:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.369 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-20T00:34:20.377 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.385 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-02-20T00:34:20.393 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: active 2024-02-20T00:34:20.394 INFO:teuthology.orchestra.run.smithi088.stderr:Unit ntp.service is enabled and running 2024-02-20T00:34:20.395 INFO:teuthology.orchestra.run.smithi088.stderr:Repeating the final host check... 2024-02-20T00:34:20.395 INFO:teuthology.orchestra.run.smithi088.stderr:docker (/usr/bin/docker) is present 2024-02-20T00:34:20.395 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl is present 2024-02-20T00:34:20.395 INFO:teuthology.orchestra.run.smithi088.stderr:lvcreate is present 2024-02-20T00:34:20.402 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-20T00:34:20.411 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.420 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-20T00:34:20.427 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.436 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-02-20T00:34:20.445 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.452 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-20T00:34:20.460 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-20T00:34:20.472 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-02-20T00:34:20.476 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: active 2024-02-20T00:34:20.478 INFO:teuthology.orchestra.run.smithi088.stderr:Unit ntp.service is enabled and running 2024-02-20T00:34:20.478 INFO:teuthology.orchestra.run.smithi088.stderr:Host looks OK 2024-02-20T00:34:20.478 INFO:teuthology.orchestra.run.smithi088.stderr:Cluster fsid: 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:20.478 INFO:teuthology.orchestra.run.smithi088.stderr:Acquiring lock 139910272840984 on /run/cephadm/6b568d3c-cf87-11ee-95bb-87774f69a715.lock 2024-02-20T00:34:20.478 INFO:teuthology.orchestra.run.smithi088.stderr:Lock 139910272840984 acquired on /run/cephadm/6b568d3c-cf87-11ee-95bb-87774f69a715.lock 2024-02-20T00:34:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying IP 172.21.15.88 port 3300 ... 2024-02-20T00:34:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying IP 172.21.15.88 port 6789 ... 2024-02-20T00:34:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-02-20T00:34:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-02-20T00:34:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.88 metric 100 2024-02-20T00:34:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-20T00:34:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 2024-02-20T00:34:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.88 metric 100 2024-02-20T00:34:20.488 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-20T00:34:20.488 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-20T00:34:20.493 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-20T00:34:20.493 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-20T00:34:20.493 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-20T00:34:20.493 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-20T00:34:20.494 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d42d/64 scope link 2024-02-20T00:34:20.494 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-20T00:34:20.495 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-02-20T00:34:20.495 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-02-20T00:34:20.496 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.15.254/32` 2024-02-20T00:34:20.496 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.15.254/32` 2024-02-20T00:34:20.496 INFO:teuthology.orchestra.run.smithi088.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-02-20T00:34:20.496 INFO:teuthology.orchestra.run.smithi088.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-20T00:34:20.497 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd... 2024-02-20T00:34:20.844 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 19854089e18d4f65dda2b6cd74e737367c2514bd: Pulling from ceph-ci/ceph 2024-02-20T00:34:20.853 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 0f642e61a11a: Pulling fs layer 2024-02-20T00:34:20.853 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 9c9d3407eee9: Pulling fs layer 2024-02-20T00:34:21.581 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 0f642e61a11a: Verifying Checksum 2024-02-20T00:34:21.581 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 0f642e61a11a: Download complete 2024-02-20T00:34:23.379 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 9c9d3407eee9: Verifying Checksum 2024-02-20T00:34:23.379 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 9c9d3407eee9: Download complete 2024-02-20T00:34:24.043 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 0f642e61a11a: Pull complete 2024-02-20T00:34:34.049 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: 9c9d3407eee9: Pull complete 2024-02-20T00:34:34.157 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: Digest: sha256:bf037ad2ab67a26880cf0b6c94604d7ea7942571fe3d44c5d34ab0a42255954c 2024-02-20T00:34:34.191 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-20T00:34:34.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-20T00:34:43.584 INFO:teuthology.orchestra.run.smithi088.stderr:ceph: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-20T00:34:44.053 INFO:teuthology.orchestra.run.smithi088.stderr:Ceph version: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-20T00:34:44.054 INFO:teuthology.orchestra.run.smithi088.stderr:Extracting ceph user uid/gid from container image... 2024-02-20T00:34:44.918 INFO:teuthology.orchestra.run.smithi088.stderr:stat: 167 167 2024-02-20T00:34:45.466 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial keys... 2024-02-20T00:34:46.300 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQCm89NlY9rbERAAupuftRoMwWuum08nem8AQQ== 2024-02-20T00:34:47.651 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQCn89Nln0PEJhAAj+SdngruIarhM3gPMitTbg== 2024-02-20T00:34:49.011 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQCp89NlpAmeABAAKWuuQczLChn2miHMnYS7+A== 2024-02-20T00:34:49.480 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial monmap... 2024-02-20T00:34:50.357 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-20T00:34:50.357 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:50.357 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-20T00:34:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:monmaptool for smithi088 [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-20T00:34:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: set fsid to 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-20T00:34:50.844 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:34:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:Creating mon... 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 1 imported monmap: 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: last_changed 2024-02-20T00:34:50.355612+0000 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: created 2024-02-20T00:34:50.355612+0000 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 0 /usr/bin/ceph-mon: set fsid to 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: RocksDB version: 6.8.1 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Compile date Feb 19 2024 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: DB SUMMARY 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 0, files: 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.create_if_missing: 1 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:34:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.env: 0x555efdf4f080 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.fs: Posix File System 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.info_log: 0x555f005d7300 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:34:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.db_log_dir: 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:34:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.write_buffer_manager: 0x555f005dd950 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.unordered_write: 0 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:34:51.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.row_cache: None 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.wal_filter: None 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.log_readahead_size: 0 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-20T00:34:51.778 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:34:51.779 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Compression algorithms supported: 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kZSTD supported: 0 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.740+0000 7f5cf8a58880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000001 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.780 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.merge_operator: 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555f004ebd18) 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-20T00:34:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache: 0x555f00522d10 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-20T00:34:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.num_levels: 7 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:34:51.784 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:34:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:34:51.786 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:34:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.ttl: 2592000 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-20T00:34:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.744+0000 7f5cf8a58880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.748+0000 7f5cf8a58880 4 rocksdb: DB pointer 0x555f005eb800 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.748+0000 7f5ce18cb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.748+0000 7f5ce18cb700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:34:51.791 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:34:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:34:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:34:51.794 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.752+0000 7f5cf8a58880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.752+0000 7f5cf8a58880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-20T00:34:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:34:51.752+0000 7f5cf8a58880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi088 for mon.smithi088 2024-02-20T00:34:52.224 INFO:teuthology.orchestra.run.smithi088.stderr:create mon.smithi088 on 2024-02-20T00:34:52.358 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-20T00:34:52.476 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715.target -> /etc/systemd/system/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715.target. 2024-02-20T00:34:52.476 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715.target -> /etc/systemd/system/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715.target. 2024-02-20T00:34:52.720 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to reset failed state of unit ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi088.service: Unit ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi088.service is not loaded. 2024-02-20T00:34:52.729 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715.target.wants/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi088.service -> /etc/systemd/system/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@.service. 2024-02-20T00:34:52.862 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld does not appear to be present 2024-02-20T00:34:52.862 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to enable service . firewalld.service is not available 2024-02-20T00:34:52.863 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mon to start... 2024-02-20T00:34:52.863 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mon... 2024-02-20T00:34:53.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:52 smithi088 systemd[1]: Started Ceph mon.smithi088 for 6b568d3c-cf87-11ee-95bb-87774f69a715. 2024-02-20T00:34:54.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:54 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.125671+0000 mon.smithi088 (mon.0) 0 : [INF] mkfs 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:54.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:54 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.110791+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-02-20T00:34:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: cluster: 2024-02-20T00:34:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: id: 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-20T00:34:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:34:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: services: 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi088 (age 0.285603s) 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: data: 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: pgs: 2024-02-20T00:34:54.409 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:34:54.985 INFO:teuthology.orchestra.run.smithi088.stderr:mon is available 2024-02-20T00:34:54.985 INFO:teuthology.orchestra.run.smithi088.stderr:Assimilating anything we can from ceph.conf... 2024-02-20T00:34:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:55 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.120205+0000 mon.smithi088 (mon.0) 2 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-02-20T00:34:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:55 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.122372+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2024-02-20T00:34:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:55 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.128838+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] fsmap 2024-02-20T00:34:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:55 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.138507+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-20T00:34:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:55 smithi088 bash[16215]: cluster 2024-02-20T00:34:54.140390+0000 mon.smithi088 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-20T00:34:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:55 smithi088 bash[16215]: audit 2024-02-20T00:34:54.405741+0000 mon.smithi088 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.88:0/1958566679' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-20T00:34:56.180 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:34:56.182 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [global] 2024-02-20T00:34:56.182 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: fsid = 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:34:56.182 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [mgr] 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [osd] 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-20T00:34:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-20T00:34:56.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:56 smithi088 bash[16215]: audit 2024-02-20T00:34:56.173763+0000 mon.smithi088 (mon.0) 8 : audit [INF] from='client.? 172.21.15.88:0/1279029926' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-20T00:34:56.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:56 smithi088 bash[16215]: audit 2024-02-20T00:34:56.179090+0000 mon.smithi088 (mon.0) 9 : audit [INF] from='client.? 172.21.15.88:0/1279029926' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-20T00:34:56.707 INFO:teuthology.orchestra.run.smithi088.stderr:Generating new minimal ceph.conf... 2024-02-20T00:34:58.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:57 smithi088 bash[16215]: audit 2024-02-20T00:34:57.911203+0000 mon.smithi088 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.88:0/4148685033' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:34:58.453 INFO:teuthology.orchestra.run.smithi088.stderr:Restarting the monitor... 2024-02-20T00:34:58.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:58 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 6b568d3c-cf87-11ee-95bb-87774f69a715... 2024-02-20T00:34:58.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:58 smithi088 bash[16743]: Error response from daemon: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-mon.smithi088 2024-02-20T00:34:58.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:58 smithi088 bash[16215]: debug 2024-02-20T00:34:58.631+0000 7f232b73f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi088 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T00:34:58.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:58 smithi088 bash[16215]: debug 2024-02-20T00:34:58.631+0000 7f232b73f700 -1 mon.smithi088@0(leader) e1 *** Got Signal Terminated *** 2024-02-20T00:34:59.338 INFO:teuthology.orchestra.run.smithi088.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-02-20T00:34:59.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:59 smithi088 bash[16743]: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-mon-smithi088 2024-02-20T00:34:59.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:59 smithi088 systemd[1]: Stopped Ceph mon.smithi088 for 6b568d3c-cf87-11ee-95bb-87774f69a715. 2024-02-20T00:34:59.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:34:59 smithi088 systemd[1]: Started Ceph mon.smithi088 for 6b568d3c-cf87-11ee-95bb-87774f69a715. 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.595+0000 7f8732c6a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.595+0000 7f8732c6a880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 8 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.595+0000 7f8732c6a880 0 pidfile_write: ignore empty --pid-file 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 0 load: jerasure load: lrc load: isa 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: RocksDB version: 6.8.1 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Compile date Feb 19 2024 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: DB SUMMARY 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: CURRENT file: CURRENT 2024-02-20T00:35:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 1, files: 000004.sst 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000006.log size: 87037 ; 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.create_if_missing: 0 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.env: 0x55b1cdd50080 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.fs: Posix File System 2024-02-20T00:35:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.info_log: 0x55b1ce98a560 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:35:00.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.db_log_dir: 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:35:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.write_buffer_manager: 0x55b1cf5fc450 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:35:00.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.unordered_write: 0 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.row_cache: None 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.wal_filter: None 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:35:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.log_readahead_size: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:35:00.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Compression algorithms supported: 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kZSTD supported: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:35:00.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000005 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.merge_operator: 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:35:00.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b1ce92dd10) 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cache_index_and_filter_blocks: 1 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: pin_top_level_index_and_filter: 1 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: index_type: 0 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: data_block_index_type: 0 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: index_shortening: 1 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: hash_index_allow_collision: 1 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: checksum: 1 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: no_block_cache: 0 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_cache: 0x55b1ce964f10 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_cache_name: BinnedLRUCache 2024-02-20T00:35:00.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_cache_options: 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: capacity : 536870912 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: num_shard_bits : 4 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: strict_capacity_limit : 0 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: high_pri_pool_ratio: 0.000 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_cache_compressed: (nil) 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: persistent_cache: (nil) 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_size: 4096 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_size_deviation: 10 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_restart_interval: 16 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: index_block_restart_interval: 1 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: metadata_block_size: 4096 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: partition_filters: 0 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: use_delta_encoding: 1 2024-02-20T00:35:00.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: whole_key_filtering: 1 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: verify_compression: 0 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: read_amp_bytes_per_bit: 0 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: format_version: 2 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: enable_index_compression: 1 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: block_align: 0 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.num_levels: 7 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:35:00.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:35:00.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:35:00.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:35:00.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.ttl: 2592000 2024-02-20T00:35:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.599+0000 7f8732c6a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708389300604634, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708389300605763, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83746, "table_properties": {"data_size": 82013, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 76568, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "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": 1708389300, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.603+0000 7f8732c6a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708389300606475, "job": 1, "event": "recovery_finished"} 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 4 rocksdb: DB pointer 0x55b1cea2d800 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8719a5c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8719a5c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** DB Stats ** 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:35:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** Compaction Stats [default] ** 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: L0 2/0 83.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Sum 2/0 83.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** Compaction Stats [default] ** 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:35:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Cumulative compaction: 0.00 GB write, 15.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Interval compaction: 0.00 GB write, 15.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** Compaction Stats [default] ** 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:35:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: L0 2/0 83.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Sum 2/0 83.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** Compaction Stats [default] ** 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 109.9 0.00 0.00 1 0.001 0 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Cumulative compaction: 0.00 GB write, 15.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:35:00.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 0 starting mon.smithi088 rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 1 mon.smithi088@-1(???) e1 preinit fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 0 mon.smithi088@-1(???).mds e1 new map 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 0 mon.smithi088@-1(???).mds e1 print_map 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: e1 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: legacy client fscid: -1 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: No filesystems configured 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 0 mon.smithi088@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.607+0000 7f8732c6a880 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: audit 2024-02-20T00:34:57.911203+0000 mon.smithi088 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.88:0/4148685033' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: debug 2024-02-20T00:35:00.611+0000 7f8732c6a880 1 mon.smithi088@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cluster 2024-02-20T00:35:00.616870+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-02-20T00:35:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cluster 2024-02-20T00:35:00.616942+0000 mon.smithi088 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2024-02-20T00:35:00.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cluster 2024-02-20T00:35:00.617353+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] fsmap 2024-02-20T00:35:00.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cluster 2024-02-20T00:35:00.617405+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-20T00:35:00.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:00 smithi088 bash[16865]: cluster 2024-02-20T00:35:00.617859+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-20T00:35:01.574 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-20T00:35:01.574 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:35:01.575 INFO:teuthology.orchestra.run.smithi088.stderr:Creating mgr... 2024-02-20T00:35:01.575 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying port 9283 ... 2024-02-20T00:35:01.731 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to reset failed state of unit ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mgr.smithi088.fydtne.service: Unit ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mgr.smithi088.fydtne.service is not loaded. 2024-02-20T00:35:01.738 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715.target.wants/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mgr.smithi088.fydtne.service -> /etc/systemd/system/ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@.service. 2024-02-20T00:35:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld does not appear to be present 2024-02-20T00:35:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to enable service . firewalld.service is not available 2024-02-20T00:35:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld does not appear to be present 2024-02-20T00:35:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-20T00:35:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr to start... 2024-02-20T00:35:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr... 2024-02-20T00:35:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:01 smithi088 bash[16865]: audit 2024-02-20T00:35:00.984925+0000 mon.smithi088 (mon.0) 6 : audit [INF] from='client.? 172.21.15.88:0/2297711700' entity='client.admin' 2024-02-20T00:35:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:35:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:35:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "6b568d3c-cf87-11ee-95bb-87774f69a715", 2024-02-20T00:35:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:35:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:35:03.714 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:35:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:35:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:35:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:35:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:35:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": false, 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:34:54.126745+0000", 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:35:03.719 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:35:04.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:03 smithi088 bash[16865]: audit 2024-02-20T00:35:03.706457+0000 mon.smithi088 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.88:0/186577429' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:35:04.249 INFO:teuthology.orchestra.run.smithi088.stderr:mgr not available, waiting (1/15)... 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "6b568d3c-cf87-11ee-95bb-87774f69a715", 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:35:07.583 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:35:07.585 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:07.585 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:35:07.585 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:35:07.585 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:35:07.585 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:35:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": false, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:35:07.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:34:54.126745+0000", 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:35:07.591 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:35:07.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:07 smithi088 bash[16865]: audit 2024-02-20T00:35:07.578829+0000 mon.smithi088 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.88:0/679917554' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:35:08.104 INFO:teuthology.orchestra.run.smithi088.stderr:mgr not available, waiting (2/15)... 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: cluster 2024-02-20T00:35:09.762046+0000 mon.smithi088 (mon.0) 9 : cluster [INF] Activating manager daemon smithi088.fydtne 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: cluster 2024-02-20T00:35:09.765965+0000 mon.smithi088 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi088.fydtne(active, starting, since 0.00417838s) 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.769755+0000 mon.smithi088 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.770315+0000 mon.smithi088 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.770965+0000 mon.smithi088 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.771467+0000 mon.smithi088 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.771879+0000 mon.smithi088 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fydtne", "id": "smithi088.fydtne"}]: dispatch 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: cluster 2024-02-20T00:35:09.775679+0000 mon.smithi088 (mon.0) 16 : cluster [INF] Manager daemon smithi088.fydtne is now available 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.790653+0000 mon.smithi088 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.797874+0000 mon.smithi088 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:35:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.803265+0000 mon.smithi088 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/trash_purge_schedule"}]: dispatch 2024-02-20T00:35:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.807649+0000 mon.smithi088 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:09 smithi088 bash[16865]: audit 2024-02-20T00:35:09.810561+0000 mon.smithi088 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.88:0/811934475' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:11.752 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:35:11.752 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:35:11.752 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "6b568d3c-cf87-11ee-95bb-87774f69a715", 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-20T00:35:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:35:11.754 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:35:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:35:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:34:54.126745+0000", 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:35:11.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:35:12.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:11 smithi088 bash[16865]: cluster 2024-02-20T00:35:10.769512+0000 mon.smithi088 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi088.fydtne(active, since 1.00773s) 2024-02-20T00:35:12.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:11 smithi088 bash[16865]: audit 2024-02-20T00:35:11.748030+0000 mon.smithi088 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.88:0/2938226412' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:35:12.331 INFO:teuthology.orchestra.run.smithi088.stderr:mgr is available 2024-02-20T00:35:13.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:12 smithi088 bash[16865]: cluster 2024-02-20T00:35:11.772073+0000 mon.smithi088 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi088.fydtne(active, since 2s) 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [global] 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: fsid = 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-20T00:35:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-20T00:35:13.724 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-20T00:35:13.724 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:35:13.724 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [mgr] 2024-02-20T00:35:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-20T00:35:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-20T00:35:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [osd] 2024-02-20T00:35:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-20T00:35:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-20T00:35:14.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:13 smithi088 bash[16865]: audit 2024-02-20T00:35:13.719630+0000 mon.smithi088 (mon.0) 25 : audit [INF] from='client.? 172.21.15.88:0/119403146' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-20T00:35:14.302 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling cephadm module... 2024-02-20T00:35:16.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:15 smithi088 bash[16865]: audit 2024-02-20T00:35:15.737396+0000 mon.smithi088 (mon.0) 26 : audit [INF] from='client.? 172.21.15.88:0/1881519024' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-20T00:35:17.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:16 smithi088 bash[16865]: audit 2024-02-20T00:35:15.793889+0000 mon.smithi088 (mon.0) 27 : audit [INF] from='client.? 172.21.15.88:0/1881519024' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-20T00:35:17.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:16 smithi088 bash[16865]: cluster 2024-02-20T00:35:15.794040+0000 mon.smithi088 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi088.fydtne(active, since 6s) 2024-02-20T00:35:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:35:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-20T00:35:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-02-20T00:35:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "active_name": "smithi088.fydtne", 2024-02-20T00:35:17.985 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-20T00:35:17.985 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:35:18.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:18 smithi088 bash[16865]: audit 2024-02-20T00:35:17.981830+0000 mon.smithi088 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.88:0/1490133584' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-20T00:35:18.604 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for the mgr to restart... 2024-02-20T00:35:18.605 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr epoch 5... 2024-02-20T00:35:22.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: cluster 2024-02-20T00:35:22.262085+0000 mon.smithi088 (mon.0) 30 : cluster [INF] Active manager daemon smithi088.fydtne restarted 2024-02-20T00:35:22.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: cluster 2024-02-20T00:35:22.262575+0000 mon.smithi088 (mon.0) 31 : cluster [INF] Activating manager daemon smithi088.fydtne 2024-02-20T00:35:22.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: cluster 2024-02-20T00:35:22.269275+0000 mon.smithi088 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-20T00:35:22.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: cluster 2024-02-20T00:35:22.269489+0000 mon.smithi088 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi088.fydtne(active, starting, since 0.00706743s) 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: audit 2024-02-20T00:35:22.272157+0000 mon.smithi088 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: audit 2024-02-20T00:35:22.273770+0000 mon.smithi088 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fydtne", "id": "smithi088.fydtne"}]: dispatch 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: audit 2024-02-20T00:35:22.274806+0000 mon.smithi088 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: audit 2024-02-20T00:35:22.274980+0000 mon.smithi088 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: audit 2024-02-20T00:35:22.275160+0000 mon.smithi088 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: cluster 2024-02-20T00:35:22.279074+0000 mon.smithi088 (mon.0) 39 : cluster [INF] Manager daemon smithi088.fydtne is now available 2024-02-20T00:35:22.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:22 smithi088 bash[16865]: audit 2024-02-20T00:35:22.295770+0000 mon.smithi088 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:23.289 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:35:23.289 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-20T00:35:23.289 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "initialized": true 2024-02-20T00:35:23.289 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: cephadm 2024-02-20T00:35:22.291856+0000 mgr.smithi088.fydtne (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: audit 2024-02-20T00:35:22.418767+0000 mon.smithi088 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: audit 2024-02-20T00:35:22.420872+0000 mon.smithi088 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: audit 2024-02-20T00:35:22.424433+0000 mon.smithi088 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: audit 2024-02-20T00:35:22.431954+0000 mon.smithi088 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: audit 2024-02-20T00:35:22.450772+0000 mon.smithi088 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: audit 2024-02-20T00:35:22.455654+0000 mon.smithi088 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/trash_purge_schedule"}]: dispatch 2024-02-20T00:35:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:23 smithi088 bash[16865]: cluster 2024-02-20T00:35:23.272831+0000 mon.smithi088 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi088.fydtne(active, since 1.01039s) 2024-02-20T00:35:23.944 INFO:teuthology.orchestra.run.smithi088.stderr:mgr epoch 5 is available 2024-02-20T00:35:23.944 INFO:teuthology.orchestra.run.smithi088.stderr:Setting orchestrator backend to cephadm... 2024-02-20T00:35:24.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:24 smithi088 bash[16865]: audit 2024-02-20T00:35:23.272068+0000 mgr.smithi088.fydtne (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-20T00:35:24.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:24 smithi088 bash[16865]: audit 2024-02-20T00:35:23.286175+0000 mgr.smithi088.fydtne (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-20T00:35:25.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:25 smithi088 bash[16865]: cluster 2024-02-20T00:35:24.431066+0000 mon.smithi088 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi088.fydtne(active, since 2s) 2024-02-20T00:35:25.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:25 smithi088 bash[16865]: audit 2024-02-20T00:35:25.396478+0000 mon.smithi088 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:26.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:26 smithi088 bash[16865]: audit 2024-02-20T00:35:25.386504+0000 mgr.smithi088.fydtne (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:26.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:26 smithi088 bash[16865]: audit 2024-02-20T00:35:25.458710+0000 mon.smithi088 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:35:27.294 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: value unchanged 2024-02-20T00:35:27.831 INFO:teuthology.orchestra.run.smithi088.stderr:Generating ssh key... 2024-02-20T00:35:28.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:27 smithi088 bash[16865]: audit 2024-02-20T00:35:27.292047+0000 mgr.smithi088.fydtne (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:30.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:30 smithi088 bash[16865]: audit 2024-02-20T00:35:29.248619+0000 mgr.smithi088.fydtne (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:30.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:30 smithi088 bash[16865]: cephadm 2024-02-20T00:35:29.249045+0000 mgr.smithi088.fydtne (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-20T00:35:30.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:30 smithi088 bash[16865]: audit 2024-02-20T00:35:29.389168+0000 mon.smithi088 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:30.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:30 smithi088 bash[16865]: audit 2024-02-20T00:35:29.392378+0000 mon.smithi088 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:31.381 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuE2c3udmJnO8nnO1JipBo2G323Od0Jz85Fpoa0o03qBBb0ho0SeHSBKyPE4TjDmeJ2j/3ogaM/sXp9PzLHYul6AFC/XAATn3odzGvGRQraomrTbfbc1sb/BODKe2WBF7LVN0qMMz/PgHYjXGWgJCgKzbcYIO1Kq4mzvlTs7NJkelDH2VJY0Xrh8bDUQnSp9CwH1rEQdxZA5PSWcF/mr5giPI+fwG603KJVRK+qCJ/9iY+oUXryyfIB3Lon2XiZL1+JLIRBZhT6N3ySQmZ6zltQCSLskQH0CKmo7b2vH7T1UiH9wZ6gWNWf95LSPDJxmnjGJWYgWPrRnH7vhMVSs/fG5fOA9JQs/ZbIEp4xH+tOMWovqJsQ8k5YXbnuIEMSi/DU0GpCDhFhmydv+gFzAnmXcqxHlC+Fx584+37QTr2DNnzH/QUQwZa8H/IW0+FFUQ1+EpP7v3qc7QM3QO1j9OJvNvTGpCg+byc7ygzXJ7Qsf9e0fzdGnuaxXCvw3aGiB0= ceph-6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:35:31.917 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:35:31.917 INFO:teuthology.orchestra.run.smithi088.stderr:Adding key to root@localhost authorized_keys... 2024-02-20T00:35:31.918 INFO:teuthology.orchestra.run.smithi088.stderr:Adding host smithi088... 2024-02-20T00:35:32.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:31 smithi088 bash[16865]: audit 2024-02-20T00:35:31.378660+0000 mgr.smithi088.fydtne (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:34.155 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Added host 'smithi088' with addr '172.21.15.88' 2024-02-20T00:35:34.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:33 smithi088 bash[16865]: audit 2024-02-20T00:35:33.349090+0000 mgr.smithi088.fydtne (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:35.026 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying mon service with default placement... 2024-02-20T00:35:35.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:35 smithi088 bash[16865]: audit 2024-02-20T00:35:34.152072+0000 mon.smithi088 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:35.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:35 smithi088 bash[16865]: cephadm 2024-02-20T00:35:34.152768+0000 mgr.smithi088.fydtne (mgr.14116) 10 : cephadm [INF] Added host smithi088 2024-02-20T00:35:35.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:35 smithi088 bash[16865]: audit 2024-02-20T00:35:34.154292+0000 mon.smithi088 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:35:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-20T00:35:37.535 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying mgr service with default placement... 2024-02-20T00:35:38.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:37 smithi088 bash[16865]: audit 2024-02-20T00:35:36.914995+0000 mgr.smithi088.fydtne (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:38.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:37 smithi088 bash[16865]: cephadm 2024-02-20T00:35:36.918083+0000 mgr.smithi088.fydtne (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-20T00:35:38.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:37 smithi088 bash[16865]: audit 2024-02-20T00:35:36.922791+0000 mon.smithi088 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:38.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:37 smithi088 bash[16865]: audit 2024-02-20T00:35:37.089703+0000 mon.smithi088 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:38.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:37 smithi088 bash[16865]: audit 2024-02-20T00:35:37.395452+0000 mon.smithi088 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:38.944 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-20T00:35:39.483 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying crash service with default placement... 2024-02-20T00:35:40.237 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:39 smithi088 bash[16865]: audit 2024-02-20T00:35:38.934315+0000 mgr.smithi088.fydtne (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:40.237 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:39 smithi088 bash[16865]: cephadm 2024-02-20T00:35:38.936481+0000 mgr.smithi088.fydtne (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-20T00:35:40.237 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:39 smithi088 bash[16865]: audit 2024-02-20T00:35:38.941222+0000 mon.smithi088 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:40.959 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-20T00:35:41.514 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying prometheus service with default placement... 2024-02-20T00:35:42.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:41 smithi088 bash[16865]: audit 2024-02-20T00:35:40.950702+0000 mgr.smithi088.fydtne (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:42.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:41 smithi088 bash[16865]: cephadm 2024-02-20T00:35:40.953122+0000 mgr.smithi088.fydtne (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-20T00:35:42.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:41 smithi088 bash[16865]: audit 2024-02-20T00:35:40.956412+0000 mon.smithi088 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:43.012 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-20T00:35:43.627 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying grafana service with default placement... 2024-02-20T00:35:43.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:43 smithi088 bash[16865]: cluster 2024-02-20T00:35:42.276454+0000 mgr.smithi088.fydtne (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:43.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:43 smithi088 bash[16865]: audit 2024-02-20T00:35:42.524010+0000 mon.smithi088 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:43.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:43 smithi088 bash[16865]: audit 2024-02-20T00:35:43.009448+0000 mon.smithi088 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:44 smithi088 bash[16865]: audit 2024-02-20T00:35:43.001104+0000 mgr.smithi088.fydtne (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:44 smithi088 bash[16865]: cephadm 2024-02-20T00:35:43.003414+0000 mgr.smithi088.fydtne (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-20T00:35:45.049 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-20T00:35:45.626 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying node-exporter service with default placement... 2024-02-20T00:35:45.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:45 smithi088 bash[16865]: cluster 2024-02-20T00:35:44.276861+0000 mgr.smithi088.fydtne (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:45.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:45 smithi088 bash[16865]: audit 2024-02-20T00:35:45.046483+0000 mon.smithi088 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:46.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:46 smithi088 bash[16865]: audit 2024-02-20T00:35:45.039432+0000 mgr.smithi088.fydtne (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:46.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:46 smithi088 bash[16865]: cephadm 2024-02-20T00:35:45.041619+0000 mgr.smithi088.fydtne (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-20T00:35:47.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-20T00:35:47.606 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying alertmanager service with default placement... 2024-02-20T00:35:47.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:47 smithi088 bash[16865]: cluster 2024-02-20T00:35:46.277337+0000 mgr.smithi088.fydtne (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:47.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:47 smithi088 bash[16865]: audit 2024-02-20T00:35:47.105380+0000 mon.smithi088 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:48.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:48 smithi088 bash[16865]: audit 2024-02-20T00:35:47.098413+0000 mgr.smithi088.fydtne (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:48.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:48 smithi088 bash[16865]: cephadm 2024-02-20T00:35:47.100635+0000 mgr.smithi088.fydtne (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-20T00:35:49.061 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-20T00:35:49.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:49 smithi088 bash[16865]: cluster 2024-02-20T00:35:48.277775+0000 mgr.smithi088.fydtne (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:49.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:49 smithi088 bash[16865]: audit 2024-02-20T00:35:49.058616+0000 mon.smithi088 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.88:0/932103000' entity='mgr.smithi088.fydtne' 2024-02-20T00:35:51.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:50 smithi088 bash[16865]: audit 2024-02-20T00:35:49.052870+0000 mgr.smithi088.fydtne (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:35:51.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:50 smithi088 bash[16865]: cephadm 2024-02-20T00:35:49.055042+0000 mgr.smithi088.fydtne (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-20T00:35:51.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:51 smithi088 bash[16865]: cluster 2024-02-20T00:35:50.278205+0000 mgr.smithi088.fydtne (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:53.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:52 smithi088 bash[16865]: audit 2024-02-20T00:35:51.786742+0000 mon.smithi088 (mon.0) 65 : audit [INF] from='client.? 172.21.15.88:0/1476273483' entity='client.admin' 2024-02-20T00:35:54.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:53 smithi088 bash[16865]: cluster 2024-02-20T00:35:52.278659+0000 mgr.smithi088.fydtne (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:54.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:53 smithi088 bash[16865]: audit 2024-02-20T00:35:53.710319+0000 mon.smithi088 (mon.0) 66 : audit [INF] from='client.? 172.21.15.88:0/3819544028' entity='client.admin' 2024-02-20T00:35:54.329 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling the dashboard module... 2024-02-20T00:35:56.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:55 smithi088 bash[16865]: cluster 2024-02-20T00:35:54.279198+0000 mgr.smithi088.fydtne (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:35:57.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:56 smithi088 bash[16865]: audit 2024-02-20T00:35:55.804643+0000 mon.smithi088 (mon.0) 67 : audit [INF] from='client.? 172.21.15.88:0/3228878384' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-20T00:35:58.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:57 smithi088 bash[16865]: audit 2024-02-20T00:35:56.803715+0000 mon.smithi088 (mon.0) 68 : audit [INF] from='client.? 172.21.15.88:0/3228878384' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-20T00:35:58.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:57 smithi088 bash[16865]: cluster 2024-02-20T00:35:56.803864+0000 mon.smithi088 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi088.fydtne(active, since 34s) 2024-02-20T00:35:58.951 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:35:58.951 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-20T00:35:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-02-20T00:35:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "active_name": "smithi088.fydtne", 2024-02-20T00:35:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-20T00:35:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:35:59.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:35:58 smithi088 bash[16865]: audit 2024-02-20T00:35:58.948132+0000 mon.smithi088 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.88:0/2125331423' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-20T00:35:59.553 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for the mgr to restart... 2024-02-20T00:35:59.554 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr epoch 9... 2024-02-20T00:36:03.458 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: cluster 2024-02-20T00:36:03.205800+0000 mon.smithi088 (mon.0) 71 : cluster [INF] Active manager daemon smithi088.fydtne restarted 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: cluster 2024-02-20T00:36:03.206354+0000 mon.smithi088 (mon.0) 72 : cluster [INF] Activating manager daemon smithi088.fydtne 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: cluster 2024-02-20T00:36:03.212860+0000 mon.smithi088 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: cluster 2024-02-20T00:36:03.213084+0000 mon.smithi088 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi088.fydtne(active, starting, since 0.00689435s) 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: audit 2024-02-20T00:36:03.215104+0000 mon.smithi088 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: audit 2024-02-20T00:36:03.216844+0000 mon.smithi088 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fydtne", "id": "smithi088.fydtne"}]: dispatch 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: audit 2024-02-20T00:36:03.218357+0000 mon.smithi088 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:36:03.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: audit 2024-02-20T00:36:03.218782+0000 mon.smithi088 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:36:03.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: audit 2024-02-20T00:36:03.219141+0000 mon.smithi088 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:36:03.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:03 smithi088 bash[16865]: cluster 2024-02-20T00:36:03.224587+0000 mon.smithi088 (mon.0) 80 : cluster [INF] Manager daemon smithi088.fydtne is now available 2024-02-20T00:36:04.236 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-20T00:36:04.236 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-20T00:36:04.236 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "initialized": true 2024-02-20T00:36:04.236 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-20T00:36:04.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:04 smithi088 bash[16865]: audit 2024-02-20T00:36:03.356006+0000 mon.smithi088 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:36:04.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:04 smithi088 bash[16865]: audit 2024-02-20T00:36:03.363987+0000 mon.smithi088 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:36:04.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:04 smithi088 bash[16865]: audit 2024-02-20T00:36:03.403918+0000 mon.smithi088 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:36:04.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:04 smithi088 bash[16865]: audit 2024-02-20T00:36:03.406980+0000 mon.smithi088 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/trash_purge_schedule"}]: dispatch 2024-02-20T00:36:04.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:04 smithi088 bash[16865]: cluster 2024-02-20T00:36:04.217156+0000 mon.smithi088 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi088.fydtne(active, since 1.01095s) 2024-02-20T00:36:04.960 INFO:teuthology.orchestra.run.smithi088.stderr:mgr epoch 9 is available 2024-02-20T00:36:04.961 INFO:teuthology.orchestra.run.smithi088.stderr:Generating a dashboard self-signed certificate... 2024-02-20T00:36:05.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:05 smithi088 bash[16865]: audit 2024-02-20T00:36:04.216179+0000 mgr.smithi088.fydtne (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-20T00:36:05.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:05 smithi088 bash[16865]: audit 2024-02-20T00:36:04.233171+0000 mgr.smithi088.fydtne (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-20T00:36:06.497 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-20T00:36:06.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:06 smithi088 bash[16865]: cluster 2024-02-20T00:36:05.271359+0000 mon.smithi088 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi088.fydtne(active, since 2s) 2024-02-20T00:36:07.058 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial admin user... 2024-02-20T00:36:07.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:07 smithi088 bash[16865]: audit 2024-02-20T00:36:06.442017+0000 mgr.smithi088.fydtne (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:36:07.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:07 smithi088 bash[16865]: audit 2024-02-20T00:36:06.492597+0000 mon.smithi088 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:07.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:07 smithi088 bash[16865]: audit 2024-02-20T00:36:06.494862+0000 mon.smithi088 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:08.808 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$OV5ZyLIRMAoV8dgyo..K2uExvAM4sfVc3fhwFcMrJkG5N2cSsCzAK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708389368, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-20T00:36:09.453 INFO:teuthology.orchestra.run.smithi088.stderr:Fetching dashboard port number... 2024-02-20T00:36:10.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:09 smithi088 bash[16865]: audit 2024-02-20T00:36:08.558495+0000 mgr.smithi088.fydtne (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:36:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:09 smithi088 bash[16865]: audit 2024-02-20T00:36:08.804923+0000 mon.smithi088 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:09 smithi088 bash[16865]: audit 2024-02-20T00:36:08.892765+0000 mon.smithi088 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:10.838 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 8443 2024-02-20T00:36:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:10 smithi088 bash[16865]: cluster 2024-02-20T00:36:09.895080+0000 mon.smithi088 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi088.fydtne(active, since 6s) 2024-02-20T00:36:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:10 smithi088 bash[16865]: audit 2024-02-20T00:36:10.835290+0000 mon.smithi088 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.88:0/203791172' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-20T00:36:11.430 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld does not appear to be present 2024-02-20T00:36:11.430 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr:Ceph Dashboard is now available at: 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr: URL: https://smithi088.front.sepia.ceph.com:8443/ 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr: User: admin 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr: Password: 1kwd98exe1 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:11.434 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling autotune for osd_memory_target 2024-02-20T00:36:15.224 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-20T00:36:16.056 INFO:teuthology.orchestra.run.smithi088.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-20T00:36:16.056 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.056 INFO:teuthology.orchestra.run.smithi088.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:36:16.056 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.056 INFO:teuthology.orchestra.run.smithi088.stderr:Or, if you are only running a single cluster on this host: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: ceph telemetry on 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr:For more information see: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:36:16.057 INFO:teuthology.orchestra.run.smithi088.stderr:Bootstrap complete. 2024-02-20T00:36:16.096 INFO:tasks.cephadm:Fetching config... 2024-02-20T00:36:16.096 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:36:16.096 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-20T00:36:16.103 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-20T00:36:16.104 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:36:16.104 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-20T00:36:16.151 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-20T00:36:16.152 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:36:16.152 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/keyring of=/dev/stdout 2024-02-20T00:36:16.208 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-20T00:36:16.208 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:36:16.209 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-20T00:36:16.255 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-20T00:36:16.256 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuE2c3udmJnO8nnO1JipBo2G323Od0Jz85Fpoa0o03qBBb0ho0SeHSBKyPE4TjDmeJ2j/3ogaM/sXp9PzLHYul6AFC/XAATn3odzGvGRQraomrTbfbc1sb/BODKe2WBF7LVN0qMMz/PgHYjXGWgJCgKzbcYIO1Kq4mzvlTs7NJkelDH2VJY0Xrh8bDUQnSp9CwH1rEQdxZA5PSWcF/mr5giPI+fwG603KJVRK+qCJ/9iY+oUXryyfIB3Lon2XiZL1+JLIRBZhT6N3ySQmZ6zltQCSLskQH0CKmo7b2vH7T1UiH9wZ6gWNWf95LSPDJxmnjGJWYgWPrRnH7vhMVSs/fG5fOA9JQs/ZbIEp4xH+tOMWovqJsQ8k5YXbnuIEMSi/DU0GpCDhFhmydv+gFzAnmXcqxHlC+Fx584+37QTr2DNnzH/QUQwZa8H/IW0+FFUQ1+EpP7v3qc7QM3QO1j9OJvNvTGpCg+byc7ygzXJ7Qsf9e0fzdGnuaxXCvw3aGiB0= ceph-6b568d3c-cf87-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-20T00:36:16.318 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuE2c3udmJnO8nnO1JipBo2G323Od0Jz85Fpoa0o03qBBb0ho0SeHSBKyPE4TjDmeJ2j/3ogaM/sXp9PzLHYul6AFC/XAATn3odzGvGRQraomrTbfbc1sb/BODKe2WBF7LVN0qMMz/PgHYjXGWgJCgKzbcYIO1Kq4mzvlTs7NJkelDH2VJY0Xrh8bDUQnSp9CwH1rEQdxZA5PSWcF/mr5giPI+fwG603KJVRK+qCJ/9iY+oUXryyfIB3Lon2XiZL1+JLIRBZhT6N3ySQmZ6zltQCSLskQH0CKmo7b2vH7T1UiH9wZ6gWNWf95LSPDJxmnjGJWYgWPrRnH7vhMVSs/fG5fOA9JQs/ZbIEp4xH+tOMWovqJsQ8k5YXbnuIEMSi/DU0GpCDhFhmydv+gFzAnmXcqxHlC+Fx584+37QTr2DNnzH/QUQwZa8H/IW0+FFUQ1+EpP7v3qc7QM3QO1j9OJvNvTGpCg+byc7ygzXJ7Qsf9e0fzdGnuaxXCvw3aGiB0= ceph-6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:36:16.327 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuE2c3udmJnO8nnO1JipBo2G323Od0Jz85Fpoa0o03qBBb0ho0SeHSBKyPE4TjDmeJ2j/3ogaM/sXp9PzLHYul6AFC/XAATn3odzGvGRQraomrTbfbc1sb/BODKe2WBF7LVN0qMMz/PgHYjXGWgJCgKzbcYIO1Kq4mzvlTs7NJkelDH2VJY0Xrh8bDUQnSp9CwH1rEQdxZA5PSWcF/mr5giPI+fwG603KJVRK+qCJ/9iY+oUXryyfIB3Lon2XiZL1+JLIRBZhT6N3ySQmZ6zltQCSLskQH0CKmo7b2vH7T1UiH9wZ6gWNWf95LSPDJxmnjGJWYgWPrRnH7vhMVSs/fG5fOA9JQs/ZbIEp4xH+tOMWovqJsQ8k5YXbnuIEMSi/DU0GpCDhFhmydv+gFzAnmXcqxHlC+Fx584+37QTr2DNnzH/QUQwZa8H/IW0+FFUQ1+EpP7v3qc7QM3QO1j9OJvNvTGpCg+byc7ygzXJ7Qsf9e0fzdGnuaxXCvw3aGiB0= ceph-6b568d3c-cf87-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-20T00:36:16.351 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuE2c3udmJnO8nnO1JipBo2G323Od0Jz85Fpoa0o03qBBb0ho0SeHSBKyPE4TjDmeJ2j/3ogaM/sXp9PzLHYul6AFC/XAATn3odzGvGRQraomrTbfbc1sb/BODKe2WBF7LVN0qMMz/PgHYjXGWgJCgKzbcYIO1Kq4mzvlTs7NJkelDH2VJY0Xrh8bDUQnSp9CwH1rEQdxZA5PSWcF/mr5giPI+fwG603KJVRK+qCJ/9iY+oUXryyfIB3Lon2XiZL1+JLIRBZhT6N3ySQmZ6zltQCSLskQH0CKmo7b2vH7T1UiH9wZ6gWNWf95LSPDJxmnjGJWYgWPrRnH7vhMVSs/fG5fOA9JQs/ZbIEp4xH+tOMWovqJsQ8k5YXbnuIEMSi/DU0GpCDhFhmydv+gFzAnmXcqxHlC+Fx584+37QTr2DNnzH/QUQwZa8H/IW0+FFUQ1+EpP7v3qc7QM3QO1j9OJvNvTGpCg+byc7ygzXJ7Qsf9e0fzdGnuaxXCvw3aGiB0= ceph-6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:36:16.361 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-20T00:36:16.380 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:16 smithi088 bash[16865]: audit 2024-02-20T00:36:15.218121+0000 mon.smithi088 (mon.0) 93 : audit [INF] from='client.? 172.21.15.88:0/166551936' entity='client.admin' 2024-02-20T00:36:20.685 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-20T00:36:20.685 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-20T00:36:21.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:20 smithi088 bash[16865]: audit 2024-02-20T00:36:19.938781+0000 mon.smithi088 (mon.0) 94 : audit [INF] from='client.? 172.21.15.88:0/4281126237' entity='client.admin' 2024-02-20T00:36:24.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:24 smithi088 bash[16865]: audit 2024-02-20T00:36:23.447584+0000 mon.smithi088 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:24.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:24 smithi088 bash[16865]: audit 2024-02-20T00:36:23.760794+0000 mon.smithi088 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:36:24.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:24 smithi088 bash[16865]: audit 2024-02-20T00:36:23.765114+0000 mon.smithi088 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:24.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:24 smithi088 bash[16865]: cephadm 2024-02-20T00:36:23.779659+0000 mgr.smithi088.fydtne (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi088 on smithi088 2024-02-20T00:36:24.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:24 smithi088 bash[16865]: audit 2024-02-20T00:36:24.000123+0000 mon.smithi088 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:24.725 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2024-02-20T00:36:24.725 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:36:24.725 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2024-02-20T00:36:24.732 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:36:24.732 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:36:24.779 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2024-02-20T00:36:24.779 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch host add smithi150 2024-02-20T00:36:25.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:25 smithi088 bash[16865]: audit 2024-02-20T00:36:23.995185+0000 mgr.smithi088.fydtne (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 2024-02-20T00:36:26.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:26 smithi088 bash[16865]: cluster 2024-02-20T00:36:25.220347+0000 mgr.smithi088.fydtne (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:28.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:28 smithi088 bash[16865]: cluster 2024-02-20T00:36:27.220834+0000 mgr.smithi088.fydtne (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:30.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:30 smithi088 bash[16865]: cluster 2024-02-20T00:36:29.221657+0000 mgr.smithi088.fydtne (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:32.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:32 smithi088 bash[16865]: cluster 2024-02-20T00:36:31.222039+0000 mgr.smithi088.fydtne (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:32.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:32 smithi088 bash[16865]: audit 2024-02-20T00:36:31.702439+0000 mon.smithi088 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:32.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:32 smithi088 bash[16865]: audit 2024-02-20T00:36:31.705914+0000 mon.smithi088 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:36:32.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:32 smithi088 bash[16865]: audit 2024-02-20T00:36:31.710002+0000 mon.smithi088 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-20T00:36:32.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:32 smithi088 bash[16865]: audit 2024-02-20T00:36:31.711465+0000 mon.smithi088 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:36:32.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:32 smithi088 bash[16865]: cephadm 2024-02-20T00:36:31.712574+0000 mgr.smithi088.fydtne (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: cluster 2024-02-20T00:36:33.222333+0000 mgr.smithi088.fydtne (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: audit 2024-02-20T00:36:33.405723+0000 mon.smithi088 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: audit 2024-02-20T00:36:34.104621+0000 mon.smithi088 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: audit 2024-02-20T00:36:34.331688+0000 mon.smithi088 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: audit 2024-02-20T00:36:34.337235+0000 mon.smithi088 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: audit 2024-02-20T00:36:34.340492+0000 mon.smithi088 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-20T00:36:34.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:34 smithi088 bash[16865]: audit 2024-02-20T00:36:34.346015+0000 mon.smithi088 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:35.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:35 smithi088 bash[16865]: audit 2024-02-20T00:36:34.341456+0000 mgr.smithi088.fydtne (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-20T00:36:35.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:35 smithi088 bash[16865]: cephadm 2024-02-20T00:36:34.366908+0000 mgr.smithi088.fydtne (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi088 on smithi088 2024-02-20T00:36:36.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:36 smithi088 bash[16865]: cluster 2024-02-20T00:36:35.222792+0000 mgr.smithi088.fydtne (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:38.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:38 smithi088 bash[16865]: cluster 2024-02-20T00:36:37.223161+0000 mgr.smithi088.fydtne (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:39.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:39 smithi088 bash[16865]: audit 2024-02-20T00:36:38.412532+0000 mon.smithi088 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:40.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:40 smithi088 bash[16865]: cluster 2024-02-20T00:36:39.223511+0000 mgr.smithi088.fydtne (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:42.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:42 smithi088 bash[16865]: cluster 2024-02-20T00:36:41.223863+0000 mgr.smithi088.fydtne (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:44 smithi088 bash[16865]: cluster 2024-02-20T00:36:43.224177+0000 mgr.smithi088.fydtne (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:46.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:46 smithi088 bash[16865]: cluster 2024-02-20T00:36:45.224584+0000 mgr.smithi088.fydtne (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:48.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:48 smithi088 bash[16865]: cluster 2024-02-20T00:36:47.225113+0000 mgr.smithi088.fydtne (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:50.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:50 smithi088 bash[16865]: cluster 2024-02-20T00:36:49.225601+0000 mgr.smithi088.fydtne (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:51.042 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi150' with addr '172.21.15.150' 2024-02-20T00:36:51.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:51 smithi088 bash[16865]: audit 2024-02-20T00:36:50.216507+0000 mgr.smithi088.fydtne (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:36:51.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:51 smithi088 bash[16865]: audit 2024-02-20T00:36:51.038057+0000 mon.smithi088 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:51.857 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-20T00:36:52.649 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:52 smithi088 bash[16865]: cephadm 2024-02-20T00:36:51.038990+0000 mgr.smithi088.fydtne (mgr.14156) 25 : cephadm [INF] Added host smithi150 2024-02-20T00:36:52.649 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:52 smithi088 bash[16865]: cluster 2024-02-20T00:36:51.226105+0000 mgr.smithi088.fydtne (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:36:52.649 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:52 smithi088 bash[16865]: audit 2024-02-20T00:36:52.127598+0000 mon.smithi088 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:53.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:53 smithi088 bash[16865]: cephadm 2024-02-20T00:36:52.132593+0000 mgr.smithi088.fydtne (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-02-20T00:36:53.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:53 smithi088 bash[16865]: audit 2024-02-20T00:36:52.685873+0000 mon.smithi088 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:53.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:53 smithi088 bash[16865]: audit 2024-02-20T00:36:52.692567+0000 mon.smithi088 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-20T00:36:53.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:53 smithi088 bash[16865]: audit 2024-02-20T00:36:53.420494+0000 mon.smithi088 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' 2024-02-20T00:36:54.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:54 smithi088 bash[16865]: audit 2024-02-20T00:36:53.698181+0000 mon.smithi088 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.88:0/14052934' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-20T00:36:54.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:36:54 smithi088 bash[16865]: cluster 2024-02-20T00:36:53.698254+0000 mon.smithi088 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi088.fydtne(active, since 50s) 2024-02-20T00:37:00.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: cluster 2024-02-20T00:37:00.137409+0000 mon.smithi088 (mon.0) 117 : cluster [INF] Active manager daemon smithi088.fydtne restarted 2024-02-20T00:37:00.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: cluster 2024-02-20T00:37:00.137885+0000 mon.smithi088 (mon.0) 118 : cluster [INF] Activating manager daemon smithi088.fydtne 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: cluster 2024-02-20T00:37:00.143999+0000 mon.smithi088 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: cluster 2024-02-20T00:37:00.144218+0000 mon.smithi088 (mon.0) 120 : cluster [DBG] mgrmap e15: smithi088.fydtne(active, starting, since 0.00650027s) 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: audit 2024-02-20T00:37:00.146865+0000 mon.smithi088 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: audit 2024-02-20T00:37:00.148276+0000 mon.smithi088 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fydtne", "id": "smithi088.fydtne"}]: dispatch 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: audit 2024-02-20T00:37:00.149598+0000 mon.smithi088 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: audit 2024-02-20T00:37:00.149962+0000 mon.smithi088 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: audit 2024-02-20T00:37:00.150284+0000 mon.smithi088 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:37:00.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:00 smithi088 bash[16865]: cluster 2024-02-20T00:37:00.153843+0000 mon.smithi088 (mon.0) 126 : cluster [INF] Manager daemon smithi088.fydtne is now available 2024-02-20T00:37:01.154 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-20T00:37:01.154 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: audit 2024-02-20T00:37:00.284318+0000 mon.smithi088 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: audit 2024-02-20T00:37:00.288359+0000 mon.smithi088 (mon.0) 128 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: audit 2024-02-20T00:37:00.337826+0000 mon.smithi088 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: audit 2024-02-20T00:37:00.353256+0000 mon.smithi088 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: audit 2024-02-20T00:37:00.358349+0000 mon.smithi088 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fydtne/trash_purge_schedule"}]: dispatch 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: audit 2024-02-20T00:37:00.916563+0000 mon.smithi088 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:01.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:01 smithi088 bash[16865]: cluster 2024-02-20T00:37:01.150400+0000 mon.smithi088 (mon.0) 133 : cluster [DBG] mgrmap e16: smithi088.fydtne(active, since 1.01267s) 2024-02-20T00:37:01.768 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-20T00:37:01.769 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-20T00:37:02.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:02 smithi088 bash[16865]: audit 2024-02-20T00:37:01.150287+0000 mgr.smithi088.fydtne (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:37:03.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:03 smithi088 bash[16865]: cluster 2024-02-20T00:37:02.197770+0000 mon.smithi088 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi088.fydtne(active, since 2s) 2024-02-20T00:37:03.407 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:03 smithi088 bash[16865]: audit 2024-02-20T00:37:02.755753+0000 mon.smithi088 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:06.357 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2024-02-20T00:37:06.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:06 smithi088 bash[16865]: audit 2024-02-20T00:37:06.295400+0000 mon.smithi088 (mon.0) 136 : audit [INF] from='client.? 172.21.15.88:0/142198024' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-20T00:37:06.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:06 smithi088 bash[16865]: audit 2024-02-20T00:37:06.333141+0000 mon.smithi088 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:07.233 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2024-02-20T00:37:07.233 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2024-02-20T00:37:07.234 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi088:172.21.15.88=smithi088;smithi150:172.21.15.150=smithi150' 2024-02-20T00:37:07.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:07 smithi088 bash[16865]: audit 2024-02-20T00:37:06.348778+0000 mon.smithi088 (mon.0) 138 : audit [INF] from='client.? 172.21.15.88:0/142198024' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-20T00:37:07.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:07 smithi088 bash[16865]: cluster 2024-02-20T00:37:06.348843+0000 mon.smithi088 (mon.0) 139 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-20T00:37:07.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:07 smithi088 bash[16865]: audit 2024-02-20T00:37:06.619675+0000 mon.smithi088 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:08.653263+0000 mon.smithi088 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.054058+0000 mon.smithi088 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.055358+0000 mon.smithi088 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.057011+0000 mon.smithi088 (mon.0) 144 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.058418+0000 mon.smithi088 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.137722+0000 mon.smithi088 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.158948+0000 mon.smithi088 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.165571+0000 mon.smithi088 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.169552+0000 mon.smithi088 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:37:09.855 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.175610+0000 mon.smithi088 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-20T00:37:09.856 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:09 smithi088 bash[16865]: audit 2024-02-20T00:37:09.177118+0000 mon.smithi088 (mon.0) 151 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:10.864 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2024-02-20T00:37:11.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:10 smithi088 bash[16865]: cephadm 2024-02-20T00:37:09.060895+0000 mgr.smithi088.fydtne (mgr.14182) 2 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-20T00:37:11.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:10 smithi088 bash[16865]: cephadm 2024-02-20T00:37:09.061410+0000 mgr.smithi088.fydtne (mgr.14182) 3 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-02-20T00:37:11.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:10 smithi088 bash[16865]: cephadm 2024-02-20T00:37:09.086806+0000 mgr.smithi088.fydtne (mgr.14182) 4 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:37:11.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:10 smithi088 bash[16865]: cephadm 2024-02-20T00:37:09.102582+0000 mgr.smithi088.fydtne (mgr.14182) 5 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:37:11.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:10 smithi088 bash[16865]: cephadm 2024-02-20T00:37:09.178509+0000 mgr.smithi088.fydtne (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi150 on smithi150 2024-02-20T00:37:11.514 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi150.service 2024-02-20T00:37:11.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:37:11.516 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:37:11.763 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-02-20T00:37:12.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:11 smithi088 bash[16865]: audit 2024-02-20T00:37:10.850722+0000 mgr.smithi088.fydtne (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi088:172.21.15.88=smithi088;smithi150:172.21.15.150=smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:37:12.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:11 smithi088 bash[16865]: cephadm 2024-02-20T00:37:10.856409+0000 mgr.smithi088.fydtne (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi088:172.21.15.88=smithi088;smithi150:172.21.15.150=smithi150;count:2 2024-02-20T00:37:12.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:11 smithi088 bash[16865]: audit 2024-02-20T00:37:10.861649+0000 mon.smithi088 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:13 smithi088 bash[16865]: audit 2024-02-20T00:37:12.001701+0000 mon.smithi088 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:13 smithi088 bash[16865]: audit 2024-02-20T00:37:12.007057+0000 mon.smithi088 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xxaftj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:37:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:13 smithi088 bash[16865]: audit 2024-02-20T00:37:12.011814+0000 mon.smithi088 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xxaftj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-20T00:37:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:13 smithi088 bash[16865]: audit 2024-02-20T00:37:12.013556+0000 mon.smithi088 (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:37:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:13 smithi088 bash[16865]: audit 2024-02-20T00:37:12.015368+0000 mon.smithi088 (mon.0) 157 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:13 smithi088 bash[16865]: cephadm 2024-02-20T00:37:12.016549+0000 mgr.smithi088.fydtne (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi150.xxaftj on smithi150 2024-02-20T00:37:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:15 smithi088 bash[16865]: audit 2024-02-20T00:37:14.789276+0000 mon.smithi088 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:15 smithi088 bash[16865]: audit 2024-02-20T00:37:14.793862+0000 mon.smithi088 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:37:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:15 smithi088 bash[16865]: audit 2024-02-20T00:37:14.795778+0000 mon.smithi088 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:37:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:15 smithi088 bash[16865]: audit 2024-02-20T00:37:14.797743+0000 mon.smithi088 (mon.0) 161 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:15 smithi088 bash[16865]: cephadm 2024-02-20T00:37:14.799309+0000 mgr.smithi088.fydtne (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi150 on smithi150 2024-02-20T00:37:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:15 smithi088 bash[16865]: audit 2024-02-20T00:37:15.345834+0000 mon.smithi088 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:16.390 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-20T00:37:16.391 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"6b568d3c-cf87-11ee-95bb-87774f69a715","modified":"2024-02-20T00:34:50.355612Z","created":"2024-02-20T00:34:50.355612Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:37:16.393 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-02-20T00:37:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:16 smithi088 bash[16865]: audit 2024-02-20T00:37:16.388158+0000 mon.smithi088 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.150:0/2619072893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:37:18.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:37:18.230 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:37:19.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:19 smithi150 systemd[1]: Started Ceph mon.smithi150 for 6b568d3c-cf87-11ee-95bb-87774f69a715. 2024-02-20T00:37:20.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:20 smithi088 bash[16865]: audit 2024-02-20T00:37:19.326129+0000 mon.smithi088 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:20.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:20 smithi088 bash[16865]: cephadm 2024-02-20T00:37:19.330547+0000 mgr.smithi088.fydtne (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2024-02-20T00:37:20.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:20 smithi088 bash[16865]: audit 2024-02-20T00:37:19.865136+0000 mon.smithi088 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:21.359 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.294+0000 7fbefa96a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.294+0000 7fbefa96a880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 7 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.294+0000 7fbefa96a880 0 pidfile_write: ignore empty --pid-file 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 0 load: jerasure load: lrc load: isa 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: RocksDB version: 6.8.1 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Compile date Feb 19 2024 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: DB SUMMARY 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: CURRENT file: CURRENT 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-20T00:37:21.360 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 0, files: 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 000003.log size: 511 ; 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.create_if_missing: 0 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.env: 0x563f0397b080 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.fs: Posix File System 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.info_log: 0x563f043ea440 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:37:21.361 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:37:21.362 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:37:21.362 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:37:21.362 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:37:21.362 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:37:21.363 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:37:21.363 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:37:21.363 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:37:21.363 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.db_log_dir: 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:37:21.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.write_buffer_manager: 0x563f0505c450 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.unordered_write: 0 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:37:21.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.row_cache: None 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.wal_filter: None 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.log_readahead_size: 0 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:37:21.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-20T00:37:21.367 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Compression algorithms supported: 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kZSTD supported: 0 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:37:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000001 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.merge_operator: 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563f0438dd10) 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: cache_index_and_filter_blocks: 1 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:37:21.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: pin_top_level_index_and_filter: 1 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: index_type: 0 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: data_block_index_type: 0 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: index_shortening: 1 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: hash_index_allow_collision: 1 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: checksum: 1 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: no_block_cache: 0 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_cache: 0x563f043c4f10 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_cache_name: BinnedLRUCache 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_cache_options: 2024-02-20T00:37:21.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: capacity : 536870912 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: num_shard_bits : 4 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: strict_capacity_limit : 0 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: high_pri_pool_ratio: 0.000 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_cache_compressed: (nil) 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: persistent_cache: (nil) 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_size: 4096 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_size_deviation: 10 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_restart_interval: 16 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: index_block_restart_interval: 1 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: metadata_block_size: 4096 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: partition_filters: 0 2024-02-20T00:37:21.371 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: use_delta_encoding: 1 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: whole_key_filtering: 1 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: verify_compression: 0 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: read_amp_bytes_per_bit: 0 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: format_version: 2 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: enable_index_compression: 1 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: block_align: 0 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:37:21.372 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.num_levels: 7 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:37:21.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:37:21.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:37:21.375 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:37:21.376 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.ttl: 2592000 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.298+0000 7fbefa96a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708389441306964, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-20T00:37:21.377 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708389441307899, "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": 1708389441, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.302+0000 7fbefa96a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708389441309035, "job": 1, "event": "recovery_finished"} 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.306+0000 7fbefa96a880 4 rocksdb: DB pointer 0x563f0448d800 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.306+0000 7fbee175c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.306+0000 7fbee175c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** DB Stats ** 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:37:21.378 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** Compaction Stats [default] ** 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** Compaction Stats [default] ** 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.379 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Interval compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** Compaction Stats [default] ** 2024-02-20T00:37:21.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:37:21.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:37:21.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:37:21.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** Compaction Stats [default] ** 2024-02-20T00:37:21.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Cumulative compaction: 0.00 GB write, 0.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:37:21.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.306+0000 7fbefa96a880 0 mon.smithi150 does not exist in monmap, will attempt to join an existing cluster 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.306+0000 7fbefa96a880 0 using public_addr v2:172.21.15.150:0/0 -> [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.306+0000 7fbefa96a880 0 starting mon.smithi150 rank -1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi150 fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.310+0000 7fbefa96a880 1 mon.smithi150@-1(???) e0 preinit fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.350+0000 7fbee3f61700 0 mon.smithi150@-1(synchronizing).mds e1 new map 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.350+0000 7fbee3f61700 0 mon.smithi150@-1(synchronizing).mds e1 print_map 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: e1 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: legacy client fscid: -1 2024-02-20T00:37:21.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: No filesystems configured 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.350+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 0 mon.smithi150@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 0 mon.smithi150@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: audit 2024-02-20T00:37:19.326129+0000 mon.smithi088 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: cephadm 2024-02-20T00:37:19.330547+0000 mgr.smithi088.fydtne (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: audit 2024-02-20T00:37:19.865136+0000 mon.smithi088 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:21.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:21 smithi150 bash[20372]: debug 2024-02-20T00:37:21.354+0000 7fbee3f61700 1 mon.smithi150@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-20T00:37:21.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:21 smithi088 bash[16865]: cephadm 2024-02-20T00:37:19.888933+0000 mgr.smithi088.fydtne (mgr.14182) 12 : cephadm [INF] Deploying daemon prometheus.smithi150 on smithi150 2024-02-20T00:37:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:21 smithi088 bash[16865]: cluster 2024-02-20T00:37:20.151429+0000 mgr.smithi088.fydtne (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:21 smithi088 bash[16865]: audit 2024-02-20T00:37:20.353786+0000 mon.smithi088 (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:26.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cephadm 2024-02-20T00:37:19.888933+0000 mgr.smithi088.fydtne (mgr.14182) 12 : cephadm [INF] Deploying daemon prometheus.smithi150 on smithi150 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:20.151429+0000 mgr.smithi088.fydtne (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:20.353786+0000 mon.smithi088 (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:21.373598+0000 mon.smithi088 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:21.373971+0000 mon.smithi088 (mon.0) 169 : cluster [INF] mon.smithi088 calling monitor election 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:21.397245+0000 mon.smithi088 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:22.151874+0000 mgr.smithi088.fydtne (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:22.365711+0000 mon.smithi088 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:23.168291+0000 mon.smithi088 (mon.0) 172 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xxaftj/crt"}]: dispatch 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:23.366184+0000 mon.smithi088 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:23.369956+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:24.152322+0000 mgr.smithi088.fydtne (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:24.366458+0000 mon.smithi088 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:25.366409+0000 mon.smithi088 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:26.366977+0000 mon.smithi088 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.400516+0000 mon.smithi088 (mon.0) 177 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi150 in quorum (ranks 0,1) 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.409868+0000 mon.smithi088 (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.410958+0000 mon.smithi088 (mon.0) 179 : cluster [DBG] fsmap 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.411023+0000 mon.smithi088 (mon.0) 180 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.411416+0000 mon.smithi088 (mon.0) 181 : cluster [DBG] mgrmap e17: smithi088.fydtne(active, since 26s) 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.411691+0000 mon.smithi088 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.412511+0000 mon.smithi088 (mon.0) 183 : cluster [DBG] Standby manager daemon smithi150.xxaftj started 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:26.414715+0000 mon.smithi088 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-20T00:37:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:26.418811+0000 mon.smithi088 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xxaftj/key"}]: dispatch 2024-02-20T00:37:26.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:26 smithi150 bash[20372]: audit 2024-02-20T00:37:26.419742+0000 mon.smithi088 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:21.373598+0000 mon.smithi088 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:21.373971+0000 mon.smithi088 (mon.0) 169 : cluster [INF] mon.smithi088 calling monitor election 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:21.397245+0000 mon.smithi088 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:22.151874+0000 mgr.smithi088.fydtne (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:22.365711+0000 mon.smithi088 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:23.168291+0000 mon.smithi088 (mon.0) 172 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xxaftj/crt"}]: dispatch 2024-02-20T00:37:26.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:23.366184+0000 mon.smithi088 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:23.369956+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:24.152322+0000 mgr.smithi088.fydtne (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:24.366458+0000 mon.smithi088 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:25.366409+0000 mon.smithi088 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:26.366977+0000 mon.smithi088 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.400516+0000 mon.smithi088 (mon.0) 177 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi150 in quorum (ranks 0,1) 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.409868+0000 mon.smithi088 (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.410958+0000 mon.smithi088 (mon.0) 179 : cluster [DBG] fsmap 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.411023+0000 mon.smithi088 (mon.0) 180 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.411416+0000 mon.smithi088 (mon.0) 181 : cluster [DBG] mgrmap e17: smithi088.fydtne(active, since 26s) 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.411691+0000 mon.smithi088 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.412511+0000 mon.smithi088 (mon.0) 183 : cluster [DBG] Standby manager daemon smithi150.xxaftj started 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:26.414715+0000 mon.smithi088 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-20T00:37:26.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:26.418811+0000 mon.smithi088 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xxaftj/key"}]: dispatch 2024-02-20T00:37:26.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:26 smithi088 bash[16865]: audit 2024-02-20T00:37:26.419742+0000 mon.smithi088 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.150:0/2482012996' entity='mgr.smithi150.xxaftj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-20T00:37:27.042 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-20T00:37:27.042 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":2,"fsid":"6b568d3c-cf87-11ee-95bb-87774f69a715","modified":"2024-02-20T00:37:21.366971Z","created":"2024-02-20T00:34:50.355612Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-20T00:37:27.045 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 2 2024-02-20T00:37:27.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:27 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.152803+0000 mgr.smithi088.fydtne (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:27.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:27 smithi088 bash[16865]: cluster 2024-02-20T00:37:26.479316+0000 mon.smithi088 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi088.fydtne(active, since 26s), standbys: smithi150.xxaftj 2024-02-20T00:37:27.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:27 smithi088 bash[16865]: audit 2024-02-20T00:37:26.480291+0000 mon.smithi088 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr metadata", "who": "smithi150.xxaftj", "id": "smithi150.xxaftj"}]: dispatch 2024-02-20T00:37:27.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:27 smithi088 bash[16865]: audit 2024-02-20T00:37:27.039064+0000 mon.smithi088 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.150:0/2964092454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:37:27.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:27 smithi088 bash[16865]: audit 2024-02-20T00:37:27.367019+0000 mon.smithi088 (mon.0) 190 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:27 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.152803+0000 mgr.smithi088.fydtne (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:27 smithi150 bash[20372]: cluster 2024-02-20T00:37:26.479316+0000 mon.smithi088 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi088.fydtne(active, since 26s), standbys: smithi150.xxaftj 2024-02-20T00:37:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:27 smithi150 bash[20372]: audit 2024-02-20T00:37:26.480291+0000 mon.smithi088 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr metadata", "who": "smithi150.xxaftj", "id": "smithi150.xxaftj"}]: dispatch 2024-02-20T00:37:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:27 smithi150 bash[20372]: audit 2024-02-20T00:37:27.039064+0000 mon.smithi088 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.150:0/2964092454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:37:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:27 smithi150 bash[20372]: audit 2024-02-20T00:37:27.367019+0000 mon.smithi088 (mon.0) 190 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-20T00:37:28.415 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-20T00:37:28.416 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph config generate-minimal-conf 2024-02-20T00:37:29.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:29 smithi088 bash[16865]: cluster 2024-02-20T00:37:28.153259+0000 mgr.smithi088.fydtne (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:29.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:29 smithi150 bash[20372]: cluster 2024-02-20T00:37:28.153259+0000 mgr.smithi088.fydtne (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:31.469 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:37:31.469 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2024-02-20T00:37:31.469 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:37:31.470 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2024-02-20T00:37:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:31 smithi088 bash[16865]: cluster 2024-02-20T00:37:30.153777+0000 mgr.smithi088.fydtne (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:31 smithi088 bash[16865]: audit 2024-02-20T00:37:31.466693+0000 mon.smithi088 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.88:0/2171869821' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:31.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:31 smithi150 bash[20372]: cluster 2024-02-20T00:37:30.153777+0000 mgr.smithi088.fydtne (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:31.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:31 smithi150 bash[20372]: audit 2024-02-20T00:37:31.466693+0000 mon.smithi088 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.88:0/2171869821' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:32.020 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-20T00:37:32.020 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:37:32.020 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-02-20T00:37:32.033 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:37:32.033 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:37:32.091 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:37:32.092 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2024-02-20T00:37:32.106 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:37:32.107 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:37:32.165 INFO:tasks.cephadm:Deploying OSDs... 2024-02-20T00:37:32.166 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:37:32.166 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:37:32.172 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-20T00:37:32.172 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme1n1 2024-02-20T00:37:32.222 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme1n1 2024-02-20T00:37:32.222 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:32.222 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 368 Links: 1 Device type: 103,2 2024-02-20T00:37:32.222 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:32.222 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:36:18.225073026 +0000 2024-02-20T00:37:32.223 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:31:40.415034295 +0000 2024-02-20T00:37:32.223 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:31:40.415034295 +0000 2024-02-20T00:37:32.223 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:37:32.223 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-20T00:37:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:37:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:37:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000460515 s, 1.1 MB/s 2024-02-20T00:37:32.280 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-20T00:37:32.329 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme2n1 2024-02-20T00:37:32.381 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme2n1 2024-02-20T00:37:32.381 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:32.381 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 374 Links: 1 Device type: 103,4 2024-02-20T00:37:32.382 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:32.382 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:36:18.245072554 +0000 2024-02-20T00:37:32.382 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:31:40.531089516 +0000 2024-02-20T00:37:32.382 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:31:40.531089516 +0000 2024-02-20T00:37:32.382 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:37:32.382 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-20T00:37:32.439 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:37:32.439 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:37:32.439 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00043873 s, 1.2 MB/s 2024-02-20T00:37:32.440 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-20T00:37:32.489 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme3n1 2024-02-20T00:37:32.540 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme3n1 2024-02-20T00:37:32.540 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:32.540 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 380 Links: 1 Device type: 103,6 2024-02-20T00:37:32.540 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:32.540 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:36:18.261072178 +0000 2024-02-20T00:37:32.541 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:31:40.647144736 +0000 2024-02-20T00:37:32.541 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:31:40.647144736 +0000 2024-02-20T00:37:32.541 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:37:32.541 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-20T00:37:32.595 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:37:32.595 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:37:32.595 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000460453 s, 1.1 MB/s 2024-02-20T00:37:32.596 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-20T00:37:32.645 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme4n1 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme4n1 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 386 Links: 1 Device type: 103,8 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-20 00:36:18.277071800 +0000 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-20 00:31:40.763199957 +0000 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-20 00:31:40.763199957 +0000 2024-02-20T00:37:32.697 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-20T00:37:32.697 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-20T00:37:32.751 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-20T00:37:32.751 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-20T00:37:32.751 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000457723 s, 1.1 MB/s 2024-02-20T00:37:32.752 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-20T00:37:32.801 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:37:32.802 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:37:32.809 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-20T00:37:32.809 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme1n1 2024-02-20T00:37:32.858 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme1n1 2024-02-20T00:37:32.858 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:32.858 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-02-20T00:37:32.859 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:32.859 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:37:06.807193683 +0000 2024-02-20T00:37:32.859 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:31:41.745944889 +0000 2024-02-20T00:37:32.859 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:31:41.745944889 +0000 2024-02-20T00:37:32.859 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:37:32.859 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-20T00:37:32.918 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:37:32.918 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:37:32.918 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000476569 s, 1.1 MB/s 2024-02-20T00:37:32.920 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-20T00:37:32.970 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme2n1 2024-02-20T00:37:33.016 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme2n1 2024-02-20T00:37:33.016 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:33.016 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-02-20T00:37:33.016 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:33.017 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:37:06.823193306 +0000 2024-02-20T00:37:33.017 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:31:41.862000111 +0000 2024-02-20T00:37:33.017 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:31:41.862000111 +0000 2024-02-20T00:37:33.017 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:37:33.017 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-20T00:37:33.069 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:37:33.069 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:37:33.069 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.00032905 s, 1.6 MB/s 2024-02-20T00:37:33.070 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-20T00:37:33.117 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme3n1 2024-02-20T00:37:33.165 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme3n1 2024-02-20T00:37:33.165 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:33.165 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-02-20T00:37:33.165 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:33.166 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:37:06.839192929 +0000 2024-02-20T00:37:33.166 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:31:41.974053429 +0000 2024-02-20T00:37:33.166 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:31:41.974053429 +0000 2024-02-20T00:37:33.166 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:37:33.166 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-20T00:37:33.216 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:37:33.217 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:37:33.217 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000297099 s, 1.7 MB/s 2024-02-20T00:37:33.218 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-20T00:37:33.266 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme4n1 2024-02-20T00:37:33.313 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme4n1 2024-02-20T00:37:33.313 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:37:33.313 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-02-20T00:37:33.313 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:37:33.314 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-20 00:37:06.855192551 +0000 2024-02-20T00:37:33.314 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-20 00:31:42.094110555 +0000 2024-02-20T00:37:33.314 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-20 00:31:42.094110555 +0000 2024-02-20T00:37:33.314 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-20T00:37:33.314 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-20T00:37:33.367 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-20T00:37:33.367 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-20T00:37:33.367 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000269519 s, 1.9 MB/s 2024-02-20T00:37:33.368 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-20T00:37:33.418 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-20T00:37:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:33 smithi088 bash[16865]: cluster 2024-02-20T00:37:32.154300+0000 mgr.smithi088.fydtne (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:33 smithi088 bash[16865]: audit 2024-02-20T00:37:33.174049+0000 mon.smithi088 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:33 smithi088 bash[16865]: audit 2024-02-20T00:37:33.176832+0000 mon.smithi088 (mon.0) 193 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:37:33.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:33 smithi150 bash[20372]: cluster 2024-02-20T00:37:32.154300+0000 mgr.smithi088.fydtne (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:33.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:33 smithi150 bash[20372]: audit 2024-02-20T00:37:33.174049+0000 mon.smithi088 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:33.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:33 smithi150 bash[20372]: audit 2024-02-20T00:37:33.176832+0000 mon.smithi088 (mon.0) 193 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:37:35.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:35 smithi088 bash[16865]: cluster 2024-02-20T00:37:34.154742+0000 mgr.smithi088.fydtne (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:35.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:35 smithi088 bash[16865]: audit 2024-02-20T00:37:35.366914+0000 mon.smithi088 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:35.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:35 smithi150 bash[20372]: cluster 2024-02-20T00:37:34.154742+0000 mgr.smithi088.fydtne (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:35.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:35 smithi150 bash[20372]: audit 2024-02-20T00:37:35.366914+0000 mon.smithi088 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:36.717 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled osd.all-available-devices update... 2024-02-20T00:37:37.302 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-20T00:37:37.302 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:37:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:37 smithi088 bash[16865]: cluster 2024-02-20T00:37:36.155188+0000 mgr.smithi088.fydtne (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:37 smithi088 bash[16865]: audit 2024-02-20T00:37:36.702847+0000 mgr.smithi088.fydtne (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:37:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:37 smithi088 bash[16865]: cephadm 2024-02-20T00:37:36.707247+0000 mgr.smithi088.fydtne (mgr.14182) 23 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-02-20T00:37:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:37 smithi088 bash[16865]: cephadm 2024-02-20T00:37:36.707608+0000 mgr.smithi088.fydtne (mgr.14182) 24 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-02-20T00:37:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:37 smithi088 bash[16865]: cephadm 2024-02-20T00:37:36.708175+0000 mgr.smithi088.fydtne (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-20T00:37:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:37 smithi088 bash[16865]: audit 2024-02-20T00:37:36.714529+0000 mon.smithi088 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:38.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:37 smithi150 bash[20372]: cluster 2024-02-20T00:37:36.155188+0000 mgr.smithi088.fydtne (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:38.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:37 smithi150 bash[20372]: audit 2024-02-20T00:37:36.702847+0000 mgr.smithi088.fydtne (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:37:38.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:37 smithi150 bash[20372]: cephadm 2024-02-20T00:37:36.707247+0000 mgr.smithi088.fydtne (mgr.14182) 23 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-02-20T00:37:38.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:37 smithi150 bash[20372]: cephadm 2024-02-20T00:37:36.707608+0000 mgr.smithi088.fydtne (mgr.14182) 24 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-02-20T00:37:38.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:37 smithi150 bash[20372]: cephadm 2024-02-20T00:37:36.708175+0000 mgr.smithi088.fydtne (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-20T00:37:38.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:37 smithi150 bash[20372]: audit 2024-02-20T00:37:36.714529+0000 mon.smithi088 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:40.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:39 smithi088 bash[16865]: cluster 2024-02-20T00:37:38.155626+0000 mgr.smithi088.fydtne (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:40.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:39 smithi150 bash[20372]: cluster 2024-02-20T00:37:38.155626+0000 mgr.smithi088.fydtne (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:40.465 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.770519+0000 mon.smithi088 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.782178+0000 mon.smithi088 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.784105+0000 mon.smithi088 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.785754+0000 mon.smithi088 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: cephadm 2024-02-20T00:37:39.788024+0000 mgr.smithi088.fydtne (mgr.14182) 27 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: cephadm 2024-02-20T00:37:39.788812+0000 mgr.smithi088.fydtne (mgr.14182) 28 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.812336+0000 mon.smithi088 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.831031+0000 mon.smithi088 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.837905+0000 mon.smithi088 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.847031+0000 mon.smithi088 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.855479+0000 mon.smithi088 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.859328+0000 mon.smithi088 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.859925+0000 mon.smithi088 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:39.860873+0000 mon.smithi088 (mon.0) 207 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: cluster 2024-02-20T00:37:40.156124+0000 mgr.smithi088.fydtne (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:40 smithi088 bash[16865]: audit 2024-02-20T00:37:40.462633+0000 mon.smithi088 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.88:0/725760329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:41.072 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:37:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.770519+0000 mon.smithi088 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.782178+0000 mon.smithi088 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.784105+0000 mon.smithi088 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.785754+0000 mon.smithi088 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: cephadm 2024-02-20T00:37:39.788024+0000 mgr.smithi088.fydtne (mgr.14182) 27 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: cephadm 2024-02-20T00:37:39.788812+0000 mgr.smithi088.fydtne (mgr.14182) 28 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.812336+0000 mon.smithi088 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.831031+0000 mon.smithi088 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.837905+0000 mon.smithi088 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.847031+0000 mon.smithi088 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.855479+0000 mon.smithi088 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.859328+0000 mon.smithi088 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.859925+0000 mon.smithi088 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:39.860873+0000 mon.smithi088 (mon.0) 207 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: cluster 2024-02-20T00:37:40.156124+0000 mgr.smithi088.fydtne (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:40 smithi150 bash[20372]: audit 2024-02-20T00:37:40.462633+0000 mon.smithi088 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.88:0/725760329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:42.073 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:37:43.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:43 smithi088 bash[16865]: cluster 2024-02-20T00:37:42.156588+0000 mgr.smithi088.fydtne (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:43.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:43 smithi150 bash[20372]: cluster 2024-02-20T00:37:42.156588+0000 mgr.smithi088.fydtne (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:45.324 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:37:45.487 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:45 smithi150 bash[20372]: cluster 2024-02-20T00:37:44.157020+0000 mgr.smithi088.fydtne (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:45.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:45 smithi088 bash[16865]: cluster 2024-02-20T00:37:44.157020+0000 mgr.smithi088.fydtne (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:46.214 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:37:46.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:46 smithi088 bash[16865]: audit 2024-02-20T00:37:45.321262+0000 mon.smithi088 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.88:0/1230428180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:46.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:46 smithi150 bash[20372]: audit 2024-02-20T00:37:45.321262+0000 mon.smithi088 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.88:0/1230428180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:47.215 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:37:47.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:47 smithi150 bash[20372]: cluster 2024-02-20T00:37:46.157336+0000 mgr.smithi088.fydtne (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:47.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:47 smithi088 bash[16865]: cluster 2024-02-20T00:37:46.157336+0000 mgr.smithi088.fydtne (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:49.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:49 smithi088 bash[16865]: cluster 2024-02-20T00:37:48.157689+0000 mgr.smithi088.fydtne (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:49 smithi088 bash[16865]: audit 2024-02-20T00:37:48.372862+0000 mon.smithi088 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e38d44b-0006-471a-a8cb-d4f8a784f0bb"}]: dispatch 2024-02-20T00:37:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:49 smithi088 bash[16865]: audit 2024-02-20T00:37:48.373015+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/3883399829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e38d44b-0006-471a-a8cb-d4f8a784f0bb"}]: dispatch 2024-02-20T00:37:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:49 smithi088 bash[16865]: audit 2024-02-20T00:37:48.378197+0000 mon.smithi088 (mon.0) 211 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e38d44b-0006-471a-a8cb-d4f8a784f0bb"}]': finished 2024-02-20T00:37:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:49 smithi088 bash[16865]: cluster 2024-02-20T00:37:48.378252+0000 mon.smithi088 (mon.0) 212 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-20T00:37:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:49 smithi088 bash[16865]: audit 2024-02-20T00:37:48.378363+0000 mon.smithi088 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:49 smithi150 bash[20372]: cluster 2024-02-20T00:37:48.157689+0000 mgr.smithi088.fydtne (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:49 smithi150 bash[20372]: audit 2024-02-20T00:37:48.372862+0000 mon.smithi088 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e38d44b-0006-471a-a8cb-d4f8a784f0bb"}]: dispatch 2024-02-20T00:37:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:49 smithi150 bash[20372]: audit 2024-02-20T00:37:48.373015+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/3883399829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e38d44b-0006-471a-a8cb-d4f8a784f0bb"}]: dispatch 2024-02-20T00:37:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:49 smithi150 bash[20372]: audit 2024-02-20T00:37:48.378197+0000 mon.smithi088 (mon.0) 211 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e38d44b-0006-471a-a8cb-d4f8a784f0bb"}]': finished 2024-02-20T00:37:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:49 smithi150 bash[20372]: cluster 2024-02-20T00:37:48.378252+0000 mon.smithi088 (mon.0) 212 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-20T00:37:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:49 smithi150 bash[20372]: audit 2024-02-20T00:37:48.378363+0000 mon.smithi088 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:50.502 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:50 smithi088 bash[16865]: audit 2024-02-20T00:37:49.415350+0000 mon.smithi150 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.150:0/2008800404' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:50.502 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:50 smithi088 bash[16865]: audit 2024-02-20T00:37:49.824655+0000 mon.smithi088 (mon.0) 214 : audit [INF] from='client.? 172.21.15.88:0/211431678' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "325a0622-df9f-435f-9157-00e8123db7ae"}]: dispatch 2024-02-20T00:37:50.502 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:50 smithi088 bash[16865]: audit 2024-02-20T00:37:49.830816+0000 mon.smithi088 (mon.0) 215 : audit [INF] from='client.? 172.21.15.88:0/211431678' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "325a0622-df9f-435f-9157-00e8123db7ae"}]': finished 2024-02-20T00:37:50.503 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:50 smithi088 bash[16865]: cluster 2024-02-20T00:37:49.830886+0000 mon.smithi088 (mon.0) 216 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-20T00:37:50.503 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:50 smithi088 bash[16865]: audit 2024-02-20T00:37:49.831013+0000 mon.smithi088 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:50.503 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:50 smithi088 bash[16865]: audit 2024-02-20T00:37:49.831370+0000 mon.smithi088 (mon.0) 218 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:50 smithi150 bash[20372]: audit 2024-02-20T00:37:49.415350+0000 mon.smithi150 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.150:0/2008800404' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:50 smithi150 bash[20372]: audit 2024-02-20T00:37:49.824655+0000 mon.smithi088 (mon.0) 214 : audit [INF] from='client.? 172.21.15.88:0/211431678' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "325a0622-df9f-435f-9157-00e8123db7ae"}]: dispatch 2024-02-20T00:37:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:50 smithi150 bash[20372]: audit 2024-02-20T00:37:49.830816+0000 mon.smithi088 (mon.0) 215 : audit [INF] from='client.? 172.21.15.88:0/211431678' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "325a0622-df9f-435f-9157-00e8123db7ae"}]': finished 2024-02-20T00:37:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:50 smithi150 bash[20372]: cluster 2024-02-20T00:37:49.830886+0000 mon.smithi088 (mon.0) 216 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-20T00:37:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:50 smithi150 bash[20372]: audit 2024-02-20T00:37:49.831013+0000 mon.smithi088 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:50 smithi150 bash[20372]: audit 2024-02-20T00:37:49.831370+0000 mon.smithi088 (mon.0) 218 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:50.835 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:37:51.464 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708389469,"num_remapped_pgs":0} 2024-02-20T00:37:51.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:51 smithi088 bash[16865]: cluster 2024-02-20T00:37:50.158136+0000 mgr.smithi088.fydtne (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:51.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:51 smithi088 bash[16865]: audit 2024-02-20T00:37:50.833036+0000 mon.smithi088 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.88:0/2854153463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:51.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:51 smithi088 bash[16865]: audit 2024-02-20T00:37:51.106401+0000 mon.smithi088 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.88:0/3158222112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:51 smithi150 bash[20372]: cluster 2024-02-20T00:37:50.158136+0000 mgr.smithi088.fydtne (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:51 smithi150 bash[20372]: audit 2024-02-20T00:37:50.833036+0000 mon.smithi088 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.88:0/2854153463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:51 smithi150 bash[20372]: audit 2024-02-20T00:37:51.106401+0000 mon.smithi088 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.88:0/3158222112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:52.465 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: audit 2024-02-20T00:37:52.137271+0000 mon.smithi088 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a30eb703-fb0f-4fd1-b573-220ebc939d56"}]: dispatch 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: audit 2024-02-20T00:37:52.137317+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/3158040380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a30eb703-fb0f-4fd1-b573-220ebc939d56"}]: dispatch 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: audit 2024-02-20T00:37:52.145143+0000 mon.smithi088 (mon.0) 222 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a30eb703-fb0f-4fd1-b573-220ebc939d56"}]': finished 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: cluster 2024-02-20T00:37:52.145295+0000 mon.smithi088 (mon.0) 223 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: audit 2024-02-20T00:37:52.145537+0000 mon.smithi088 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: audit 2024-02-20T00:37:52.146234+0000 mon.smithi088 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:52 smithi088 bash[16865]: audit 2024-02-20T00:37:52.146637+0000 mon.smithi088 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: audit 2024-02-20T00:37:52.137271+0000 mon.smithi088 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a30eb703-fb0f-4fd1-b573-220ebc939d56"}]: dispatch 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: audit 2024-02-20T00:37:52.137317+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/3158040380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a30eb703-fb0f-4fd1-b573-220ebc939d56"}]: dispatch 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: audit 2024-02-20T00:37:52.145143+0000 mon.smithi088 (mon.0) 222 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a30eb703-fb0f-4fd1-b573-220ebc939d56"}]': finished 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: cluster 2024-02-20T00:37:52.145295+0000 mon.smithi088 (mon.0) 223 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: audit 2024-02-20T00:37:52.145537+0000 mon.smithi088 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: audit 2024-02-20T00:37:52.146234+0000 mon.smithi088 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:52 smithi150 bash[20372]: audit 2024-02-20T00:37:52.146637+0000 mon.smithi088 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:53.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:53 smithi088 bash[16865]: cluster 2024-02-20T00:37:52.158520+0000 mgr.smithi088.fydtne (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:53.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:53 smithi088 bash[16865]: audit 2024-02-20T00:37:53.149749+0000 mon.smithi150 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.150:0/1432342730' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:53 smithi150 bash[20372]: cluster 2024-02-20T00:37:52.158520+0000 mgr.smithi088.fydtne (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:53 smithi150 bash[20372]: audit 2024-02-20T00:37:53.149749+0000 mon.smithi150 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.150:0/1432342730' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:54.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: audit 2024-02-20T00:37:53.864000+0000 mon.smithi088 (mon.0) 227 : audit [INF] from='client.? 172.21.15.88:0/2159288587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22ba8c87-7e09-45ee-a481-9e86ecb5ff13"}]: dispatch 2024-02-20T00:37:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: audit 2024-02-20T00:37:53.871946+0000 mon.smithi088 (mon.0) 228 : audit [INF] from='client.? 172.21.15.88:0/2159288587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22ba8c87-7e09-45ee-a481-9e86ecb5ff13"}]': finished 2024-02-20T00:37:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: cluster 2024-02-20T00:37:53.872239+0000 mon.smithi088 (mon.0) 229 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-20T00:37:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: audit 2024-02-20T00:37:53.872460+0000 mon.smithi088 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: audit 2024-02-20T00:37:53.873493+0000 mon.smithi088 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: audit 2024-02-20T00:37:53.873991+0000 mon.smithi088 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:54 smithi088 bash[16865]: audit 2024-02-20T00:37:53.874449+0000 mon.smithi088 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:37:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: audit 2024-02-20T00:37:53.864000+0000 mon.smithi088 (mon.0) 227 : audit [INF] from='client.? 172.21.15.88:0/2159288587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22ba8c87-7e09-45ee-a481-9e86ecb5ff13"}]: dispatch 2024-02-20T00:37:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: audit 2024-02-20T00:37:53.871946+0000 mon.smithi088 (mon.0) 228 : audit [INF] from='client.? 172.21.15.88:0/2159288587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22ba8c87-7e09-45ee-a481-9e86ecb5ff13"}]': finished 2024-02-20T00:37:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: cluster 2024-02-20T00:37:53.872239+0000 mon.smithi088 (mon.0) 229 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-20T00:37:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: audit 2024-02-20T00:37:53.872460+0000 mon.smithi088 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: audit 2024-02-20T00:37:53.873493+0000 mon.smithi088 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: audit 2024-02-20T00:37:53.873991+0000 mon.smithi088 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:54 smithi150 bash[20372]: audit 2024-02-20T00:37:53.874449+0000 mon.smithi088 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:37:55.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:55 smithi088 bash[16865]: cluster 2024-02-20T00:37:54.158987+0000 mgr.smithi088.fydtne (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:55.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:55 smithi150 bash[20372]: cluster 2024-02-20T00:37:54.158987+0000 mgr.smithi088.fydtne (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:56.018 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.782072+0000 mon.smithi088 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.88:0/3660086796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.878524+0000 mon.smithi088 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15e6b078-9a12-4532-a47a-030cf7199bac"}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.878800+0000 mon.smithi150 (mon.1) 6 : audit [INF] from='client.? 172.21.15.150:0/2464469842' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15e6b078-9a12-4532-a47a-030cf7199bac"}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.882417+0000 mon.smithi088 (mon.0) 236 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15e6b078-9a12-4532-a47a-030cf7199bac"}]': finished 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: cluster 2024-02-20T00:37:55.882480+0000 mon.smithi088 (mon.0) 237 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.882610+0000 mon.smithi088 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.883143+0000 mon.smithi088 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.883432+0000 mon.smithi088 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.883726+0000 mon.smithi088 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:55.884497+0000 mon.smithi088 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:37:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:56 smithi088 bash[16865]: audit 2024-02-20T00:37:56.015279+0000 mon.smithi088 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.88:0/1259583424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:56.638 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1708389475,"num_remapped_pgs":0} 2024-02-20T00:37:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.782072+0000 mon.smithi088 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.88:0/3660086796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.878524+0000 mon.smithi088 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15e6b078-9a12-4532-a47a-030cf7199bac"}]: dispatch 2024-02-20T00:37:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.878800+0000 mon.smithi150 (mon.1) 6 : audit [INF] from='client.? 172.21.15.150:0/2464469842' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15e6b078-9a12-4532-a47a-030cf7199bac"}]: dispatch 2024-02-20T00:37:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.882417+0000 mon.smithi088 (mon.0) 236 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15e6b078-9a12-4532-a47a-030cf7199bac"}]': finished 2024-02-20T00:37:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: cluster 2024-02-20T00:37:55.882480+0000 mon.smithi088 (mon.0) 237 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-20T00:37:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.882610+0000 mon.smithi088 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.883143+0000 mon.smithi088 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.883432+0000 mon.smithi088 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.883726+0000 mon.smithi088 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:37:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:55.884497+0000 mon.smithi088 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:37:56.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:56 smithi150 bash[20372]: audit 2024-02-20T00:37:56.015279+0000 mon.smithi088 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.88:0/1259583424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:37:57.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:57 smithi088 bash[16865]: cluster 2024-02-20T00:37:56.159385+0000 mgr.smithi088.fydtne (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:57.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:57 smithi088 bash[16865]: audit 2024-02-20T00:37:56.926359+0000 mon.smithi150 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.150:0/3941401185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:57.639 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:37:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:57 smithi150 bash[20372]: cluster 2024-02-20T00:37:56.159385+0000 mgr.smithi088.fydtne (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:57 smithi150 bash[20372]: audit 2024-02-20T00:37:56.926359+0000 mon.smithi150 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.150:0/3941401185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:37:59.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: cluster 2024-02-20T00:37:58.159806+0000 mgr.smithi088.fydtne (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:59.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.567244+0000 mon.smithi088 (mon.0) 244 : audit [INF] from='client.? 172.21.15.88:0/2367835631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8b85c1e7-c52a-41b0-bffd-616e1d0327c9"}]: dispatch 2024-02-20T00:37:59.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.578377+0000 mon.smithi088 (mon.0) 245 : audit [INF] from='client.? 172.21.15.88:0/2367835631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8b85c1e7-c52a-41b0-bffd-616e1d0327c9"}]': finished 2024-02-20T00:37:59.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: cluster 2024-02-20T00:37:58.578526+0000 mon.smithi088 (mon.0) 246 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-20T00:37:59.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.578808+0000 mon.smithi088 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:59.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.579593+0000 mon.smithi088 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:59.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.580056+0000 mon.smithi088 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:59.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.580506+0000 mon.smithi088 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:37:59.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.580927+0000 mon.smithi088 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:37:59.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:37:59 smithi088 bash[16865]: audit 2024-02-20T00:37:58.581462+0000 mon.smithi088 (mon.0) 252 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:37:59.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: cluster 2024-02-20T00:37:58.159806+0000 mgr.smithi088.fydtne (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:37:59.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.567244+0000 mon.smithi088 (mon.0) 244 : audit [INF] from='client.? 172.21.15.88:0/2367835631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8b85c1e7-c52a-41b0-bffd-616e1d0327c9"}]: dispatch 2024-02-20T00:37:59.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.578377+0000 mon.smithi088 (mon.0) 245 : audit [INF] from='client.? 172.21.15.88:0/2367835631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8b85c1e7-c52a-41b0-bffd-616e1d0327c9"}]': finished 2024-02-20T00:37:59.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: cluster 2024-02-20T00:37:58.578526+0000 mon.smithi088 (mon.0) 246 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-20T00:37:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.578808+0000 mon.smithi088 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:37:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.579593+0000 mon.smithi088 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:37:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.580056+0000 mon.smithi088 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:37:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.580506+0000 mon.smithi088 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:37:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.580927+0000 mon.smithi088 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:37:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:37:59 smithi150 bash[20372]: audit 2024-02-20T00:37:58.581462+0000 mon.smithi088 (mon.0) 252 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.675231+0000 mon.smithi150 (mon.1) 8 : audit [INF] from='client.? 172.21.15.150:0/956650485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a667113-8895-4f47-91b9-4beab5c107bb"}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.675247+0000 mon.smithi088 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a667113-8895-4f47-91b9-4beab5c107bb"}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.683987+0000 mon.smithi088 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a667113-8895-4f47-91b9-4beab5c107bb"}]': finished 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: cluster 2024-02-20T00:37:59.684178+0000 mon.smithi088 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.684455+0000 mon.smithi088 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.685120+0000 mon.smithi088 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.685541+0000 mon.smithi088 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.685914+0000 mon.smithi088 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.686296+0000 mon.smithi088 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:00.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.686729+0000 mon.smithi088 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:00.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:37:59.687118+0000 mon.smithi088 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:00.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:00 smithi088 bash[16865]: audit 2024-02-20T00:38:00.130037+0000 mon.smithi088 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.88:0/2886384316' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:38:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.675231+0000 mon.smithi150 (mon.1) 8 : audit [INF] from='client.? 172.21.15.150:0/956650485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a667113-8895-4f47-91b9-4beab5c107bb"}]: dispatch 2024-02-20T00:38:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.675247+0000 mon.smithi088 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a667113-8895-4f47-91b9-4beab5c107bb"}]: dispatch 2024-02-20T00:38:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.683987+0000 mon.smithi088 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a667113-8895-4f47-91b9-4beab5c107bb"}]': finished 2024-02-20T00:38:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: cluster 2024-02-20T00:37:59.684178+0000 mon.smithi088 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-20T00:38:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.684455+0000 mon.smithi088 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.685120+0000 mon.smithi088 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.685541+0000 mon.smithi088 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.685914+0000 mon.smithi088 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.686296+0000 mon.smithi088 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.686729+0000 mon.smithi088 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:37:59.687118+0000 mon.smithi088 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:00 smithi150 bash[20372]: audit 2024-02-20T00:38:00.130037+0000 mon.smithi088 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.88:0/2886384316' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:38:01.066 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:01.730 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708389479,"num_remapped_pgs":0} 2024-02-20T00:38:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:01 smithi088 bash[16865]: cluster 2024-02-20T00:38:00.160265+0000 mgr.smithi088.fydtne (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:01 smithi088 bash[16865]: audit 2024-02-20T00:38:00.745597+0000 mon.smithi150 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.150:0/1892099822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:38:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:01 smithi088 bash[16865]: audit 2024-02-20T00:38:01.063716+0000 mon.smithi088 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.88:0/3400452646' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:02.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:01 smithi150 bash[20372]: cluster 2024-02-20T00:38:00.160265+0000 mgr.smithi088.fydtne (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:02.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:01 smithi150 bash[20372]: audit 2024-02-20T00:38:00.745597+0000 mon.smithi150 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.150:0/1892099822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:38:02.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:01 smithi150 bash[20372]: audit 2024-02-20T00:38:01.063716+0000 mon.smithi088 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.88:0/3400452646' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:02.731 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: cluster 2024-02-20T00:38:02.160766+0000 mgr.smithi088.fydtne (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.894623+0000 mon.smithi088 (mon.0) 265 : audit [INF] from='client.? 172.21.15.88:0/3195069750' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f624d240-328a-4d6d-91f4-1fe15ac90eb0"}]: dispatch 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.903264+0000 mon.smithi088 (mon.0) 266 : audit [INF] from='client.? 172.21.15.88:0/3195069750' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f624d240-328a-4d6d-91f4-1fe15ac90eb0"}]': finished 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: cluster 2024-02-20T00:38:02.903429+0000 mon.smithi088 (mon.0) 267 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.903699+0000 mon.smithi088 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.904733+0000 mon.smithi088 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.905369+0000 mon.smithi088 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.906073+0000 mon.smithi088 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.906868+0000 mon.smithi088 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:03.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.907230+0000 mon.smithi088 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:03.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.907584+0000 mon.smithi088 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:03.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:03 smithi088 bash[16865]: audit 2024-02-20T00:38:02.907928+0000 mon.smithi088 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:04.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: cluster 2024-02-20T00:38:02.160766+0000 mgr.smithi088.fydtne (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:04.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.894623+0000 mon.smithi088 (mon.0) 265 : audit [INF] from='client.? 172.21.15.88:0/3195069750' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f624d240-328a-4d6d-91f4-1fe15ac90eb0"}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.903264+0000 mon.smithi088 (mon.0) 266 : audit [INF] from='client.? 172.21.15.88:0/3195069750' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f624d240-328a-4d6d-91f4-1fe15ac90eb0"}]': finished 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: cluster 2024-02-20T00:38:02.903429+0000 mon.smithi088 (mon.0) 267 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.903699+0000 mon.smithi088 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.904733+0000 mon.smithi088 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.905369+0000 mon.smithi088 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.906073+0000 mon.smithi088 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.906868+0000 mon.smithi088 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.907230+0000 mon.smithi088 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.907584+0000 mon.smithi088 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:03 smithi150 bash[20372]: audit 2024-02-20T00:38:02.907928+0000 mon.smithi088 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:05.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:04 smithi088 bash[16865]: audit 2024-02-20T00:38:04.503154+0000 mon.smithi088 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.88:0/3751551628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:38:05.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:04 smithi150 bash[20372]: audit 2024-02-20T00:38:04.503154+0000 mon.smithi088 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.88:0/3751551628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:38:06.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:05 smithi088 bash[16865]: cluster 2024-02-20T00:38:04.161144+0000 mgr.smithi088.fydtne (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:06.112 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:06.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:05 smithi150 bash[20372]: cluster 2024-02-20T00:38:04.161144+0000 mgr.smithi088.fydtne (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:06.784 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:07.004 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:06 smithi088 bash[16865]: audit 2024-02-20T00:38:06.109260+0000 mon.smithi088 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.88:0/4114080098' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:07.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:06 smithi150 bash[20372]: audit 2024-02-20T00:38:06.109260+0000 mon.smithi088 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.88:0/4114080098' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:07.785 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:08.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:07 smithi088 bash[16865]: cluster 2024-02-20T00:38:06.161625+0000 mgr.smithi088.fydtne (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:08.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:07 smithi150 bash[20372]: cluster 2024-02-20T00:38:06.161625+0000 mgr.smithi088.fydtne (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:09.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:09 smithi150 bash[20372]: cluster 2024-02-20T00:38:08.162172+0000 mgr.smithi088.fydtne (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:09 smithi088 bash[16865]: cluster 2024-02-20T00:38:08.162172+0000 mgr.smithi088.fydtne (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:10.793 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:11.429 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:12.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:11 smithi088 bash[16865]: cluster 2024-02-20T00:38:10.162623+0000 mgr.smithi088.fydtne (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:12.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:11 smithi088 bash[16865]: audit 2024-02-20T00:38:10.790892+0000 mon.smithi088 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.88:0/142981615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:12.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:11 smithi150 bash[20372]: cluster 2024-02-20T00:38:10.162623+0000 mgr.smithi088.fydtne (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:12.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:11 smithi150 bash[20372]: audit 2024-02-20T00:38:10.790892+0000 mon.smithi088 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.88:0/142981615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:12.431 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:12.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:12 smithi150 bash[20372]: audit 2024-02-20T00:38:11.816661+0000 mon.smithi088 (mon.0) 279 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-20T00:38:12.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:12 smithi150 bash[20372]: audit 2024-02-20T00:38:11.818631+0000 mon.smithi088 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:13.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:12 smithi088 bash[16865]: audit 2024-02-20T00:38:11.816661+0000 mon.smithi088 (mon.0) 279 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-20T00:38:13.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:12 smithi088 bash[16865]: audit 2024-02-20T00:38:11.818631+0000 mon.smithi088 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:14.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:13 smithi088 bash[16865]: cephadm 2024-02-20T00:38:11.820384+0000 mgr.smithi088.fydtne (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi150 2024-02-20T00:38:14.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:13 smithi088 bash[16865]: cluster 2024-02-20T00:38:12.163080+0000 mgr.smithi088.fydtne (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:14.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:13 smithi150 bash[20372]: cephadm 2024-02-20T00:38:11.820384+0000 mgr.smithi088.fydtne (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi150 2024-02-20T00:38:14.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:13 smithi150 bash[20372]: cluster 2024-02-20T00:38:12.163080+0000 mgr.smithi088.fydtne (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:15 smithi088 bash[16865]: cluster 2024-02-20T00:38:14.163530+0000 mgr.smithi088.fydtne (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:16.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:15 smithi150 bash[20372]: cluster 2024-02-20T00:38:14.163530+0000 mgr.smithi088.fydtne (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:16.664 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:17.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:16 smithi150 bash[20372]: audit 2024-02-20T00:38:15.771455+0000 mon.smithi088 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:17.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:16 smithi150 bash[20372]: audit 2024-02-20T00:38:15.773297+0000 mon.smithi088 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-20T00:38:17.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:16 smithi150 bash[20372]: audit 2024-02-20T00:38:15.775051+0000 mon.smithi088 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:17.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:16 smithi150 bash[20372]: cephadm 2024-02-20T00:38:15.776630+0000 mgr.smithi088.fydtne (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi150 2024-02-20T00:38:17.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:16 smithi150 bash[20372]: cluster 2024-02-20T00:38:16.163996+0000 mgr.smithi088.fydtne (mgr.14182) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:17.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:16 smithi150 bash[20372]: audit 2024-02-20T00:38:16.662052+0000 mon.smithi088 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.88:0/2409314827' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:16 smithi088 bash[16865]: audit 2024-02-20T00:38:15.771455+0000 mon.smithi088 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:16 smithi088 bash[16865]: audit 2024-02-20T00:38:15.773297+0000 mon.smithi088 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-20T00:38:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:16 smithi088 bash[16865]: audit 2024-02-20T00:38:15.775051+0000 mon.smithi088 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:16 smithi088 bash[16865]: cephadm 2024-02-20T00:38:15.776630+0000 mgr.smithi088.fydtne (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi150 2024-02-20T00:38:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:16 smithi088 bash[16865]: cluster 2024-02-20T00:38:16.163996+0000 mgr.smithi088.fydtne (mgr.14182) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:17.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:16 smithi088 bash[16865]: audit 2024-02-20T00:38:16.662052+0000 mon.smithi088 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.88:0/2409314827' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:17.649 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:18.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:17 smithi088 bash[16865]: audit 2024-02-20T00:38:17.754129+0000 mon.smithi088 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-20T00:38:18.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:17 smithi088 bash[16865]: audit 2024-02-20T00:38:17.755485+0000 mon.smithi088 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:18.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:17 smithi088 bash[16865]: cephadm 2024-02-20T00:38:17.756703+0000 mgr.smithi088.fydtne (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.1 on smithi088 2024-02-20T00:38:18.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:17 smithi150 bash[20372]: audit 2024-02-20T00:38:17.754129+0000 mon.smithi088 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-20T00:38:18.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:17 smithi150 bash[20372]: audit 2024-02-20T00:38:17.755485+0000 mon.smithi088 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:18.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:17 smithi150 bash[20372]: cephadm 2024-02-20T00:38:17.756703+0000 mgr.smithi088.fydtne (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.1 on smithi088 2024-02-20T00:38:18.651 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:19.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:18 smithi088 bash[16865]: cluster 2024-02-20T00:38:18.164461+0000 mgr.smithi088.fydtne (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:19.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:18 smithi150 bash[20372]: cluster 2024-02-20T00:38:18.164461+0000 mgr.smithi088.fydtne (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:21 smithi088 bash[16865]: cluster 2024-02-20T00:38:20.164914+0000 mgr.smithi088.fydtne (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:21 smithi088 bash[16865]: audit 2024-02-20T00:38:20.663944+0000 mon.smithi088 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:21 smithi088 bash[16865]: audit 2024-02-20T00:38:20.665490+0000 mon.smithi088 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-20T00:38:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:21 smithi088 bash[16865]: audit 2024-02-20T00:38:20.667108+0000 mon.smithi088 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:21 smithi088 bash[16865]: cephadm 2024-02-20T00:38:20.668518+0000 mgr.smithi088.fydtne (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi150 2024-02-20T00:38:21.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:21 smithi150 bash[20372]: cluster 2024-02-20T00:38:20.164914+0000 mgr.smithi088.fydtne (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:21.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:21 smithi150 bash[20372]: audit 2024-02-20T00:38:20.663944+0000 mon.smithi088 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:21.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:21 smithi150 bash[20372]: audit 2024-02-20T00:38:20.665490+0000 mon.smithi088 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-20T00:38:21.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:21 smithi150 bash[20372]: audit 2024-02-20T00:38:20.667108+0000 mon.smithi088 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:21.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:21 smithi150 bash[20372]: cephadm 2024-02-20T00:38:20.668518+0000 mgr.smithi088.fydtne (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi150 2024-02-20T00:38:23.258 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:23.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: cluster 2024-02-20T00:38:22.165390+0000 mgr.smithi088.fydtne (mgr.14182) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:23.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: audit 2024-02-20T00:38:23.042236+0000 mon.smithi088 (mon.0) 290 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-20T00:38:23.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: audit 2024-02-20T00:38:23.042355+0000 mon.smithi150 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/3210390726,v1:172.21.15.150:6801/3210390726]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-20T00:38:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: audit 2024-02-20T00:38:23.080892+0000 mon.smithi088 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: audit 2024-02-20T00:38:23.082042+0000 mon.smithi088 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-20T00:38:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: audit 2024-02-20T00:38:23.082947+0000 mon.smithi088 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:23 smithi150 bash[20372]: audit 2024-02-20T00:38:23.255620+0000 mon.smithi088 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.88:0/3283266687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: cluster 2024-02-20T00:38:22.165390+0000 mgr.smithi088.fydtne (mgr.14182) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: audit 2024-02-20T00:38:23.042236+0000 mon.smithi088 (mon.0) 290 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: audit 2024-02-20T00:38:23.042355+0000 mon.smithi150 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/3210390726,v1:172.21.15.150:6801/3210390726]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: audit 2024-02-20T00:38:23.080892+0000 mon.smithi088 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: audit 2024-02-20T00:38:23.082042+0000 mon.smithi088 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: audit 2024-02-20T00:38:23.082947+0000 mon.smithi088 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:23 smithi088 bash[16865]: audit 2024-02-20T00:38:23.255620+0000 mon.smithi088 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.88:0/3283266687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:24.452 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:24.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: cephadm 2024-02-20T00:38:23.083742+0000 mgr.smithi088.fydtne (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.3 on smithi088 2024-02-20T00:38:24.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.677562+0000 mon.smithi088 (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-20T00:38:24.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: cluster 2024-02-20T00:38:23.677690+0000 mon.smithi088 (mon.0) 296 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-20T00:38:24.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.677922+0000 mon.smithi088 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.678659+0000 mon.smithi088 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.679107+0000 mon.smithi088 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.679558+0000 mon.smithi088 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.680017+0000 mon.smithi088 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.680434+0000 mon.smithi088 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.680764+0000 mon.smithi088 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.681084+0000 mon.smithi088 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.683072+0000 mon.smithi088 (mon.0) 305 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:24.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:24 smithi088 bash[16865]: audit 2024-02-20T00:38:23.683322+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/3210390726,v1:172.21.15.150:6801/3210390726]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:24.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: cephadm 2024-02-20T00:38:23.083742+0000 mgr.smithi088.fydtne (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.3 on smithi088 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.677562+0000 mon.smithi088 (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: cluster 2024-02-20T00:38:23.677690+0000 mon.smithi088 (mon.0) 296 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.677922+0000 mon.smithi088 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.678659+0000 mon.smithi088 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.679107+0000 mon.smithi088 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.679558+0000 mon.smithi088 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.680017+0000 mon.smithi088 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.680434+0000 mon.smithi088 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.680764+0000 mon.smithi088 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.681084+0000 mon.smithi088 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.683072+0000 mon.smithi088 (mon.0) 305 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:24.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:24 smithi150 bash[20372]: audit 2024-02-20T00:38:23.683322+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/3210390726,v1:172.21.15.150:6801/3210390726]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:25.453 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: cluster 2024-02-20T00:38:24.165832+0000 mgr.smithi088.fydtne (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.681068+0000 mon.smithi088 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: cluster 2024-02-20T00:38:24.681206+0000 mon.smithi088 (mon.0) 307 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-20T00:38:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.682064+0000 mon.smithi088 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.682920+0000 mon.smithi088 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.690156+0000 mon.smithi088 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.690778+0000 mon.smithi088 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.691106+0000 mon.smithi088 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.691447+0000 mon.smithi088 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.691777+0000 mon.smithi088 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.692133+0000 mon.smithi088 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:25.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:25 smithi088 bash[16865]: audit 2024-02-20T00:38:24.692500+0000 mon.smithi088 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:25.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: cluster 2024-02-20T00:38:24.165832+0000 mgr.smithi088.fydtne (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:25.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.681068+0000 mon.smithi088 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: cluster 2024-02-20T00:38:24.681206+0000 mon.smithi088 (mon.0) 307 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.682064+0000 mon.smithi088 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.682920+0000 mon.smithi088 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.690156+0000 mon.smithi088 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.690778+0000 mon.smithi088 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.691106+0000 mon.smithi088 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.691447+0000 mon.smithi088 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.691777+0000 mon.smithi088 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.692133+0000 mon.smithi088 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:25 smithi150 bash[20372]: audit 2024-02-20T00:38:24.692500+0000 mon.smithi088 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: cluster 2024-02-20T00:38:24.069697+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: cluster 2024-02-20T00:38:24.069802+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: cluster 2024-02-20T00:38:25.688459+0000 mon.smithi088 (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.150:6800/3210390726,v1:172.21.15.150:6801/3210390726] boot 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: cluster 2024-02-20T00:38:25.688556+0000 mon.smithi088 (mon.0) 318 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.689084+0000 mon.smithi088 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.689472+0000 mon.smithi088 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:27.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.689688+0000 mon.smithi088 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.689949+0000 mon.smithi088 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.690164+0000 mon.smithi088 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.695822+0000 mon.smithi088 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.696031+0000 mon.smithi088 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.696170+0000 mon.smithi088 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.812861+0000 mon.smithi088 (mon.0) 327 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.814547+0000 mon.smithi088 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-20T00:38:27.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:26 smithi088 bash[16865]: audit 2024-02-20T00:38:25.816337+0000 mon.smithi088 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:27.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: cluster 2024-02-20T00:38:24.069697+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:27.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: cluster 2024-02-20T00:38:24.069802+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:27.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: cluster 2024-02-20T00:38:25.688459+0000 mon.smithi088 (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.150:6800/3210390726,v1:172.21.15.150:6801/3210390726] boot 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: cluster 2024-02-20T00:38:25.688556+0000 mon.smithi088 (mon.0) 318 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.689084+0000 mon.smithi088 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.689472+0000 mon.smithi088 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.689688+0000 mon.smithi088 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.689949+0000 mon.smithi088 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.690164+0000 mon.smithi088 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.695822+0000 mon.smithi088 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.696031+0000 mon.smithi088 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.696170+0000 mon.smithi088 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.812861+0000 mon.smithi088 (mon.0) 327 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.814547+0000 mon.smithi088 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-20T00:38:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:26 smithi150 bash[20372]: audit 2024-02-20T00:38:25.816337+0000 mon.smithi088 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: cephadm 2024-02-20T00:38:25.817828+0000 mgr.smithi088.fydtne (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi150 2024-02-20T00:38:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: cluster 2024-02-20T00:38:26.166275+0000 mgr.smithi088.fydtne (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: cluster 2024-02-20T00:38:26.823616+0000 mon.smithi088 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-20T00:38:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.823854+0000 mon.smithi088 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.824588+0000 mon.smithi088 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.825001+0000 mon.smithi088 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.825382+0000 mon.smithi088 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.825846+0000 mon.smithi088 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.826344+0000 mon.smithi088 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:27 smithi150 bash[20372]: audit 2024-02-20T00:38:26.826758+0000 mon.smithi088 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:27.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: cephadm 2024-02-20T00:38:25.817828+0000 mgr.smithi088.fydtne (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi150 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: cluster 2024-02-20T00:38:26.166275+0000 mgr.smithi088.fydtne (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: cluster 2024-02-20T00:38:26.823616+0000 mon.smithi088 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.823854+0000 mon.smithi088 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.824588+0000 mon.smithi088 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.825001+0000 mon.smithi088 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.825382+0000 mon.smithi088 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.825846+0000 mon.smithi088 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.826344+0000 mon.smithi088 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:27.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:27 smithi088 bash[16865]: audit 2024-02-20T00:38:26.826758+0000 mon.smithi088 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:29.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:28 smithi088 bash[16865]: audit 2024-02-20T00:38:28.292365+0000 mon.smithi088 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:38:29.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:28 smithi088 bash[16865]: audit 2024-02-20T00:38:28.292578+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/2379898437,v1:172.21.15.150:6809/2379898437]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:38:29.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:28 smithi150 bash[20372]: audit 2024-02-20T00:38:28.292365+0000 mon.smithi088 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:38:29.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:28 smithi150 bash[20372]: audit 2024-02-20T00:38:28.292578+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/2379898437,v1:172.21.15.150:6809/2379898437]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:38:29.872 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: cluster 2024-02-20T00:38:28.166757+0000 mgr.smithi088.fydtne (mgr.14182) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.708893+0000 mon.smithi088 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: cluster 2024-02-20T00:38:28.709022+0000 mon.smithi088 (mon.0) 340 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.709230+0000 mon.smithi088 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.709990+0000 mon.smithi088 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.710432+0000 mon.smithi088 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.710855+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/2379898437,v1:172.21.15.150:6809/2379898437]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.711017+0000 mon.smithi088 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.711524+0000 mon.smithi088 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.712020+0000 mon.smithi088 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:29.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.712433+0000 mon.smithi088 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:29.874 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:29 smithi150 bash[20372]: audit 2024-02-20T00:38:28.712856+0000 mon.smithi088 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: cluster 2024-02-20T00:38:28.166757+0000 mgr.smithi088.fydtne (mgr.14182) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.708893+0000 mon.smithi088 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: cluster 2024-02-20T00:38:28.709022+0000 mon.smithi088 (mon.0) 340 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.709230+0000 mon.smithi088 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.709990+0000 mon.smithi088 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.710432+0000 mon.smithi088 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.710855+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/2379898437,v1:172.21.15.150:6809/2379898437]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.711017+0000 mon.smithi088 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.711524+0000 mon.smithi088 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:30.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.712020+0000 mon.smithi088 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:30.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.712433+0000 mon.smithi088 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:30.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:29 smithi088 bash[16865]: audit 2024-02-20T00:38:28.712856+0000 mon.smithi088 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:30.143 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:30.854 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.712382+0000 mon.smithi088 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: cluster 2024-02-20T00:38:29.712483+0000 mon.smithi088 (mon.0) 350 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.713052+0000 mon.smithi088 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.713327+0000 mon.smithi088 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.713484+0000 mon.smithi088 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.713722+0000 mon.smithi088 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.713936+0000 mon.smithi088 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.714130+0000 mon.smithi088 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.714386+0000 mon.smithi088 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.720643+0000 mon.smithi088 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.742899+0000 mon.smithi088 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.743818+0000 mon.smithi088 (mon.0) 360 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-20T00:38:30.855 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:29.744774+0000 mon.smithi088 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:30.856 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: cephadm 2024-02-20T00:38:29.745578+0000 mgr.smithi088.fydtne (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.5 on smithi088 2024-02-20T00:38:30.856 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:30 smithi150 bash[20372]: audit 2024-02-20T00:38:30.140327+0000 mon.smithi088 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.88:0/191416695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.712382+0000 mon.smithi088 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: cluster 2024-02-20T00:38:29.712483+0000 mon.smithi088 (mon.0) 350 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-20T00:38:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.713052+0000 mon.smithi088 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.713327+0000 mon.smithi088 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.713484+0000 mon.smithi088 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.713722+0000 mon.smithi088 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.713936+0000 mon.smithi088 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.714130+0000 mon.smithi088 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.714386+0000 mon.smithi088 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.720643+0000 mon.smithi088 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.742899+0000 mon.smithi088 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.743818+0000 mon.smithi088 (mon.0) 360 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:29.744774+0000 mon.smithi088 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: cephadm 2024-02-20T00:38:29.745578+0000 mgr.smithi088.fydtne (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.5 on smithi088 2024-02-20T00:38:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:30 smithi088 bash[16865]: audit 2024-02-20T00:38:30.140327+0000 mon.smithi088 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.88:0/191416695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:31.232 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1708389505,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: cluster 2024-02-20T00:38:29.272874+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: cluster 2024-02-20T00:38:29.272971+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: cluster 2024-02-20T00:38:30.167225+0000 mgr.smithi088.fydtne (mgr.14182) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: cluster 2024-02-20T00:38:30.722853+0000 mon.smithi088 (mon.0) 363 : cluster [INF] osd.2 [v2:172.21.15.150:6808/2379898437,v1:172.21.15.150:6809/2379898437] boot 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: cluster 2024-02-20T00:38:30.722916+0000 mon.smithi088 (mon.0) 364 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.723392+0000 mon.smithi088 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.723792+0000 mon.smithi088 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.724122+0000 mon.smithi088 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.724368+0000 mon.smithi088 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.729861+0000 mon.smithi088 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.730219+0000 mon.smithi088 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.730570+0000 mon.smithi088 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:30.892298+0000 mon.smithi088 (mon.0) 372 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:31 smithi088 bash[16865]: audit 2024-02-20T00:38:31.649521+0000 mon.smithi088 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-20T00:38:32.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: cluster 2024-02-20T00:38:29.272874+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:32.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: cluster 2024-02-20T00:38:29.272971+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:32.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: cluster 2024-02-20T00:38:30.167225+0000 mgr.smithi088.fydtne (mgr.14182) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: cluster 2024-02-20T00:38:30.722853+0000 mon.smithi088 (mon.0) 363 : cluster [INF] osd.2 [v2:172.21.15.150:6808/2379898437,v1:172.21.15.150:6809/2379898437] boot 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: cluster 2024-02-20T00:38:30.722916+0000 mon.smithi088 (mon.0) 364 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.723392+0000 mon.smithi088 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.723792+0000 mon.smithi088 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.724122+0000 mon.smithi088 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.724368+0000 mon.smithi088 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.729861+0000 mon.smithi088 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.730219+0000 mon.smithi088 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.730570+0000 mon.smithi088 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:30.892298+0000 mon.smithi088 (mon.0) 372 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:31 smithi150 bash[20372]: audit 2024-02-20T00:38:31.649521+0000 mon.smithi088 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-20T00:38:32.233 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:33.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.894556+0000 mon.smithi088 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-20T00:38:33.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: cluster 2024-02-20T00:38:31.894603+0000 mon.smithi088 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.894808+0000 mon.smithi088 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.895516+0000 mon.smithi088 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.896032+0000 mon.smithi088 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.896595+0000 mon.smithi088 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.897025+0000 mon.smithi088 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.897439+0000 mon.smithi088 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: audit 2024-02-20T00:38:31.897827+0000 mon.smithi088 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:32 smithi150 bash[20372]: cluster 2024-02-20T00:38:32.167746+0000 mgr.smithi088.fydtne (mgr.14182) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.894556+0000 mon.smithi088 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: cluster 2024-02-20T00:38:31.894603+0000 mon.smithi088 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.894808+0000 mon.smithi088 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.895516+0000 mon.smithi088 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.896032+0000 mon.smithi088 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.896595+0000 mon.smithi088 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.897025+0000 mon.smithi088 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.897439+0000 mon.smithi088 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: audit 2024-02-20T00:38:31.897827+0000 mon.smithi088 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:32 smithi088 bash[16865]: cluster 2024-02-20T00:38:32.167746+0000 mgr.smithi088.fydtne (mgr.14182) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-20T00:38:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.899574+0000 mon.smithi088 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: cluster 2024-02-20T00:38:32.899768+0000 mon.smithi088 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-20T00:38:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.900696+0000 mon.smithi088 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.901371+0000 mon.smithi088 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.902476+0000 mon.smithi088 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.902962+0000 mon.smithi088 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.911194+0000 mon.smithi088 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.911628+0000 mon.smithi088 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:32.911891+0000 mon.smithi088 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:33.548943+0000 mon.smithi088 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:38:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:33 smithi150 bash[20372]: audit 2024-02-20T00:38:33.549205+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3031839571,v1:172.21.15.150:6817/3031839571]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:38:34.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.899574+0000 mon.smithi088 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: cluster 2024-02-20T00:38:32.899768+0000 mon.smithi088 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.900696+0000 mon.smithi088 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.901371+0000 mon.smithi088 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.902476+0000 mon.smithi088 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.902962+0000 mon.smithi088 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.911194+0000 mon.smithi088 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.911628+0000 mon.smithi088 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:32.911891+0000 mon.smithi088 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:33.548943+0000 mon.smithi088 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:38:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:33 smithi088 bash[16865]: audit 2024-02-20T00:38:33.549205+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3031839571,v1:172.21.15.150:6817/3031839571]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:38:34.982 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: cluster 2024-02-20T00:38:32.676006+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:34.982 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: cluster 2024-02-20T00:38:32.676102+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: cluster 2024-02-20T00:38:33.909464+0000 mon.smithi088 (mon.0) 393 : cluster [INF] osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312] boot 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.909525+0000 mon.smithi088 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: cluster 2024-02-20T00:38:33.909589+0000 mon.smithi088 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.910706+0000 mon.smithi088 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.911417+0000 mon.smithi088 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.911837+0000 mon.smithi088 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.912231+0000 mon.smithi088 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.912671+0000 mon.smithi088 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.913230+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3031839571,v1:172.21.15.150:6817/3031839571]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.916982+0000 mon.smithi088 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.917253+0000 mon.smithi088 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: audit 2024-02-20T00:38:33.917567+0000 mon.smithi088 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-20T00:38:34.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:34 smithi088 bash[16865]: cluster 2024-02-20T00:38:34.168264+0000 mgr.smithi088.fydtne (mgr.14182) 63 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-20T00:38:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: cluster 2024-02-20T00:38:32.676006+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: cluster 2024-02-20T00:38:32.676102+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: cluster 2024-02-20T00:38:33.909464+0000 mon.smithi088 (mon.0) 393 : cluster [INF] osd.1 [v2:172.21.15.88:6802/2748050312,v1:172.21.15.88:6803/2748050312] boot 2024-02-20T00:38:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.909525+0000 mon.smithi088 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: cluster 2024-02-20T00:38:33.909589+0000 mon.smithi088 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.910706+0000 mon.smithi088 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.911417+0000 mon.smithi088 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.911837+0000 mon.smithi088 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.912231+0000 mon.smithi088 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.912671+0000 mon.smithi088 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.913230+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3031839571,v1:172.21.15.150:6817/3031839571]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.916982+0000 mon.smithi088 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.917253+0000 mon.smithi088 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: audit 2024-02-20T00:38:33.917567+0000 mon.smithi088 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-20T00:38:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:34 smithi150 bash[20372]: cluster 2024-02-20T00:38:34.168264+0000 mgr.smithi088.fydtne (mgr.14182) 63 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-20T00:38:36.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.919352+0000 mon.smithi088 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:36.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.919504+0000 mon.smithi088 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: cluster 2024-02-20T00:38:34.919620+0000 mon.smithi088 (mon.0) 406 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.920259+0000 mon.smithi088 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.920673+0000 mon.smithi088 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.920918+0000 mon.smithi088 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.921288+0000 mon.smithi088 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.921637+0000 mon.smithi088 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.922617+0000 mon.smithi088 (mon.0) 412 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:34.927309+0000 mon.smithi088 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: audit 2024-02-20T00:38:35.922190+0000 mon.smithi088 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: cluster 2024-02-20T00:38:35.922262+0000 mon.smithi088 (mon.0) 415 : cluster [INF] osd.4 [v2:172.21.15.150:6816/3031839571,v1:172.21.15.150:6817/3031839571] boot 2024-02-20T00:38:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:35 smithi150 bash[20372]: cluster 2024-02-20T00:38:35.922318+0000 mon.smithi088 (mon.0) 416 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-20T00:38:36.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.919352+0000 mon.smithi088 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:36.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.919504+0000 mon.smithi088 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-20T00:38:36.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: cluster 2024-02-20T00:38:34.919620+0000 mon.smithi088 (mon.0) 406 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-20T00:38:36.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.920259+0000 mon.smithi088 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:36.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.920673+0000 mon.smithi088 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:36.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.920918+0000 mon.smithi088 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.921288+0000 mon.smithi088 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.921637+0000 mon.smithi088 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.922617+0000 mon.smithi088 (mon.0) 412 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:34.927309+0000 mon.smithi088 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: audit 2024-02-20T00:38:35.922190+0000 mon.smithi088 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: cluster 2024-02-20T00:38:35.922262+0000 mon.smithi088 (mon.0) 415 : cluster [INF] osd.4 [v2:172.21.15.150:6816/3031839571,v1:172.21.15.150:6817/3031839571] boot 2024-02-20T00:38:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:35 smithi088 bash[16865]: cluster 2024-02-20T00:38:35.922318+0000 mon.smithi088 (mon.0) 416 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-20T00:38:36.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: cluster 2024-02-20T00:38:34.565293+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:36.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: cluster 2024-02-20T00:38:34.565412+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:36.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:35.922654+0000 mon.smithi088 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:36.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:35.924547+0000 mon.smithi088 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:36.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:35.925294+0000 mon.smithi088 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:36.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:35.925857+0000 mon.smithi088 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:36.976 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:35.926487+0000 mon.smithi088 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:36.976 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: cluster 2024-02-20T00:38:36.168809+0000 mgr.smithi088.fydtne (mgr.14182) 64 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-20T00:38:36.976 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:36.801137+0000 mon.smithi088 (mon.0) 422 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:36.976 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:36.802317+0000 mon.smithi088 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-20T00:38:36.976 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:36 smithi150 bash[20372]: audit 2024-02-20T00:38:36.803465+0000 mon.smithi088 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: cluster 2024-02-20T00:38:34.565293+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: cluster 2024-02-20T00:38:34.565412+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:35.922654+0000 mon.smithi088 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:35.924547+0000 mon.smithi088 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:35.925294+0000 mon.smithi088 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:35.925857+0000 mon.smithi088 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:35.926487+0000 mon.smithi088 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: cluster 2024-02-20T00:38:36.168809+0000 mgr.smithi088.fydtne (mgr.14182) 64 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:36.801137+0000 mon.smithi088 (mon.0) 422 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:36.802317+0000 mon.smithi088 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-20T00:38:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:36 smithi088 bash[16865]: audit 2024-02-20T00:38:36.803465+0000 mon.smithi088 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:37.227 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:38.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: cephadm 2024-02-20T00:38:36.804485+0000 mgr.smithi088.fydtne (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi088 2024-02-20T00:38:38.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: cluster 2024-02-20T00:38:36.939880+0000 mon.smithi088 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-20T00:38:38.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:36.940062+0000 mon.smithi088 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:38.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:36.940499+0000 mon.smithi088 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:38.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:36.940768+0000 mon.smithi088 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:38.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:36.941043+0000 mon.smithi088 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:38.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:37.224820+0000 mon.smithi088 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.88:0/3390744350' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:38.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:37.646660+0000 mon.smithi088 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:38:38.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:37 smithi150 bash[20372]: audit 2024-02-20T00:38:37.646932+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/2634974720,v1:172.21.15.150:6825/2634974720]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:37 smithi088 bash[16865]: cephadm 2024-02-20T00:38:36.804485+0000 mgr.smithi088.fydtne (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi088 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: cluster 2024-02-20T00:38:36.939880+0000 mon.smithi088 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:36.940062+0000 mon.smithi088 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:36.940499+0000 mon.smithi088 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:36.940768+0000 mon.smithi088 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:36.941043+0000 mon.smithi088 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.224820+0000 mon.smithi088 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.88:0/3390744350' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.646660+0000 mon.smithi088 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:38:38.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.646932+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/2634974720,v1:172.21.15.150:6825/2634974720]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:38:38.474 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1708389515,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:39.004 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.951191+0000 mon.smithi088 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: cluster 2024-02-20T00:38:37.951324+0000 mon.smithi088 (mon.0) 433 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.951620+0000 mon.smithi088 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.952268+0000 mon.smithi088 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.952681+0000 mon.smithi088 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.953047+0000 mon.smithi088 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.955218+0000 mon.smithi150 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/2634974720,v1:172.21.15.150:6825/2634974720]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:37.955721+0000 mon.smithi088 (mon.0) 438 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: cluster 2024-02-20T00:38:38.169357+0000 mgr.smithi088.fydtne (mgr.14182) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-20T00:38:39.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:38 smithi088 bash[16865]: audit 2024-02-20T00:38:38.552114+0000 mon.smithi088 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-20T00:38:39.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.951191+0000 mon.smithi088 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-20T00:38:39.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: cluster 2024-02-20T00:38:37.951324+0000 mon.smithi088 (mon.0) 433 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-20T00:38:39.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.951620+0000 mon.smithi088 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.952268+0000 mon.smithi088 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.952681+0000 mon.smithi088 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.953047+0000 mon.smithi088 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.955218+0000 mon.smithi150 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/2634974720,v1:172.21.15.150:6825/2634974720]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:37.955721+0000 mon.smithi088 (mon.0) 438 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: cluster 2024-02-20T00:38:38.169357+0000 mgr.smithi088.fydtne (mgr.14182) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-20T00:38:39.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:38 smithi150 bash[20372]: audit 2024-02-20T00:38:38.552114+0000 mon.smithi088 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-20T00:38:39.476 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:40.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.951054+0000 mon.smithi088 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:40.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.951118+0000 mon.smithi088 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-20T00:38:40.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: cluster 2024-02-20T00:38:38.951159+0000 mon.smithi088 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-20T00:38:40.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.951571+0000 mon.smithi088 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:40.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.951831+0000 mon.smithi088 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:40.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.952017+0000 mon.smithi088 (mon.0) 445 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:40.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.952212+0000 mon.smithi088 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:40.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.952384+0000 mon.smithi088 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:40.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:38.959175+0000 mon.smithi088 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:40.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:39 smithi088 bash[16865]: audit 2024-02-20T00:38:39.623814+0000 mon.smithi088 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:40.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.951054+0000 mon.smithi088 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-20T00:38:40.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.951118+0000 mon.smithi088 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: cluster 2024-02-20T00:38:38.951159+0000 mon.smithi088 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.951571+0000 mon.smithi088 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.951831+0000 mon.smithi088 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.952017+0000 mon.smithi088 (mon.0) 445 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.952212+0000 mon.smithi088 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.952384+0000 mon.smithi088 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:38.959175+0000 mon.smithi088 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:40.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:39 smithi150 bash[20372]: audit 2024-02-20T00:38:39.623814+0000 mon.smithi088 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:41.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:38.664517+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:41.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:38.664600+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:41.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:39.956465+0000 mon.smithi088 (mon.0) 450 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:41.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:39.956617+0000 mon.smithi088 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.150:6824/2634974720,v1:172.21.15.150:6825/2634974720] boot 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:39.956661+0000 mon.smithi088 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:39.956864+0000 mon.smithi088 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:39.958021+0000 mon.smithi088 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:39.965466+0000 mon.smithi088 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:39.965919+0000 mon.smithi088 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:39.966251+0000 mon.smithi088 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:40.169928+0000 mgr.smithi088.fydtne (mgr.14182) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:40.671514+0000 mon.smithi088 (mon.0) 458 : cluster [INF] osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001] boot 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: cluster 2024-02-20T00:38:40.671597+0000 mon.smithi088 (mon.0) 459 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:40.672043+0000 mon.smithi088 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:40.672513+0000 mon.smithi088 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:40 smithi088 bash[16865]: audit 2024-02-20T00:38:40.672726+0000 mon.smithi088 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:41.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:38.664517+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:41.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:38.664600+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:39.956465+0000 mon.smithi088 (mon.0) 450 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:39.956617+0000 mon.smithi088 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.150:6824/2634974720,v1:172.21.15.150:6825/2634974720] boot 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:39.956661+0000 mon.smithi088 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:39.956864+0000 mon.smithi088 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:39.958021+0000 mon.smithi088 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:39.965466+0000 mon.smithi088 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:39.965919+0000 mon.smithi088 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:39.966251+0000 mon.smithi088 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:40.169928+0000 mgr.smithi088.fydtne (mgr.14182) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:40.671514+0000 mon.smithi088 (mon.0) 458 : cluster [INF] osd.3 [v2:172.21.15.88:6810/2274222001,v1:172.21.15.88:6811/2274222001] boot 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: cluster 2024-02-20T00:38:40.671597+0000 mon.smithi088 (mon.0) 459 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:40.672043+0000 mon.smithi088 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:40.672513+0000 mon.smithi088 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:41.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:40 smithi150 bash[20372]: audit 2024-02-20T00:38:40.672726+0000 mon.smithi088 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:41 smithi088 bash[16865]: cluster 2024-02-20T00:38:39.502534+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:41 smithi088 bash[16865]: cluster 2024-02-20T00:38:39.502616+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:41 smithi088 bash[16865]: cluster 2024-02-20T00:38:41.671289+0000 mon.smithi088 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-20T00:38:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:41 smithi088 bash[16865]: audit 2024-02-20T00:38:41.671451+0000 mon.smithi088 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:41 smithi088 bash[16865]: audit 2024-02-20T00:38:41.671751+0000 mon.smithi088 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:42.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:41 smithi150 bash[20372]: cluster 2024-02-20T00:38:39.502534+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:42.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:41 smithi150 bash[20372]: cluster 2024-02-20T00:38:39.502616+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:42.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:41 smithi150 bash[20372]: cluster 2024-02-20T00:38:41.671289+0000 mon.smithi088 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-20T00:38:42.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:41 smithi150 bash[20372]: audit 2024-02-20T00:38:41.671451+0000 mon.smithi088 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:42.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:41 smithi150 bash[20372]: audit 2024-02-20T00:38:41.671751+0000 mon.smithi088 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:43.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:43 smithi150 bash[20372]: cluster 2024-02-20T00:38:42.170673+0000 mgr.smithi088.fydtne (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:43.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:43 smithi150 bash[20372]: cluster 2024-02-20T00:38:42.676327+0000 mon.smithi088 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-20T00:38:43.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:43 smithi150 bash[20372]: audit 2024-02-20T00:38:42.676650+0000 mon.smithi088 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:43.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:43 smithi150 bash[20372]: audit 2024-02-20T00:38:42.677019+0000 mon.smithi088 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:44.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:43 smithi088 bash[16865]: cluster 2024-02-20T00:38:42.170673+0000 mgr.smithi088.fydtne (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:44.004 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:43 smithi088 bash[16865]: cluster 2024-02-20T00:38:42.676327+0000 mon.smithi088 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-20T00:38:44.004 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:43 smithi088 bash[16865]: audit 2024-02-20T00:38:42.676650+0000 mon.smithi088 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:44.004 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:43 smithi088 bash[16865]: audit 2024-02-20T00:38:42.677019+0000 mon.smithi088 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:45.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:45 smithi088 bash[16865]: cluster 2024-02-20T00:38:44.171144+0000 mgr.smithi088.fydtne (mgr.14182) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:45.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:45 smithi088 bash[16865]: audit 2024-02-20T00:38:44.182328+0000 mon.smithi088 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:45.481 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:45.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:45 smithi150 bash[20372]: cluster 2024-02-20T00:38:44.171144+0000 mgr.smithi088.fydtne (mgr.14182) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:45.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:45 smithi150 bash[20372]: audit 2024-02-20T00:38:44.182328+0000 mon.smithi088 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:46.212 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1708389520,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:46.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:46 smithi088 bash[16865]: audit 2024-02-20T00:38:45.479319+0000 mon.smithi088 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.88:0/1748680072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:46.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:46 smithi150 bash[20372]: audit 2024-02-20T00:38:45.479319+0000 mon.smithi088 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.88:0/1748680072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:47.213 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:47.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:47 smithi088 bash[16865]: cluster 2024-02-20T00:38:46.171705+0000 mgr.smithi088.fydtne (mgr.14182) 70 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:47.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:47 smithi088 bash[16865]: audit 2024-02-20T00:38:46.366316+0000 mon.smithi088 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-20T00:38:47.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:47 smithi150 bash[20372]: cluster 2024-02-20T00:38:46.171705+0000 mgr.smithi088.fydtne (mgr.14182) 70 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:47.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:47 smithi150 bash[20372]: audit 2024-02-20T00:38:46.366316+0000 mon.smithi088 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-20T00:38:48.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:48 smithi088 bash[16865]: audit 2024-02-20T00:38:47.206809+0000 mon.smithi088 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-20T00:38:48.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:48 smithi088 bash[16865]: cluster 2024-02-20T00:38:47.206933+0000 mon.smithi088 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-20T00:38:48.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:48 smithi088 bash[16865]: audit 2024-02-20T00:38:47.207114+0000 mon.smithi088 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:48.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:48 smithi088 bash[16865]: audit 2024-02-20T00:38:47.207613+0000 mon.smithi088 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:48.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:48 smithi088 bash[16865]: audit 2024-02-20T00:38:47.208013+0000 mon.smithi088 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:48.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:48 smithi150 bash[20372]: audit 2024-02-20T00:38:47.206809+0000 mon.smithi088 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-20T00:38:48.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:48 smithi150 bash[20372]: cluster 2024-02-20T00:38:47.206933+0000 mon.smithi088 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-20T00:38:48.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:48 smithi150 bash[20372]: audit 2024-02-20T00:38:47.207114+0000 mon.smithi088 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:48.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:48 smithi150 bash[20372]: audit 2024-02-20T00:38:47.207613+0000 mon.smithi088 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:48.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:48 smithi150 bash[20372]: audit 2024-02-20T00:38:47.208013+0000 mon.smithi088 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:49.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:49 smithi088 bash[16865]: cluster 2024-02-20T00:38:48.172214+0000 mgr.smithi088.fydtne (mgr.14182) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:49.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:49 smithi088 bash[16865]: audit 2024-02-20T00:38:48.208175+0000 mon.smithi088 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:49.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:49 smithi088 bash[16865]: cluster 2024-02-20T00:38:48.208290+0000 mon.smithi088 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-20T00:38:49.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:49 smithi088 bash[16865]: audit 2024-02-20T00:38:48.208934+0000 mon.smithi088 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:49.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:49 smithi088 bash[16865]: audit 2024-02-20T00:38:48.209520+0000 mon.smithi088 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:49.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:49 smithi088 bash[16865]: audit 2024-02-20T00:38:48.217350+0000 mon.smithi088 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:49 smithi150 bash[20372]: cluster 2024-02-20T00:38:48.172214+0000 mgr.smithi088.fydtne (mgr.14182) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:49 smithi150 bash[20372]: audit 2024-02-20T00:38:48.208175+0000 mon.smithi088 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:49 smithi150 bash[20372]: cluster 2024-02-20T00:38:48.208290+0000 mon.smithi088 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-20T00:38:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:49 smithi150 bash[20372]: audit 2024-02-20T00:38:48.208934+0000 mon.smithi088 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:49 smithi150 bash[20372]: audit 2024-02-20T00:38:48.209520+0000 mon.smithi088 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:49 smithi150 bash[20372]: audit 2024-02-20T00:38:48.217350+0000 mon.smithi088 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:50.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:50 smithi088 bash[16865]: cluster 2024-02-20T00:38:47.391245+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:50.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:50 smithi088 bash[16865]: cluster 2024-02-20T00:38:47.391302+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:50.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:50 smithi088 bash[16865]: cluster 2024-02-20T00:38:49.217956+0000 mon.smithi088 (mon.0) 482 : cluster [INF] osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820] boot 2024-02-20T00:38:50.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:50 smithi088 bash[16865]: cluster 2024-02-20T00:38:49.217998+0000 mon.smithi088 (mon.0) 483 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-20T00:38:50.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:50 smithi088 bash[16865]: audit 2024-02-20T00:38:49.218500+0000 mon.smithi088 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:50.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:50 smithi088 bash[16865]: audit 2024-02-20T00:38:49.218953+0000 mon.smithi088 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:50.652 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:50 smithi150 bash[20372]: cluster 2024-02-20T00:38:47.391245+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:50 smithi150 bash[20372]: cluster 2024-02-20T00:38:47.391302+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:50 smithi150 bash[20372]: cluster 2024-02-20T00:38:49.217956+0000 mon.smithi088 (mon.0) 482 : cluster [INF] osd.5 [v2:172.21.15.88:6818/2673302820,v1:172.21.15.88:6819/2673302820] boot 2024-02-20T00:38:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:50 smithi150 bash[20372]: cluster 2024-02-20T00:38:49.217998+0000 mon.smithi088 (mon.0) 483 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-20T00:38:50.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:50 smithi150 bash[20372]: audit 2024-02-20T00:38:49.218500+0000 mon.smithi088 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:38:50.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:50 smithi150 bash[20372]: audit 2024-02-20T00:38:49.218953+0000 mon.smithi088 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:51.466 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1708389529,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:51.553 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:51 smithi088 bash[16865]: cluster 2024-02-20T00:38:50.172870+0000 mgr.smithi088.fydtne (mgr.14182) 72 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:51.553 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:51 smithi088 bash[16865]: cluster 2024-02-20T00:38:50.227899+0000 mon.smithi088 (mon.0) 486 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-20T00:38:51.553 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:51 smithi088 bash[16865]: audit 2024-02-20T00:38:50.228619+0000 mon.smithi088 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:51.553 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:51 smithi088 bash[16865]: audit 2024-02-20T00:38:50.649379+0000 mon.smithi088 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.88:0/1707337625' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:51 smithi150 bash[20372]: cluster 2024-02-20T00:38:50.172870+0000 mgr.smithi088.fydtne (mgr.14182) 72 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:38:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:51 smithi150 bash[20372]: cluster 2024-02-20T00:38:50.227899+0000 mon.smithi088 (mon.0) 486 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-20T00:38:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:51 smithi150 bash[20372]: audit 2024-02-20T00:38:50.228619+0000 mon.smithi088 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:51 smithi150 bash[20372]: audit 2024-02-20T00:38:50.649379+0000 mon.smithi088 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.88:0/1707337625' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:52.467 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:38:52.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:52 smithi088 bash[16865]: audit 2024-02-20T00:38:51.756308+0000 mon.smithi088 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-20T00:38:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:52 smithi150 bash[20372]: audit 2024-02-20T00:38:51.756308+0000 mon.smithi088 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-20T00:38:53.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:53 smithi088 bash[16865]: cluster 2024-02-20T00:38:52.173529+0000 mgr.smithi088.fydtne (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:38:53.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:53 smithi088 bash[16865]: audit 2024-02-20T00:38:52.248101+0000 mon.smithi088 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-20T00:38:53.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:53 smithi088 bash[16865]: cluster 2024-02-20T00:38:52.248205+0000 mon.smithi088 (mon.0) 491 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-20T00:38:53.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:53 smithi088 bash[16865]: audit 2024-02-20T00:38:52.248475+0000 mon.smithi088 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:53.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:53 smithi088 bash[16865]: audit 2024-02-20T00:38:52.249514+0000 mon.smithi088 (mon.0) 493 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:53 smithi150 bash[20372]: cluster 2024-02-20T00:38:52.173529+0000 mgr.smithi088.fydtne (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:38:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:53 smithi150 bash[20372]: audit 2024-02-20T00:38:52.248101+0000 mon.smithi088 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-20T00:38:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:53 smithi150 bash[20372]: cluster 2024-02-20T00:38:52.248205+0000 mon.smithi088 (mon.0) 491 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-20T00:38:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:53 smithi150 bash[20372]: audit 2024-02-20T00:38:52.248475+0000 mon.smithi088 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:53.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:53 smithi150 bash[20372]: audit 2024-02-20T00:38:52.249514+0000 mon.smithi088 (mon.0) 493 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-20T00:38:54.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:54 smithi088 bash[16865]: audit 2024-02-20T00:38:53.251770+0000 mon.smithi088 (mon.0) 494 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:54.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:54 smithi088 bash[16865]: cluster 2024-02-20T00:38:53.251926+0000 mon.smithi088 (mon.0) 495 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-20T00:38:54.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:54 smithi088 bash[16865]: audit 2024-02-20T00:38:53.252683+0000 mon.smithi088 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:54.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:54 smithi088 bash[16865]: audit 2024-02-20T00:38:53.257951+0000 mon.smithi088 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:54 smithi150 bash[20372]: audit 2024-02-20T00:38:53.251770+0000 mon.smithi088 (mon.0) 494 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-20T00:38:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:54 smithi150 bash[20372]: cluster 2024-02-20T00:38:53.251926+0000 mon.smithi088 (mon.0) 495 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-20T00:38:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:54 smithi150 bash[20372]: audit 2024-02-20T00:38:53.252683+0000 mon.smithi088 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:54 smithi150 bash[20372]: audit 2024-02-20T00:38:53.257951+0000 mon.smithi088 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:55.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: cluster 2024-02-20T00:38:52.768685+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:55.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: cluster 2024-02-20T00:38:52.768768+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:55.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: cluster 2024-02-20T00:38:54.174051+0000 mgr.smithi088.fydtne (mgr.14182) 74 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:38:55.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: audit 2024-02-20T00:38:54.260354+0000 mon.smithi088 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:55.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: cluster 2024-02-20T00:38:54.268783+0000 mon.smithi088 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695] boot 2024-02-20T00:38:55.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: cluster 2024-02-20T00:38:54.268845+0000 mon.smithi088 (mon.0) 500 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-20T00:38:55.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:55 smithi088 bash[16865]: audit 2024-02-20T00:38:54.269288+0000 mon.smithi088 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:55.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: cluster 2024-02-20T00:38:52.768685+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:38:55.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: cluster 2024-02-20T00:38:52.768768+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:38:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: cluster 2024-02-20T00:38:54.174051+0000 mgr.smithi088.fydtne (mgr.14182) 74 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:38:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: audit 2024-02-20T00:38:54.260354+0000 mon.smithi088 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: cluster 2024-02-20T00:38:54.268783+0000 mon.smithi088 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.88:6826/4255745695,v1:172.21.15.88:6827/4255745695] boot 2024-02-20T00:38:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: cluster 2024-02-20T00:38:54.268845+0000 mon.smithi088 (mon.0) 500 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-20T00:38:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:55 smithi150 bash[20372]: audit 2024-02-20T00:38:54.269288+0000 mon.smithi088 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: cluster 2024-02-20T00:38:55.269491+0000 mon.smithi088 (mon.0) 502 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: audit 2024-02-20T00:38:55.516979+0000 mon.smithi088 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: cephadm 2024-02-20T00:38:55.518842+0000 mgr.smithi088.fydtne (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi088 (unknown last config time)... 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: audit 2024-02-20T00:38:55.519373+0000 mon.smithi088 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: audit 2024-02-20T00:38:55.520889+0000 mon.smithi088 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: audit 2024-02-20T00:38:55.522175+0000 mon.smithi088 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:56.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:56 smithi088 bash[16865]: cephadm 2024-02-20T00:38:55.523926+0000 mgr.smithi088.fydtne (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-02-20T00:38:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: cluster 2024-02-20T00:38:55.269491+0000 mon.smithi088 (mon.0) 502 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-20T00:38:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: audit 2024-02-20T00:38:55.516979+0000 mon.smithi088 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: cephadm 2024-02-20T00:38:55.518842+0000 mgr.smithi088.fydtne (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi088 (unknown last config time)... 2024-02-20T00:38:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: audit 2024-02-20T00:38:55.519373+0000 mon.smithi088 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:38:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: audit 2024-02-20T00:38:55.520889+0000 mon.smithi088 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:38:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: audit 2024-02-20T00:38:55.522175+0000 mon.smithi088 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:56 smithi150 bash[20372]: cephadm 2024-02-20T00:38:55.523926+0000 mgr.smithi088.fydtne (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-02-20T00:38:56.966 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:38:57.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:57 smithi088 bash[16865]: cluster 2024-02-20T00:38:56.174440+0000 mgr.smithi088.fydtne (mgr.14182) 77 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:38:57.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:57 smithi088 bash[16865]: cluster 2024-02-20T00:38:56.276837+0000 mon.smithi088 (mon.0) 507 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-20T00:38:57.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:57 smithi088 bash[16865]: audit 2024-02-20T00:38:56.963404+0000 mon.smithi088 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.88:0/1139465697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:57 smithi150 bash[20372]: cluster 2024-02-20T00:38:56.174440+0000 mgr.smithi088.fydtne (mgr.14182) 77 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:38:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:57 smithi150 bash[20372]: cluster 2024-02-20T00:38:56.276837+0000 mon.smithi088 (mon.0) 507 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-20T00:38:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:57 smithi150 bash[20372]: audit 2024-02-20T00:38:56.963404+0000 mon.smithi088 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.88:0/1139465697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:38:57.914 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1708389534,"num_in_osds":8,"osd_in_since":1708389482,"num_remapped_pgs":0} 2024-02-20T00:38:57.915 INFO:tasks.cephadm:Setting up client nodes... 2024-02-20T00:38:57.915 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-20T00:38:59.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: audit 2024-02-20T00:38:57.839499+0000 mon.smithi088 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:59.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: cephadm 2024-02-20T00:38:57.841130+0000 mgr.smithi088.fydtne (mgr.14182) 78 : cephadm [INF] Reconfiguring mgr.smithi088.fydtne (unknown last config time)... 2024-02-20T00:38:59.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: audit 2024-02-20T00:38:57.841706+0000 mon.smithi088 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.fydtne", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:38:59.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: audit 2024-02-20T00:38:57.843555+0000 mon.smithi088 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:38:59.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: audit 2024-02-20T00:38:57.845087+0000 mon.smithi088 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:59.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: cephadm 2024-02-20T00:38:57.846514+0000 mgr.smithi088.fydtne (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi088.fydtne on smithi088 2024-02-20T00:38:59.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:38:58 smithi150 bash[20372]: cluster 2024-02-20T00:38:58.174999+0000 mgr.smithi088.fydtne (mgr.14182) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: audit 2024-02-20T00:38:57.839499+0000 mon.smithi088 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: cephadm 2024-02-20T00:38:57.841130+0000 mgr.smithi088.fydtne (mgr.14182) 78 : cephadm [INF] Reconfiguring mgr.smithi088.fydtne (unknown last config time)... 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: audit 2024-02-20T00:38:57.841706+0000 mon.smithi088 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.fydtne", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: audit 2024-02-20T00:38:57.843555+0000 mon.smithi088 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: audit 2024-02-20T00:38:57.845087+0000 mon.smithi088 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: cephadm 2024-02-20T00:38:57.846514+0000 mgr.smithi088.fydtne (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi088.fydtne on smithi088 2024-02-20T00:38:59.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:38:58 smithi088 bash[16865]: cluster 2024-02-20T00:38:58.174999+0000 mgr.smithi088.fydtne (mgr.14182) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:01.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:01 smithi088 bash[16865]: cluster 2024-02-20T00:39:00.175527+0000 mgr.smithi088.fydtne (mgr.14182) 81 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:01.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:01 smithi088 bash[16865]: audit 2024-02-20T00:39:00.348586+0000 mon.smithi088 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:01.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:01 smithi088 bash[16865]: cephadm 2024-02-20T00:39:00.352366+0000 mgr.smithi088.fydtne (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-02-20T00:39:01.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:01 smithi088 bash[16865]: cephadm 2024-02-20T00:39:00.366212+0000 mgr.smithi088.fydtne (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-02-20T00:39:01.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:01 smithi150 bash[20372]: cluster 2024-02-20T00:39:00.175527+0000 mgr.smithi088.fydtne (mgr.14182) 81 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:01.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:01 smithi150 bash[20372]: audit 2024-02-20T00:39:00.348586+0000 mon.smithi088 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:01.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:01 smithi150 bash[20372]: cephadm 2024-02-20T00:39:00.352366+0000 mgr.smithi088.fydtne (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-02-20T00:39:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:01 smithi150 bash[20372]: cephadm 2024-02-20T00:39:00.366212+0000 mgr.smithi088.fydtne (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-02-20T00:39:02.122 INFO:teuthology.orchestra.run.smithi088.stdout:[client.0] 2024-02-20T00:39:02.122 INFO:teuthology.orchestra.run.smithi088.stdout: key = AQCm9NNlpR/QBhAAjDNI6K7S6PaLJWTBNVd+Ww== 2024-02-20T00:39:02.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:02 smithi088 bash[16865]: audit 2024-02-20T00:39:02.114128+0000 mon.smithi088 (mon.0) 514 : audit [INF] from='client.? 172.21.15.88:0/2523743169' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:39:02.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:02 smithi088 bash[16865]: audit 2024-02-20T00:39:02.119822+0000 mon.smithi088 (mon.0) 515 : audit [INF] from='client.? 172.21.15.88:0/2523743169' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:39:02.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:02 smithi150 bash[20372]: audit 2024-02-20T00:39:02.114128+0000 mon.smithi088 (mon.0) 514 : audit [INF] from='client.? 172.21.15.88:0/2523743169' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:39:02.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:02 smithi150 bash[20372]: audit 2024-02-20T00:39:02.119822+0000 mon.smithi088 (mon.0) 515 : audit [INF] from='client.? 172.21.15.88:0/2523743169' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:39:03.259 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T00:39:03.260 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-20T00:39:03.260 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-20T00:39:03.281 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-20T00:39:03.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:03 smithi088 bash[16865]: cluster 2024-02-20T00:39:02.176253+0000 mgr.smithi088.fydtne (mgr.14182) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:03.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:03 smithi150 bash[20372]: cluster 2024-02-20T00:39:02.176253+0000 mgr.smithi088.fydtne (mgr.14182) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:05.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:05 smithi150 bash[20372]: cluster 2024-02-20T00:39:04.176904+0000 mgr.smithi088.fydtne (mgr.14182) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:05.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:05 smithi088 bash[16865]: cluster 2024-02-20T00:39:04.176904+0000 mgr.smithi088.fydtne (mgr.14182) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:06.496 INFO:teuthology.orchestra.run.smithi150.stdout:[client.1] 2024-02-20T00:39:06.496 INFO:teuthology.orchestra.run.smithi150.stdout: key = AQCq9NNlz0vyHBAA2ClFkB5se01SQPA+IQiRNw== 2024-02-20T00:39:06.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: audit 2024-02-20T00:39:05.587643+0000 mon.smithi088 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:06.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: cephadm 2024-02-20T00:39:05.589226+0000 mgr.smithi088.fydtne (mgr.14182) 86 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-02-20T00:39:06.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: audit 2024-02-20T00:39:05.589814+0000 mon.smithi088 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:39:06.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: audit 2024-02-20T00:39:05.591274+0000 mon.smithi088 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:06.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: cephadm 2024-02-20T00:39:05.592628+0000 mgr.smithi088.fydtne (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-02-20T00:39:06.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: audit 2024-02-20T00:39:06.485058+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='client.? 172.21.15.150:0/3708575697' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:39:06.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: audit 2024-02-20T00:39:06.485278+0000 mon.smithi088 (mon.0) 519 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:39:06.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:06 smithi088 bash[16865]: audit 2024-02-20T00:39:06.492791+0000 mon.smithi088 (mon.0) 520 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:39:06.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: audit 2024-02-20T00:39:05.587643+0000 mon.smithi088 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:06.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: cephadm 2024-02-20T00:39:05.589226+0000 mgr.smithi088.fydtne (mgr.14182) 86 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-02-20T00:39:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: audit 2024-02-20T00:39:05.589814+0000 mon.smithi088 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:39:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: audit 2024-02-20T00:39:05.591274+0000 mon.smithi088 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: cephadm 2024-02-20T00:39:05.592628+0000 mgr.smithi088.fydtne (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-02-20T00:39:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: audit 2024-02-20T00:39:06.485058+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='client.? 172.21.15.150:0/3708575697' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:39:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: audit 2024-02-20T00:39:06.485278+0000 mon.smithi088 (mon.0) 519 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:39:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:06 smithi150 bash[20372]: audit 2024-02-20T00:39:06.492791+0000 mon.smithi088 (mon.0) 520 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:39:07.179 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T00:39:07.179 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-20T00:39:07.180 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-20T00:39:07.200 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:39:07.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:07 smithi150 bash[20372]: cluster 2024-02-20T00:39:06.177588+0000 mgr.smithi088.fydtne (mgr.14182) 88 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:08.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:07 smithi088 bash[16865]: cluster 2024-02-20T00:39:06.177588+0000 mgr.smithi088.fydtne (mgr.14182) 88 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:09.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:08 smithi088 bash[16865]: audit 2024-02-20T00:39:07.954580+0000 mon.smithi088 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:09.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:08 smithi088 bash[16865]: cephadm 2024-02-20T00:39:07.956256+0000 mgr.smithi088.fydtne (mgr.14182) 89 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-02-20T00:39:09.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:08 smithi088 bash[16865]: cephadm 2024-02-20T00:39:08.001867+0000 mgr.smithi088.fydtne (mgr.14182) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-02-20T00:39:09.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:08 smithi088 bash[16865]: cluster 2024-02-20T00:39:08.178161+0000 mgr.smithi088.fydtne (mgr.14182) 91 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:08 smithi150 bash[20372]: audit 2024-02-20T00:39:07.954580+0000 mon.smithi088 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:08 smithi150 bash[20372]: cephadm 2024-02-20T00:39:07.956256+0000 mgr.smithi088.fydtne (mgr.14182) 89 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-02-20T00:39:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:08 smithi150 bash[20372]: cephadm 2024-02-20T00:39:08.001867+0000 mgr.smithi088.fydtne (mgr.14182) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-02-20T00:39:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:08 smithi150 bash[20372]: cluster 2024-02-20T00:39:08.178161+0000 mgr.smithi088.fydtne (mgr.14182) 91 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:11 smithi088 bash[16865]: cluster 2024-02-20T00:39:10.178713+0000 mgr.smithi088.fydtne (mgr.14182) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:11.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:11 smithi150 bash[20372]: cluster 2024-02-20T00:39:10.178713+0000 mgr.smithi088.fydtne (mgr.14182) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:13.077 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:39:13.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:13 smithi150 bash[20372]: cluster 2024-02-20T00:39:12.179327+0000 mgr.smithi088.fydtne (mgr.14182) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:13.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:13 smithi150 bash[20372]: audit 2024-02-20T00:39:12.569405+0000 mon.smithi088 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:13.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:13 smithi150 bash[20372]: cephadm 2024-02-20T00:39:12.570789+0000 mgr.smithi088.fydtne (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-02-20T00:39:13.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:13 smithi150 bash[20372]: audit 2024-02-20T00:39:12.571172+0000 mon.smithi088 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:39:13.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:13 smithi150 bash[20372]: audit 2024-02-20T00:39:12.572219+0000 mon.smithi088 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:13.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:13 smithi150 bash[20372]: cephadm 2024-02-20T00:39:12.572958+0000 mgr.smithi088.fydtne (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-02-20T00:39:14.001 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:13 smithi088 bash[16865]: cluster 2024-02-20T00:39:12.179327+0000 mgr.smithi088.fydtne (mgr.14182) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:14.001 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:13 smithi088 bash[16865]: audit 2024-02-20T00:39:12.569405+0000 mon.smithi088 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:14.001 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:13 smithi088 bash[16865]: cephadm 2024-02-20T00:39:12.570789+0000 mgr.smithi088.fydtne (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-02-20T00:39:14.001 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:13 smithi088 bash[16865]: audit 2024-02-20T00:39:12.571172+0000 mon.smithi088 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:39:14.002 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:13 smithi088 bash[16865]: audit 2024-02-20T00:39:12.572219+0000 mon.smithi088 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:14.002 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:13 smithi088 bash[16865]: cephadm 2024-02-20T00:39:12.572958+0000 mgr.smithi088.fydtne (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-02-20T00:39:15.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: cluster 2024-02-20T00:39:14.179928+0000 mgr.smithi088.fydtne (mgr.14182) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:15.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: audit 2024-02-20T00:39:14.520314+0000 mon.smithi088 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: cephadm 2024-02-20T00:39:14.521979+0000 mgr.smithi088.fydtne (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi150.xxaftj (monmap changed)... 2024-02-20T00:39:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: audit 2024-02-20T00:39:14.522768+0000 mon.smithi088 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xxaftj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:39:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: audit 2024-02-20T00:39:14.524592+0000 mon.smithi088 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:39:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: audit 2024-02-20T00:39:14.525938+0000 mon.smithi088 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:15 smithi150 bash[20372]: cephadm 2024-02-20T00:39:14.526932+0000 mgr.smithi088.fydtne (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi150.xxaftj on smithi150 2024-02-20T00:39:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: cluster 2024-02-20T00:39:14.179928+0000 mgr.smithi088.fydtne (mgr.14182) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: audit 2024-02-20T00:39:14.520314+0000 mon.smithi088 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: cephadm 2024-02-20T00:39:14.521979+0000 mgr.smithi088.fydtne (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi150.xxaftj (monmap changed)... 2024-02-20T00:39:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: audit 2024-02-20T00:39:14.522768+0000 mon.smithi088 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xxaftj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:39:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: audit 2024-02-20T00:39:14.524592+0000 mon.smithi088 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:39:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: audit 2024-02-20T00:39:14.525938+0000 mon.smithi088 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:15.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:15 smithi088 bash[16865]: cephadm 2024-02-20T00:39:14.526932+0000 mgr.smithi088.fydtne (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi150.xxaftj on smithi150 2024-02-20T00:39:16.286 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:39:16.286 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"fsid":"6b568d3c-cf87-11ee-95bb-87774f69a715","created":"2024-02-20T00:34:54.125399+0000","modified":"2024-02-20T00:38:56.271243+0000","last_up_change":"2024-02-20T00:38:54.254398+0000","last_in_change":"2024-02-20T00:38:02.896125+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:38:34.374015+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":"6e38d44b-0006-471a-a8cb-d4f8a784f0bb","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.150:6800","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6801","nonce":3210390726}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6803","nonce":3210390726}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6807","nonce":3210390726}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6805","nonce":3210390726}]},"public_addr":"172.21.15.150:6801/3210390726","cluster_addr":"172.21.15.150:6803/3210390726","heartbeat_back_addr":"172.21.15.150:6807/3210390726","heartbeat_front_addr":"172.21.15.150:6805/3210390726","state":["exists","up"]},{"osd":1,"uuid":"325a0622-df9f-435f-9157-00e8123db7ae","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.88:6802","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6803","nonce":2748050312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6805","nonce":2748050312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6809","nonce":2748050312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6807","nonce":2748050312}]},"public_addr":"172.21.15.88:6803/2748050312","cluster_addr":"172.21.15.88:6805/2748050312","heartbeat_back_addr":"172.21.15.88:6809/2748050312","heartbeat_front_addr":"172.21.15.88:6807/2748050312","state":["exists","up"]},{"osd":2,"uuid":"a30eb703-fb0f-4fd1-b573-220ebc939d56","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.150:6808","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6809","nonce":2379898437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6811","nonce":2379898437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6815","nonce":2379898437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6813","nonce":2379898437}]},"public_addr":"172.21.15.150:6809/2379898437","cluster_addr":"172.21.15.150:6811/2379898437","heartbeat_back_addr":"172.21.15.150:6815/2379898437","heartbeat_front_addr":"172.21.15.150:6813/2379898437","state":["exists","up"]},{"osd":3,"uuid":"22ba8c87-7e09-45ee-a481-9e86ecb5ff13","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.88:6810","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6811","nonce":2274222001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6813","nonce":2274222001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6817","nonce":2274222001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6815","nonce":2274222001}]},"public_addr":"172.21.15.88:6811/2274222001","cluster_addr":"172.21.15.88:6813/2274222001","heartbeat_back_addr":"172.21.15.88:6817/2274222001","heartbeat_front_addr":"172.21.15.88:6815/2274222001","state":["exists","up"]},{"osd":4,"uuid":"15e6b078-9a12-4532-a47a-030cf7199bac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6817","nonce":3031839571}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6819","nonce":3031839571}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6823","nonce":3031839571}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6821","nonce":3031839571}]},"public_addr":"172.21.15.150:6817/3031839571","cluster_addr":"172.21.15.150:6819/3031839571","heartbeat_back_addr":"172.21.15.150:6823/3031839571","heartbeat_front_addr":"172.21.15.150:6821/3031839571","state":["exists","up"]},{"osd":5,"uuid":"8b85c1e7-c52a-41b0-bffd-616e1d0327c9","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.88:6818","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6819","nonce":2673302820}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6821","nonce":2673302820}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6825","nonce":2673302820}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6823","nonce":2673302820}]},"public_addr":"172.21.15.88:6819/2673302820","cluster_addr":"172.21.15.88:6821/2673302820","heartbeat_back_addr":"172.21.15.88:6825/2673302820","heartbeat_front_addr":"172.21.15.88:6823/2673302820","state":["exists","up"]},{"osd":6,"uuid":"3a667113-8895-4f47-91b9-4beab5c107bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6825","nonce":2634974720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6827","nonce":2634974720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6831","nonce":2634974720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6829","nonce":2634974720}]},"public_addr":"172.21.15.150:6825/2634974720","cluster_addr":"172.21.15.150:6827/2634974720","heartbeat_back_addr":"172.21.15.150:6831/2634974720","heartbeat_front_addr":"172.21.15.150:6829/2634974720","state":["exists","up"]},{"osd":7,"uuid":"f624d240-328a-4d6d-91f4-1fe15ac90eb0","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.88:6826","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6827","nonce":4255745695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6829","nonce":4255745695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6833","nonce":4255745695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6831","nonce":4255745695}]},"public_addr":"172.21.15.88:6827/4255745695","cluster_addr":"172.21.15.88:6829/4255745695","heartbeat_back_addr":"172.21.15.88:6833/4255745695","heartbeat_front_addr":"172.21.15.88:6831/4255745695","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:24.069808+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:32.676107+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:29.272977+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:39.502623+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:34.565420+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:47.391305+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:38.664605+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:52.768773+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/271914990":"2024-02-21T00:37:00.137466+0000","172.21.15.88:6800/271914990":"2024-02-21T00:37:00.137466+0000","172.21.15.88:0/4170298996":"2024-02-21T00:37:00.137466+0000","172.21.15.88:0/972764864":"2024-02-21T00:36:03.205860+0000","172.21.15.88:6801/485944835":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/2126391388":"2024-02-21T00:37:00.137466+0000","172.21.15.88:6800/485944835":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/1098001749":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/1721584708":"2024-02-21T00:35:22.262132+0000","172.21.15.88:0/1906815889":"2024-02-21T00:35:22.262132+0000","172.21.15.88:6800/3320633750":"2024-02-21T00:35:22.262132+0000","172.21.15.88:6801/3320633750":"2024-02-21T00:35:22.262132+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-20T00:39:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:16 smithi088 bash[16865]: audit 2024-02-20T00:39:16.281644+0000 mon.smithi088 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.88:0/1070303969' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:39:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:16 smithi088 bash[16865]: audit 2024-02-20T00:39:16.304161+0000 mon.smithi088 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:16 smithi088 bash[16865]: audit 2024-02-20T00:39:16.306045+0000 mon.smithi088 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:39:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:16 smithi088 bash[16865]: audit 2024-02-20T00:39:16.307327+0000 mon.smithi088 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:39:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:16 smithi088 bash[16865]: audit 2024-02-20T00:39:16.308617+0000 mon.smithi088 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:16.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:16 smithi150 bash[20372]: audit 2024-02-20T00:39:16.281644+0000 mon.smithi088 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.88:0/1070303969' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:39:16.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:16 smithi150 bash[20372]: audit 2024-02-20T00:39:16.304161+0000 mon.smithi088 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:16.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:16 smithi150 bash[20372]: audit 2024-02-20T00:39:16.306045+0000 mon.smithi088 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:39:16.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:16 smithi150 bash[20372]: audit 2024-02-20T00:39:16.307327+0000 mon.smithi088 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:39:16.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:16 smithi150 bash[20372]: audit 2024-02-20T00:39:16.308617+0000 mon.smithi088 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:16.937 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-20T00:38:34.374015+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': {}}}] 2024-02-20T00:39:16.937 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-20T00:39:17.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:17 smithi088 bash[16865]: cluster 2024-02-20T00:39:16.180640+0000 mgr.smithi088.fydtne (mgr.14182) 99 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:17.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:17 smithi088 bash[16865]: cephadm 2024-02-20T00:39:16.305579+0000 mgr.smithi088.fydtne (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi150 (monmap changed)... 2024-02-20T00:39:17.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:17 smithi088 bash[16865]: cephadm 2024-02-20T00:39:16.309855+0000 mgr.smithi088.fydtne (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-02-20T00:39:17.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:17 smithi150 bash[20372]: cluster 2024-02-20T00:39:16.180640+0000 mgr.smithi088.fydtne (mgr.14182) 99 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:17.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:17 smithi150 bash[20372]: cephadm 2024-02-20T00:39:16.305579+0000 mgr.smithi088.fydtne (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi150 (monmap changed)... 2024-02-20T00:39:17.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:17 smithi150 bash[20372]: cephadm 2024-02-20T00:39:16.309855+0000 mgr.smithi088.fydtne (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-02-20T00:39:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.118772+0000 mon.smithi088 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.123961+0000 mon.smithi088 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.124840+0000 mgr.smithi088.fydtne (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.127129+0000 mon.smithi088 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.127634+0000 mgr.smithi088.fydtne (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.136562+0000 mon.smithi088 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.146582+0000 mon.smithi088 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.147186+0000 mgr.smithi088.fydtne (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.157818+0000 mon.smithi088 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.158505+0000 mgr.smithi088.fydtne (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.167775+0000 mon.smithi088 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: cluster 2024-02-20T00:39:18.181119+0000 mgr.smithi088.fydtne (mgr.14182) 106 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:19.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.182860+0000 mon.smithi088 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:39:19.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.183569+0000 mgr.smithi088.fydtne (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:39:19.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.188559+0000 mon.smithi088 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2024-02-20T00:39:19.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.189084+0000 mgr.smithi088.fydtne (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2024-02-20T00:39:19.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.195005+0000 mon.smithi088 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:19 smithi150 bash[20372]: audit 2024-02-20T00:39:18.200142+0000 mon.smithi088 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:39:19.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.118772+0000 mon.smithi088 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.123961+0000 mon.smithi088 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.124840+0000 mgr.smithi088.fydtne (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.127129+0000 mon.smithi088 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.127634+0000 mgr.smithi088.fydtne (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.136562+0000 mon.smithi088 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.146582+0000 mon.smithi088 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.147186+0000 mgr.smithi088.fydtne (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.157818+0000 mon.smithi088 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.158505+0000 mgr.smithi088.fydtne (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.167775+0000 mon.smithi088 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: cluster 2024-02-20T00:39:18.181119+0000 mgr.smithi088.fydtne (mgr.14182) 106 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.182860+0000 mon.smithi088 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.183569+0000 mgr.smithi088.fydtne (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:39:19.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.188559+0000 mon.smithi088 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2024-02-20T00:39:19.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.189084+0000 mgr.smithi088.fydtne (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2024-02-20T00:39:19.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.195005+0000 mon.smithi088 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:19.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:19 smithi088 bash[16865]: audit 2024-02-20T00:39:18.200142+0000 mon.smithi088 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:39:21.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:21 smithi088 bash[16865]: cluster 2024-02-20T00:39:20.181690+0000 mgr.smithi088.fydtne (mgr.14182) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:21.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:21 smithi150 bash[20372]: cluster 2024-02-20T00:39:20.181690+0000 mgr.smithi088.fydtne (mgr.14182) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:21.774 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:39:23.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:23 smithi088 bash[16865]: cluster 2024-02-20T00:39:22.182445+0000 mgr.smithi088.fydtne (mgr.14182) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:23.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:23 smithi150 bash[20372]: cluster 2024-02-20T00:39:22.182445+0000 mgr.smithi088.fydtne (mgr.14182) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:24.940 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2024-02-20T00:39:25.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:24 smithi150 bash[20372]: audit 2024-02-20T00:39:23.929062+0000 mon.smithi088 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:25.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:24 smithi150 bash[20372]: audit 2024-02-20T00:39:24.064971+0000 mon.smithi088 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:25.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:24 smithi150 bash[20372]: cluster 2024-02-20T00:39:24.183037+0000 mgr.smithi088.fydtne (mgr.14182) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:25.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:24 smithi088 bash[16865]: audit 2024-02-20T00:39:23.929062+0000 mon.smithi088 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:25.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:24 smithi088 bash[16865]: audit 2024-02-20T00:39:24.064971+0000 mon.smithi088 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:25.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:24 smithi088 bash[16865]: cluster 2024-02-20T00:39:24.183037+0000 mgr.smithi088.fydtne (mgr.14182) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:25.586 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-20T00:39:25.586 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-20T00:39:25.586 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph mgr dump --format=json 2024-02-20T00:39:26.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:25 smithi088 bash[16865]: audit 2024-02-20T00:39:24.937502+0000 mon.smithi088 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.88:0/1198908905' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-20T00:39:26.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:25 smithi150 bash[20372]: audit 2024-02-20T00:39:24.937502+0000 mon.smithi088 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.88:0/1198908905' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-20T00:39:27.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:26 smithi088 bash[16865]: cluster 2024-02-20T00:39:26.183608+0000 mgr.smithi088.fydtne (mgr.14182) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:27.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:26 smithi150 bash[20372]: cluster 2024-02-20T00:39:26.183608+0000 mgr.smithi088.fydtne (mgr.14182) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:29.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:29 smithi088 bash[16865]: cluster 2024-02-20T00:39:28.184249+0000 mgr.smithi088.fydtne (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:29.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:29 smithi150 bash[20372]: cluster 2024-02-20T00:39:28.184249+0000 mgr.smithi088.fydtne (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:30.182 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:39:31.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:31 smithi088 bash[16865]: cluster 2024-02-20T00:39:30.184780+0000 mgr.smithi088.fydtne (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:31.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:31 smithi150 bash[20372]: cluster 2024-02-20T00:39:30.184780+0000 mgr.smithi088.fydtne (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:33.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:33 smithi150 bash[20372]: cluster 2024-02-20T00:39:32.185474+0000 mgr.smithi088.fydtne (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:33.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:33 smithi088 bash[16865]: cluster 2024-02-20T00:39:32.185474+0000 mgr.smithi088.fydtne (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:34.462 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:39:35.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: cephadm 2024-02-20T00:39:33.863941+0000 mgr.smithi088.fydtne (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi150 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:33.872865+0000 mon.smithi088 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:34.154920+0000 mon.smithi088 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:34.156369+0000 mon.smithi088 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:34.157527+0000 mon.smithi088 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:34.158648+0000 mon.smithi088 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: cephadm 2024-02-20T00:39:34.159460+0000 mgr.smithi088.fydtne (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3785M 2024-02-20T00:39:35.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:34.166738+0000 mon.smithi088 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:35.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: cluster 2024-02-20T00:39:34.185909+0000 mgr.smithi088.fydtne (mgr.14182) 118 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:35.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:34 smithi088 bash[16865]: audit 2024-02-20T00:39:34.453098+0000 mon.smithi088 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.88:0/2128203978' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-20T00:39:35.147 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi088.fydtne","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":1671211118},{"type":"v1","addr":"172.21.15.88:6801","nonce":1671211118}]},"active_addr":"172.21.15.88:6801/1671211118","active_change":"2024-02-20T00:37:00.137699+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi150.xxaftj","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.88:8443/","prometheus":"http://172.21.15.88: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.88:0","nonce":3799740518}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":3117386704}]}]} 2024-02-20T00:39:35.150 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-20T00:39:35.150 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-20T00:39:35.151 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: cephadm 2024-02-20T00:39:33.863941+0000 mgr.smithi088.fydtne (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi150 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:33.872865+0000 mon.smithi088 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:34.154920+0000 mon.smithi088 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:34.156369+0000 mon.smithi088 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:34.157527+0000 mon.smithi088 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:34.158648+0000 mon.smithi088 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: cephadm 2024-02-20T00:39:34.159460+0000 mgr.smithi088.fydtne (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3785M 2024-02-20T00:39:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:34.166738+0000 mon.smithi088 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:35.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: cluster 2024-02-20T00:39:34.185909+0000 mgr.smithi088.fydtne (mgr.14182) 118 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:35.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:34 smithi150 bash[20372]: audit 2024-02-20T00:39:34.453098+0000 mon.smithi088 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.88:0/2128203978' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: cephadm 2024-02-20T00:39:35.832003+0000 mgr.smithi088.fydtne (mgr.14182) 119 : cephadm [INF] Detected new or changed devices on smithi088 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:35.840885+0000 mon.smithi088 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.157104+0000 mon.smithi088 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.159713+0000 mon.smithi088 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.161324+0000 mon.smithi088 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.162851+0000 mon.smithi088 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.164509+0000 mon.smithi088 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: cephadm 2024-02-20T00:39:36.165763+0000 mgr.smithi088.fydtne (mgr.14182) 120 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3529M 2024-02-20T00:39:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.173944+0000 mon.smithi088 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.175604+0000 mon.smithi088 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.176794+0000 mon.smithi088 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.186204+0000 mon.smithi088 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: cluster 2024-02-20T00:39:36.186525+0000 mgr.smithi088.fydtne (mgr.14182) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.194731+0000 mon.smithi088 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.203412+0000 mon.smithi088 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.206657+0000 mon.smithi088 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.207262+0000 mon.smithi088 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:36 smithi150 bash[20372]: audit 2024-02-20T00:39:36.208565+0000 mon.smithi088 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: cephadm 2024-02-20T00:39:35.832003+0000 mgr.smithi088.fydtne (mgr.14182) 119 : cephadm [INF] Detected new or changed devices on smithi088 2024-02-20T00:39:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:35.840885+0000 mon.smithi088 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.157104+0000 mon.smithi088 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.159713+0000 mon.smithi088 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.161324+0000 mon.smithi088 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.162851+0000 mon.smithi088 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.164509+0000 mon.smithi088 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: cephadm 2024-02-20T00:39:36.165763+0000 mgr.smithi088.fydtne (mgr.14182) 120 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3529M 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.173944+0000 mon.smithi088 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.175604+0000 mon.smithi088 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.176794+0000 mon.smithi088 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.186204+0000 mon.smithi088 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:39:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: cluster 2024-02-20T00:39:36.186525+0000 mgr.smithi088.fydtne (mgr.14182) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.194731+0000 mon.smithi088 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:39:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.203412+0000 mon.smithi088 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:39:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.206657+0000 mon.smithi088 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:39:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.207262+0000 mon.smithi088 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:36 smithi088 bash[16865]: audit 2024-02-20T00:39:36.208565+0000 mon.smithi088 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:39:39.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:39 smithi088 bash[16865]: cluster 2024-02-20T00:39:38.187113+0000 mgr.smithi088.fydtne (mgr.14182) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:39.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:39 smithi150 bash[20372]: cluster 2024-02-20T00:39:38.187113+0000 mgr.smithi088.fydtne (mgr.14182) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:40.005 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:39:41.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:41 smithi088 bash[16865]: cluster 2024-02-20T00:39:40.187684+0000 mgr.smithi088.fydtne (mgr.14182) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:41.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:41 smithi150 bash[20372]: cluster 2024-02-20T00:39:40.187684+0000 mgr.smithi088.fydtne (mgr.14182) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:43.538 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:43 smithi150 bash[20372]: cluster 2024-02-20T00:39:42.188369+0000 mgr.smithi088.fydtne (mgr.14182) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:43.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:43 smithi088 bash[16865]: cluster 2024-02-20T00:39:42.188369+0000 mgr.smithi088.fydtne (mgr.14182) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:44.212 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:39:44.213 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"fsid":"6b568d3c-cf87-11ee-95bb-87774f69a715","created":"2024-02-20T00:34:54.125399+0000","modified":"2024-02-20T00:38:56.271243+0000","last_up_change":"2024-02-20T00:38:54.254398+0000","last_in_change":"2024-02-20T00:38:02.896125+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:38:34.374015+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":"6e38d44b-0006-471a-a8cb-d4f8a784f0bb","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.150:6800","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6801","nonce":3210390726}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6803","nonce":3210390726}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6807","nonce":3210390726}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6805","nonce":3210390726}]},"public_addr":"172.21.15.150:6801/3210390726","cluster_addr":"172.21.15.150:6803/3210390726","heartbeat_back_addr":"172.21.15.150:6807/3210390726","heartbeat_front_addr":"172.21.15.150:6805/3210390726","state":["exists","up"]},{"osd":1,"uuid":"325a0622-df9f-435f-9157-00e8123db7ae","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.88:6802","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6803","nonce":2748050312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6805","nonce":2748050312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6809","nonce":2748050312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6807","nonce":2748050312}]},"public_addr":"172.21.15.88:6803/2748050312","cluster_addr":"172.21.15.88:6805/2748050312","heartbeat_back_addr":"172.21.15.88:6809/2748050312","heartbeat_front_addr":"172.21.15.88:6807/2748050312","state":["exists","up"]},{"osd":2,"uuid":"a30eb703-fb0f-4fd1-b573-220ebc939d56","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.150:6808","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6809","nonce":2379898437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6811","nonce":2379898437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6815","nonce":2379898437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6813","nonce":2379898437}]},"public_addr":"172.21.15.150:6809/2379898437","cluster_addr":"172.21.15.150:6811/2379898437","heartbeat_back_addr":"172.21.15.150:6815/2379898437","heartbeat_front_addr":"172.21.15.150:6813/2379898437","state":["exists","up"]},{"osd":3,"uuid":"22ba8c87-7e09-45ee-a481-9e86ecb5ff13","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.88:6810","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6811","nonce":2274222001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6813","nonce":2274222001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6817","nonce":2274222001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6815","nonce":2274222001}]},"public_addr":"172.21.15.88:6811/2274222001","cluster_addr":"172.21.15.88:6813/2274222001","heartbeat_back_addr":"172.21.15.88:6817/2274222001","heartbeat_front_addr":"172.21.15.88:6815/2274222001","state":["exists","up"]},{"osd":4,"uuid":"15e6b078-9a12-4532-a47a-030cf7199bac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6817","nonce":3031839571}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6819","nonce":3031839571}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6823","nonce":3031839571}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6821","nonce":3031839571}]},"public_addr":"172.21.15.150:6817/3031839571","cluster_addr":"172.21.15.150:6819/3031839571","heartbeat_back_addr":"172.21.15.150:6823/3031839571","heartbeat_front_addr":"172.21.15.150:6821/3031839571","state":["exists","up"]},{"osd":5,"uuid":"8b85c1e7-c52a-41b0-bffd-616e1d0327c9","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.88:6818","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6819","nonce":2673302820}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6821","nonce":2673302820}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6825","nonce":2673302820}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6823","nonce":2673302820}]},"public_addr":"172.21.15.88:6819/2673302820","cluster_addr":"172.21.15.88:6821/2673302820","heartbeat_back_addr":"172.21.15.88:6825/2673302820","heartbeat_front_addr":"172.21.15.88:6823/2673302820","state":["exists","up"]},{"osd":6,"uuid":"3a667113-8895-4f47-91b9-4beab5c107bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6825","nonce":2634974720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6827","nonce":2634974720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6831","nonce":2634974720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6829","nonce":2634974720}]},"public_addr":"172.21.15.150:6825/2634974720","cluster_addr":"172.21.15.150:6827/2634974720","heartbeat_back_addr":"172.21.15.150:6831/2634974720","heartbeat_front_addr":"172.21.15.150:6829/2634974720","state":["exists","up"]},{"osd":7,"uuid":"f624d240-328a-4d6d-91f4-1fe15ac90eb0","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.88:6826","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6827","nonce":4255745695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6829","nonce":4255745695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6833","nonce":4255745695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6831","nonce":4255745695}]},"public_addr":"172.21.15.88:6827/4255745695","cluster_addr":"172.21.15.88:6829/4255745695","heartbeat_back_addr":"172.21.15.88:6833/4255745695","heartbeat_front_addr":"172.21.15.88:6831/4255745695","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:24.069808+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:32.676107+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:29.272977+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:39.502623+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:34.565420+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:47.391305+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:38.664605+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:52.768773+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/271914990":"2024-02-21T00:37:00.137466+0000","172.21.15.88:6800/271914990":"2024-02-21T00:37:00.137466+0000","172.21.15.88:0/4170298996":"2024-02-21T00:37:00.137466+0000","172.21.15.88:0/972764864":"2024-02-21T00:36:03.205860+0000","172.21.15.88:6801/485944835":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/2126391388":"2024-02-21T00:37:00.137466+0000","172.21.15.88:6800/485944835":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/1098001749":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/1721584708":"2024-02-21T00:35:22.262132+0000","172.21.15.88:0/1906815889":"2024-02-21T00:35:22.262132+0000","172.21.15.88:6800/3320633750":"2024-02-21T00:35:22.262132+0000","172.21.15.88:6801/3320633750":"2024-02-21T00:35:22.262132+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-20T00:39:44.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:44 smithi088 bash[16865]: audit 2024-02-20T00:39:44.208835+0000 mon.smithi088 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.88:0/291910192' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:39:44.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:44 smithi150 bash[20372]: audit 2024-02-20T00:39:44.208835+0000 mon.smithi088 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.88:0/291910192' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:39:45.063 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-20T00:39:45.063 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:39:45.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:45 smithi088 bash[16865]: cluster 2024-02-20T00:39:44.188846+0000 mgr.smithi088.fydtne (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:45.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:45 smithi150 bash[20372]: cluster 2024-02-20T00:39:44.188846+0000 mgr.smithi088.fydtne (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:47.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:47 smithi088 bash[16865]: cluster 2024-02-20T00:39:46.189434+0000 mgr.smithi088.fydtne (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:47.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:47 smithi150 bash[20372]: cluster 2024-02-20T00:39:46.189434+0000 mgr.smithi088.fydtne (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:49 smithi088 bash[16865]: cluster 2024-02-20T00:39:48.190095+0000 mgr.smithi088.fydtne (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:49 smithi150 bash[20372]: cluster 2024-02-20T00:39:48.190095+0000 mgr.smithi088.fydtne (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:50.418 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:39:51.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:51 smithi088 bash[16865]: cluster 2024-02-20T00:39:50.190696+0000 mgr.smithi088.fydtne (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:51 smithi150 bash[20372]: cluster 2024-02-20T00:39:50.190696+0000 mgr.smithi088.fydtne (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:53.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:53 smithi150 bash[20372]: cluster 2024-02-20T00:39:52.191373+0000 mgr.smithi088.fydtne (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:53.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:53 smithi088 bash[16865]: cluster 2024-02-20T00:39:52.191373+0000 mgr.smithi088.fydtne (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:54.549 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:39:54.549 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"fsid":"6b568d3c-cf87-11ee-95bb-87774f69a715","created":"2024-02-20T00:34:54.125399+0000","modified":"2024-02-20T00:38:56.271243+0000","last_up_change":"2024-02-20T00:38:54.254398+0000","last_in_change":"2024-02-20T00:38:02.896125+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:38:34.374015+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":"6e38d44b-0006-471a-a8cb-d4f8a784f0bb","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.150:6800","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6801","nonce":3210390726}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6803","nonce":3210390726}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6807","nonce":3210390726}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":3210390726},{"type":"v1","addr":"172.21.15.150:6805","nonce":3210390726}]},"public_addr":"172.21.15.150:6801/3210390726","cluster_addr":"172.21.15.150:6803/3210390726","heartbeat_back_addr":"172.21.15.150:6807/3210390726","heartbeat_front_addr":"172.21.15.150:6805/3210390726","state":["exists","up"]},{"osd":1,"uuid":"325a0622-df9f-435f-9157-00e8123db7ae","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.88:6802","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6803","nonce":2748050312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6805","nonce":2748050312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6809","nonce":2748050312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2748050312},{"type":"v1","addr":"172.21.15.88:6807","nonce":2748050312}]},"public_addr":"172.21.15.88:6803/2748050312","cluster_addr":"172.21.15.88:6805/2748050312","heartbeat_back_addr":"172.21.15.88:6809/2748050312","heartbeat_front_addr":"172.21.15.88:6807/2748050312","state":["exists","up"]},{"osd":2,"uuid":"a30eb703-fb0f-4fd1-b573-220ebc939d56","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.150:6808","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6809","nonce":2379898437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6811","nonce":2379898437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6815","nonce":2379898437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2379898437},{"type":"v1","addr":"172.21.15.150:6813","nonce":2379898437}]},"public_addr":"172.21.15.150:6809/2379898437","cluster_addr":"172.21.15.150:6811/2379898437","heartbeat_back_addr":"172.21.15.150:6815/2379898437","heartbeat_front_addr":"172.21.15.150:6813/2379898437","state":["exists","up"]},{"osd":3,"uuid":"22ba8c87-7e09-45ee-a481-9e86ecb5ff13","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.88:6810","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6811","nonce":2274222001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6813","nonce":2274222001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6817","nonce":2274222001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2274222001},{"type":"v1","addr":"172.21.15.88:6815","nonce":2274222001}]},"public_addr":"172.21.15.88:6811/2274222001","cluster_addr":"172.21.15.88:6813/2274222001","heartbeat_back_addr":"172.21.15.88:6817/2274222001","heartbeat_front_addr":"172.21.15.88:6815/2274222001","state":["exists","up"]},{"osd":4,"uuid":"15e6b078-9a12-4532-a47a-030cf7199bac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6817","nonce":3031839571}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6819","nonce":3031839571}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6823","nonce":3031839571}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3031839571},{"type":"v1","addr":"172.21.15.150:6821","nonce":3031839571}]},"public_addr":"172.21.15.150:6817/3031839571","cluster_addr":"172.21.15.150:6819/3031839571","heartbeat_back_addr":"172.21.15.150:6823/3031839571","heartbeat_front_addr":"172.21.15.150:6821/3031839571","state":["exists","up"]},{"osd":5,"uuid":"8b85c1e7-c52a-41b0-bffd-616e1d0327c9","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.88:6818","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6819","nonce":2673302820}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6821","nonce":2673302820}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6825","nonce":2673302820}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2673302820},{"type":"v1","addr":"172.21.15.88:6823","nonce":2673302820}]},"public_addr":"172.21.15.88:6819/2673302820","cluster_addr":"172.21.15.88:6821/2673302820","heartbeat_back_addr":"172.21.15.88:6825/2673302820","heartbeat_front_addr":"172.21.15.88:6823/2673302820","state":["exists","up"]},{"osd":6,"uuid":"3a667113-8895-4f47-91b9-4beab5c107bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6825","nonce":2634974720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6827","nonce":2634974720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6831","nonce":2634974720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":2634974720},{"type":"v1","addr":"172.21.15.150:6829","nonce":2634974720}]},"public_addr":"172.21.15.150:6825/2634974720","cluster_addr":"172.21.15.150:6827/2634974720","heartbeat_back_addr":"172.21.15.150:6831/2634974720","heartbeat_front_addr":"172.21.15.150:6829/2634974720","state":["exists","up"]},{"osd":7,"uuid":"f624d240-328a-4d6d-91f4-1fe15ac90eb0","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.88:6826","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6827","nonce":4255745695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6829","nonce":4255745695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6833","nonce":4255745695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":4255745695},{"type":"v1","addr":"172.21.15.88:6831","nonce":4255745695}]},"public_addr":"172.21.15.88:6827/4255745695","cluster_addr":"172.21.15.88:6829/4255745695","heartbeat_back_addr":"172.21.15.88:6833/4255745695","heartbeat_front_addr":"172.21.15.88:6831/4255745695","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:24.069808+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:32.676107+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:29.272977+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:39.502623+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:34.565420+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:47.391305+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:38.664605+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:38:52.768773+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/271914990":"2024-02-21T00:37:00.137466+0000","172.21.15.88:6800/271914990":"2024-02-21T00:37:00.137466+0000","172.21.15.88:0/4170298996":"2024-02-21T00:37:00.137466+0000","172.21.15.88:0/972764864":"2024-02-21T00:36:03.205860+0000","172.21.15.88:6801/485944835":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/2126391388":"2024-02-21T00:37:00.137466+0000","172.21.15.88:6800/485944835":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/1098001749":"2024-02-21T00:36:03.205860+0000","172.21.15.88:0/1721584708":"2024-02-21T00:35:22.262132+0000","172.21.15.88:0/1906815889":"2024-02-21T00:35:22.262132+0000","172.21.15.88:6800/3320633750":"2024-02-21T00:35:22.262132+0000","172.21.15.88:6801/3320633750":"2024-02-21T00:35:22.262132+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-20T00:39:55.345 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-20T00:39:55.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:55 smithi088 bash[16865]: cluster 2024-02-20T00:39:54.192031+0000 mgr.smithi088.fydtne (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:55.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:55 smithi088 bash[16865]: audit 2024-02-20T00:39:54.544491+0000 mon.smithi088 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.88:0/750686419' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:39:55.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:55 smithi150 bash[20372]: cluster 2024-02-20T00:39:54.192031+0000 mgr.smithi088.fydtne (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:55.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:55 smithi150 bash[20372]: audit 2024-02-20T00:39:54.544491+0000 mon.smithi088 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.88:0/750686419' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:39:57.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:57 smithi088 bash[16865]: cluster 2024-02-20T00:39:56.192655+0000 mgr.smithi088.fydtne (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:57 smithi150 bash[20372]: cluster 2024-02-20T00:39:56.192655+0000 mgr.smithi088.fydtne (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:59.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:39:59 smithi088 bash[16865]: cluster 2024-02-20T00:39:58.193131+0000 mgr.smithi088.fydtne (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:39:59.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:39:59 smithi150 bash[20372]: cluster 2024-02-20T00:39:58.193131+0000 mgr.smithi088.fydtne (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:00.198 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:00.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:00 smithi150 bash[20372]: cluster 2024-02-20T00:40:00.000181+0000 mon.smithi088 (mon.0) 572 : cluster [INF] overall HEALTH_OK 2024-02-20T00:40:00.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:00 smithi088 bash[16865]: cluster 2024-02-20T00:40:00.000181+0000 mon.smithi088 (mon.0) 572 : cluster [INF] overall HEALTH_OK 2024-02-20T00:40:01.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:01 smithi088 bash[16865]: cluster 2024-02-20T00:40:00.193742+0000 mgr.smithi088.fydtne (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:01.639 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:01 smithi150 bash[20372]: cluster 2024-02-20T00:40:00.193742+0000 mgr.smithi088.fydtne (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:03.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:03 smithi088 bash[16865]: cluster 2024-02-20T00:40:02.194460+0000 mgr.smithi088.fydtne (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:03.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:03 smithi088 bash[16865]: audit 2024-02-20T00:40:02.203527+0000 mon.smithi088 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:03.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:03 smithi150 bash[20372]: cluster 2024-02-20T00:40:02.194460+0000 mgr.smithi088.fydtne (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:03.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:03 smithi150 bash[20372]: audit 2024-02-20T00:40:02.203527+0000 mon.smithi088 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:05.084 INFO:teuthology.orchestra.run.smithi088.stdout:68719476759 2024-02-20T00:40:05.084 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-20T00:40:05.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:05 smithi088 bash[16865]: cluster 2024-02-20T00:40:04.195095+0000 mgr.smithi088.fydtne (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:05.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:05 smithi150 bash[20372]: cluster 2024-02-20T00:40:04.195095+0000 mgr.smithi088.fydtne (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:07.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:07 smithi150 bash[20372]: cluster 2024-02-20T00:40:06.195708+0000 mgr.smithi088.fydtne (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:07.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:07 smithi150 bash[20372]: audit 2024-02-20T00:40:06.384954+0000 mon.smithi088 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:07.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:07 smithi150 bash[20372]: audit 2024-02-20T00:40:06.388860+0000 mon.smithi088 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:40:07.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:07 smithi088 bash[16865]: cluster 2024-02-20T00:40:06.195708+0000 mgr.smithi088.fydtne (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:07.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:07 smithi088 bash[16865]: audit 2024-02-20T00:40:06.384954+0000 mon.smithi088 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:07.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:07 smithi088 bash[16865]: audit 2024-02-20T00:40:06.388860+0000 mon.smithi088 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:40:09.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:09 smithi150 bash[20372]: cluster 2024-02-20T00:40:08.196354+0000 mgr.smithi088.fydtne (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:09.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:09 smithi088 bash[16865]: cluster 2024-02-20T00:40:08.196354+0000 mgr.smithi088.fydtne (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:09.936 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:11.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:11 smithi088 bash[16865]: cluster 2024-02-20T00:40:10.196908+0000 mgr.smithi088.fydtne (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:11.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:11 smithi150 bash[20372]: cluster 2024-02-20T00:40:10.196908+0000 mgr.smithi088.fydtne (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: cluster 2024-02-20T00:40:12.197532+0000 mgr.smithi088.fydtne (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: audit 2024-02-20T00:40:12.258209+0000 mon.smithi088 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: audit 2024-02-20T00:40:12.278867+0000 mon.smithi088 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: audit 2024-02-20T00:40:12.280525+0000 mon.smithi088 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: audit 2024-02-20T00:40:12.282015+0000 mon.smithi088 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: audit 2024-02-20T00:40:12.290098+0000 mon.smithi088 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:13.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:13 smithi088 bash[16865]: audit 2024-02-20T00:40:12.299131+0000 mon.smithi088 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:40:13.521 INFO:teuthology.orchestra.run.smithi088.stdout:98784247831 2024-02-20T00:40:13.522 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: cluster 2024-02-20T00:40:12.197532+0000 mgr.smithi088.fydtne (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: audit 2024-02-20T00:40:12.258209+0000 mon.smithi088 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: audit 2024-02-20T00:40:12.278867+0000 mon.smithi088 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: audit 2024-02-20T00:40:12.280525+0000 mon.smithi088 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: audit 2024-02-20T00:40:12.282015+0000 mon.smithi088 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: audit 2024-02-20T00:40:12.290098+0000 mon.smithi088 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:40:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:13 smithi150 bash[20372]: audit 2024-02-20T00:40:12.299131+0000 mon.smithi088 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:40:15.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:15 smithi088 bash[16865]: cluster 2024-02-20T00:40:14.198108+0000 mgr.smithi088.fydtne (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:15.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:15 smithi150 bash[20372]: cluster 2024-02-20T00:40:14.198108+0000 mgr.smithi088.fydtne (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:17.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:17 smithi088 bash[16865]: cluster 2024-02-20T00:40:16.198713+0000 mgr.smithi088.fydtne (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:17.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:17 smithi150 bash[20372]: cluster 2024-02-20T00:40:16.198713+0000 mgr.smithi088.fydtne (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:18.359 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:19.522 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:19 smithi088 bash[16865]: cluster 2024-02-20T00:40:18.199324+0000 mgr.smithi088.fydtne (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:19.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:19 smithi150 bash[20372]: cluster 2024-02-20T00:40:18.199324+0000 mgr.smithi088.fydtne (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:21.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:21 smithi088 bash[16865]: cluster 2024-02-20T00:40:20.199963+0000 mgr.smithi088.fydtne (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:21.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:21 smithi150 bash[20372]: cluster 2024-02-20T00:40:20.199963+0000 mgr.smithi088.fydtne (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:21.721 INFO:teuthology.orchestra.run.smithi088.stdout:85899345944 2024-02-20T00:40:21.721 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-20T00:40:23.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:23 smithi088 bash[16865]: cluster 2024-02-20T00:40:22.200632+0000 mgr.smithi088.fydtne (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:23.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:23 smithi150 bash[20372]: cluster 2024-02-20T00:40:22.200632+0000 mgr.smithi088.fydtne (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:25.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:25 smithi088 bash[16865]: cluster 2024-02-20T00:40:24.201224+0000 mgr.smithi088.fydtne (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:25 smithi150 bash[20372]: cluster 2024-02-20T00:40:24.201224+0000 mgr.smithi088.fydtne (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:26.572 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:27 smithi088 bash[16865]: cluster 2024-02-20T00:40:26.201860+0000 mgr.smithi088.fydtne (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:27.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:27 smithi150 bash[20372]: cluster 2024-02-20T00:40:26.201860+0000 mgr.smithi088.fydtne (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:29.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:29 smithi088 bash[16865]: cluster 2024-02-20T00:40:28.202400+0000 mgr.smithi088.fydtne (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:29.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:29 smithi150 bash[20372]: cluster 2024-02-20T00:40:28.202400+0000 mgr.smithi088.fydtne (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:29.958 INFO:teuthology.orchestra.run.smithi088.stdout:128849018904 2024-02-20T00:40:29.958 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-20T00:40:31.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:31 smithi088 bash[16865]: cluster 2024-02-20T00:40:30.202908+0000 mgr.smithi088.fydtne (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:31.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:31 smithi150 bash[20372]: cluster 2024-02-20T00:40:30.202908+0000 mgr.smithi088.fydtne (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:33.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:33 smithi150 bash[20372]: cluster 2024-02-20T00:40:32.203608+0000 mgr.smithi088.fydtne (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:33 smithi088 bash[16865]: cluster 2024-02-20T00:40:32.203608+0000 mgr.smithi088.fydtne (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:34.795 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:35.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:35 smithi150 bash[20372]: cluster 2024-02-20T00:40:34.204335+0000 mgr.smithi088.fydtne (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:35.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:35 smithi088 bash[16865]: cluster 2024-02-20T00:40:34.204335+0000 mgr.smithi088.fydtne (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:37.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:37 smithi088 bash[16865]: cluster 2024-02-20T00:40:36.204989+0000 mgr.smithi088.fydtne (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:37.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:37 smithi150 bash[20372]: cluster 2024-02-20T00:40:36.204989+0000 mgr.smithi088.fydtne (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:38.245 INFO:teuthology.orchestra.run.smithi088.stdout:107374182426 2024-02-20T00:40:38.246 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-20T00:40:39.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:39 smithi150 bash[20372]: cluster 2024-02-20T00:40:38.205441+0000 mgr.smithi088.fydtne (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:39.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:39 smithi088 bash[16865]: cluster 2024-02-20T00:40:38.205441+0000 mgr.smithi088.fydtne (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:41.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:41 smithi150 bash[20372]: cluster 2024-02-20T00:40:40.205924+0000 mgr.smithi088.fydtne (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:41.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:41 smithi088 bash[16865]: cluster 2024-02-20T00:40:40.205924+0000 mgr.smithi088.fydtne (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:43.078 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:43.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:43 smithi150 bash[20372]: cluster 2024-02-20T00:40:42.206477+0000 mgr.smithi088.fydtne (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:43.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:43 smithi088 bash[16865]: cluster 2024-02-20T00:40:42.206477+0000 mgr.smithi088.fydtne (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:45.667 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:45 smithi088 bash[16865]: cluster 2024-02-20T00:40:44.207093+0000 mgr.smithi088.fydtne (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:45.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:45 smithi150 bash[20372]: cluster 2024-02-20T00:40:44.207093+0000 mgr.smithi088.fydtne (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:46.500 INFO:teuthology.orchestra.run.smithi088.stdout:150323855387 2024-02-20T00:40:46.500 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-20T00:40:47.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:47 smithi150 bash[20372]: cluster 2024-02-20T00:40:46.207704+0000 mgr.smithi088.fydtne (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:47.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:47 smithi088 bash[16865]: cluster 2024-02-20T00:40:46.207704+0000 mgr.smithi088.fydtne (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:49.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:49 smithi150 bash[20372]: cluster 2024-02-20T00:40:48.208180+0000 mgr.smithi088.fydtne (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:49.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:49 smithi088 bash[16865]: cluster 2024-02-20T00:40:48.208180+0000 mgr.smithi088.fydtne (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:51.336 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:40:51.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:51 smithi150 bash[20372]: cluster 2024-02-20T00:40:50.208664+0000 mgr.smithi088.fydtne (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:51.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:51 smithi088 bash[16865]: cluster 2024-02-20T00:40:50.208664+0000 mgr.smithi088.fydtne (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:53.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:53 smithi150 bash[20372]: cluster 2024-02-20T00:40:52.209262+0000 mgr.smithi088.fydtne (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:53.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:53 smithi088 bash[16865]: cluster 2024-02-20T00:40:52.209262+0000 mgr.smithi088.fydtne (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:55.134 INFO:teuthology.orchestra.run.smithi088.stdout:124554051613 2024-02-20T00:40:55.135 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-20T00:40:55.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:55 smithi088 bash[16865]: cluster 2024-02-20T00:40:54.209894+0000 mgr.smithi088.fydtne (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:55 smithi150 bash[20372]: cluster 2024-02-20T00:40:54.209894+0000 mgr.smithi088.fydtne (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:57.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:57 smithi150 bash[20372]: cluster 2024-02-20T00:40:56.210502+0000 mgr.smithi088.fydtne (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:57.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:57 smithi088 bash[16865]: cluster 2024-02-20T00:40:56.210502+0000 mgr.smithi088.fydtne (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:40:59 smithi150 bash[20372]: cluster 2024-02-20T00:40:58.211133+0000 mgr.smithi088.fydtne (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:59.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:40:59 smithi088 bash[16865]: cluster 2024-02-20T00:40:58.211133+0000 mgr.smithi088.fydtne (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:40:59.977 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:01.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:01 smithi088 bash[16865]: cluster 2024-02-20T00:41:00.211516+0000 mgr.smithi088.fydtne (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:01.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:01 smithi150 bash[20372]: cluster 2024-02-20T00:41:00.211516+0000 mgr.smithi088.fydtne (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:03.474 INFO:teuthology.orchestra.run.smithi088.stdout:167503724572 2024-02-20T00:41:03.474 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-20T00:41:03.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:03 smithi150 bash[20372]: cluster 2024-02-20T00:41:02.211860+0000 mgr.smithi088.fydtne (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:03.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:03 smithi088 bash[16865]: cluster 2024-02-20T00:41:02.211860+0000 mgr.smithi088.fydtne (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:05.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:05 smithi150 bash[20372]: cluster 2024-02-20T00:41:04.212473+0000 mgr.smithi088.fydtne (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:05.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:05 smithi088 bash[16865]: cluster 2024-02-20T00:41:04.212473+0000 mgr.smithi088.fydtne (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:07.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:07 smithi150 bash[20372]: cluster 2024-02-20T00:41:06.213043+0000 mgr.smithi088.fydtne (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:07.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:07 smithi088 bash[16865]: cluster 2024-02-20T00:41:06.213043+0000 mgr.smithi088.fydtne (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:08.317 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:09.478 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:09 smithi088 bash[16865]: cluster 2024-02-20T00:41:08.213630+0000 mgr.smithi088.fydtne (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:09.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:09 smithi150 bash[20372]: cluster 2024-02-20T00:41:08.213630+0000 mgr.smithi088.fydtne (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:11.266 INFO:teuthology.orchestra.run.smithi088.stdout:68719476772 2024-02-20T00:41:11.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:11 smithi150 bash[20372]: cluster 2024-02-20T00:41:10.214190+0000 mgr.smithi088.fydtne (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:11.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:11 smithi150 bash[20372]: audit 2024-02-20T00:41:11.263210+0000 mon.smithi088 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.88:0/2775999802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-20T00:41:11.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:11 smithi088 bash[16865]: cluster 2024-02-20T00:41:10.214190+0000 mgr.smithi088.fydtne (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:11.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:11 smithi088 bash[16865]: audit 2024-02-20T00:41:11.263210+0000 mon.smithi088 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.88:0/2775999802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-20T00:41:11.862 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2024-02-20T00:41:11.862 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-20T00:41:12.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:12 smithi150 bash[20372]: audit 2024-02-20T00:41:12.311672+0000 mon.smithi088 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:41:12.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:12 smithi088 bash[16865]: audit 2024-02-20T00:41:12.311672+0000 mon.smithi088 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:41:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:13 smithi150 bash[20372]: cluster 2024-02-20T00:41:12.214811+0000 mgr.smithi088.fydtne (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:13.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:13 smithi088 bash[16865]: cluster 2024-02-20T00:41:12.214811+0000 mgr.smithi088.fydtne (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:15 smithi150 bash[20372]: cluster 2024-02-20T00:41:14.215412+0000 mgr.smithi088.fydtne (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:15 smithi088 bash[16865]: cluster 2024-02-20T00:41:14.215412+0000 mgr.smithi088.fydtne (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:16.696 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:17.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:17 smithi088 bash[16865]: cluster 2024-02-20T00:41:16.216148+0000 mgr.smithi088.fydtne (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:17.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:17 smithi150 bash[20372]: cluster 2024-02-20T00:41:16.216148+0000 mgr.smithi088.fydtne (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: audit 2024-02-20T00:41:18.003895+0000 mon.smithi088 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: audit 2024-02-20T00:41:18.154738+0000 mon.smithi088 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: cluster 2024-02-20T00:41:18.216530+0000 mgr.smithi088.fydtne (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: audit 2024-02-20T00:41:18.444202+0000 mon.smithi088 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: audit 2024-02-20T00:41:18.445807+0000 mon.smithi088 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: audit 2024-02-20T00:41:18.455011+0000 mon.smithi088 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:41:19.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:19 smithi088 bash[16865]: audit 2024-02-20T00:41:18.462236+0000 mon.smithi088 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:41:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: audit 2024-02-20T00:41:18.003895+0000 mon.smithi088 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:41:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: audit 2024-02-20T00:41:18.154738+0000 mon.smithi088 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:41:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: cluster 2024-02-20T00:41:18.216530+0000 mgr.smithi088.fydtne (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: audit 2024-02-20T00:41:18.444202+0000 mon.smithi088 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:41:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: audit 2024-02-20T00:41:18.445807+0000 mon.smithi088 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:41:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: audit 2024-02-20T00:41:18.455011+0000 mon.smithi088 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:41:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:19 smithi150 bash[20372]: audit 2024-02-20T00:41:18.462236+0000 mon.smithi088 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:41:19.610 INFO:teuthology.orchestra.run.smithi088.stdout:98784247844 2024-02-20T00:41:20.222 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247831 got 98784247844 for osd.1 2024-02-20T00:41:20.222 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-20T00:41:20.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:20 smithi150 bash[20372]: audit 2024-02-20T00:41:19.606837+0000 mon.smithi088 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.88:0/2633851303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-20T00:41:20.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:20 smithi088 bash[16865]: audit 2024-02-20T00:41:19.606837+0000 mon.smithi088 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.88:0/2633851303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-20T00:41:21.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:21 smithi150 bash[20372]: cluster 2024-02-20T00:41:20.217081+0000 mgr.smithi088.fydtne (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:21.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:21 smithi088 bash[16865]: cluster 2024-02-20T00:41:20.217081+0000 mgr.smithi088.fydtne (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:23.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:23 smithi088 bash[16865]: cluster 2024-02-20T00:41:22.217636+0000 mgr.smithi088.fydtne (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:23.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:23 smithi150 bash[20372]: cluster 2024-02-20T00:41:22.217636+0000 mgr.smithi088.fydtne (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:25.069 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:25.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:25 smithi088 bash[16865]: cluster 2024-02-20T00:41:24.218219+0000 mgr.smithi088.fydtne (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:25 smithi150 bash[20372]: cluster 2024-02-20T00:41:24.218219+0000 mgr.smithi088.fydtne (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:27 smithi088 bash[16865]: cluster 2024-02-20T00:41:26.218865+0000 mgr.smithi088.fydtne (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:27.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:27 smithi150 bash[20372]: cluster 2024-02-20T00:41:26.218865+0000 mgr.smithi088.fydtne (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:28.114 INFO:teuthology.orchestra.run.smithi088.stdout:85899345957 2024-02-20T00:41:28.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:28 smithi088 bash[16865]: audit 2024-02-20T00:41:28.110764+0000 mon.smithi088 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.88:0/3293907887' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-20T00:41:28.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:28 smithi150 bash[20372]: audit 2024-02-20T00:41:28.110764+0000 mon.smithi088 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.88:0/3293907887' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-20T00:41:28.821 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345957 for osd.2 2024-02-20T00:41:28.821 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-20T00:41:29.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:29 smithi088 bash[16865]: cluster 2024-02-20T00:41:28.219525+0000 mgr.smithi088.fydtne (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:29.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:29 smithi150 bash[20372]: cluster 2024-02-20T00:41:28.219525+0000 mgr.smithi088.fydtne (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:31.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:31 smithi088 bash[16865]: cluster 2024-02-20T00:41:30.220281+0000 mgr.smithi088.fydtne (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:31.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:31 smithi150 bash[20372]: cluster 2024-02-20T00:41:30.220281+0000 mgr.smithi088.fydtne (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:33.657 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:33.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:33 smithi150 bash[20372]: cluster 2024-02-20T00:41:32.220954+0000 mgr.smithi088.fydtne (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:33 smithi088 bash[16865]: cluster 2024-02-20T00:41:32.220954+0000 mgr.smithi088.fydtne (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:35.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:35 smithi150 bash[20372]: cluster 2024-02-20T00:41:34.221537+0000 mgr.smithi088.fydtne (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:35.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:35 smithi088 bash[16865]: cluster 2024-02-20T00:41:34.221537+0000 mgr.smithi088.fydtne (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:36.673 INFO:teuthology.orchestra.run.smithi088.stdout:128849018918 2024-02-20T00:41:37.344 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018904 got 128849018918 for osd.3 2024-02-20T00:41:37.345 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-20T00:41:37.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:37 smithi150 bash[20372]: cluster 2024-02-20T00:41:36.222162+0000 mgr.smithi088.fydtne (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:37.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:37 smithi150 bash[20372]: audit 2024-02-20T00:41:36.670133+0000 mon.smithi088 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.88:0/2773649583' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-20T00:41:37.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:37 smithi088 bash[16865]: cluster 2024-02-20T00:41:36.222162+0000 mgr.smithi088.fydtne (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:37.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:37 smithi088 bash[16865]: audit 2024-02-20T00:41:36.670133+0000 mon.smithi088 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.88:0/2773649583' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-20T00:41:39.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:39 smithi150 bash[20372]: cluster 2024-02-20T00:41:38.222756+0000 mgr.smithi088.fydtne (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:39.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:39 smithi088 bash[16865]: cluster 2024-02-20T00:41:38.222756+0000 mgr.smithi088.fydtne (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:41.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:41 smithi150 bash[20372]: cluster 2024-02-20T00:41:40.223347+0000 mgr.smithi088.fydtne (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:41.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:41 smithi088 bash[16865]: cluster 2024-02-20T00:41:40.223347+0000 mgr.smithi088.fydtne (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:42.182 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:43.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:43 smithi088 bash[16865]: cluster 2024-02-20T00:41:42.223874+0000 mgr.smithi088.fydtne (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:43.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:43 smithi150 bash[20372]: cluster 2024-02-20T00:41:42.223874+0000 mgr.smithi088.fydtne (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:45.180 INFO:teuthology.orchestra.run.smithi088.stdout:107374182439 2024-02-20T00:41:45.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:45 smithi088 bash[16865]: cluster 2024-02-20T00:41:44.224427+0000 mgr.smithi088.fydtne (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:45.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:45 smithi088 bash[16865]: audit 2024-02-20T00:41:45.176710+0000 mon.smithi088 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.88:0/1700020272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-20T00:41:45.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:45 smithi150 bash[20372]: cluster 2024-02-20T00:41:44.224427+0000 mgr.smithi088.fydtne (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:45.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:45 smithi150 bash[20372]: audit 2024-02-20T00:41:45.176710+0000 mon.smithi088 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.88:0/1700020272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-20T00:41:45.838 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2024-02-20T00:41:45.838 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-20T00:41:47.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:47 smithi150 bash[20372]: cluster 2024-02-20T00:41:46.225032+0000 mgr.smithi088.fydtne (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:47.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:47 smithi088 bash[16865]: cluster 2024-02-20T00:41:46.225032+0000 mgr.smithi088.fydtne (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:49.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:49 smithi150 bash[20372]: cluster 2024-02-20T00:41:48.225599+0000 mgr.smithi088.fydtne (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:49.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:49 smithi088 bash[16865]: cluster 2024-02-20T00:41:48.225599+0000 mgr.smithi088.fydtne (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:50.678 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:51.651 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:51 smithi088 bash[16865]: cluster 2024-02-20T00:41:50.226174+0000 mgr.smithi088.fydtne (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:51.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:51 smithi150 bash[20372]: cluster 2024-02-20T00:41:50.226174+0000 mgr.smithi088.fydtne (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:53.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:53 smithi088 bash[16865]: cluster 2024-02-20T00:41:52.226835+0000 mgr.smithi088.fydtne (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:53.610 INFO:teuthology.orchestra.run.smithi088.stdout:150323855400 2024-02-20T00:41:53.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:53 smithi150 bash[20372]: cluster 2024-02-20T00:41:52.226835+0000 mgr.smithi088.fydtne (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:54.274 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855387 got 150323855400 for osd.5 2024-02-20T00:41:54.274 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-20T00:41:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:54 smithi088 bash[16865]: audit 2024-02-20T00:41:53.606900+0000 mon.smithi088 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.88:0/3947063031' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-20T00:41:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:54 smithi150 bash[20372]: audit 2024-02-20T00:41:53.606900+0000 mon.smithi088 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.88:0/3947063031' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-20T00:41:55.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:55 smithi150 bash[20372]: cluster 2024-02-20T00:41:54.227374+0000 mgr.smithi088.fydtne (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:55.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:55 smithi088 bash[16865]: cluster 2024-02-20T00:41:54.227374+0000 mgr.smithi088.fydtne (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:57.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:57 smithi150 bash[20372]: cluster 2024-02-20T00:41:56.228030+0000 mgr.smithi088.fydtne (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:57.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:57 smithi088 bash[16865]: cluster 2024-02-20T00:41:56.228030+0000 mgr.smithi088.fydtne (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:59.118 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:41:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:41:59 smithi150 bash[20372]: cluster 2024-02-20T00:41:58.228582+0000 mgr.smithi088.fydtne (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:41:59.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:41:59 smithi088 bash[16865]: cluster 2024-02-20T00:41:58.228582+0000 mgr.smithi088.fydtne (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:01 smithi150 bash[20372]: cluster 2024-02-20T00:42:00.229143+0000 mgr.smithi088.fydtne (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:01.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:01 smithi088 bash[16865]: cluster 2024-02-20T00:42:00.229143+0000 mgr.smithi088.fydtne (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:02.131 INFO:teuthology.orchestra.run.smithi088.stdout:124554051627 2024-02-20T00:42:02.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:02 smithi088 bash[16865]: audit 2024-02-20T00:42:02.128560+0000 mon.smithi088 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.88:0/2600084877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-20T00:42:02.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:02 smithi150 bash[20372]: audit 2024-02-20T00:42:02.128560+0000 mon.smithi088 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.88:0/2600084877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-20T00:42:02.721 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051627 for osd.6 2024-02-20T00:42:02.721 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-20T00:42:03.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:03 smithi150 bash[20372]: cluster 2024-02-20T00:42:02.229782+0000 mgr.smithi088.fydtne (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:03.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:03 smithi088 bash[16865]: cluster 2024-02-20T00:42:02.229782+0000 mgr.smithi088.fydtne (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:05.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:05 smithi150 bash[20372]: cluster 2024-02-20T00:42:04.230368+0000 mgr.smithi088.fydtne (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:05.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:05 smithi088 bash[16865]: cluster 2024-02-20T00:42:04.230368+0000 mgr.smithi088.fydtne (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:07.559 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:42:07.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:07 smithi150 bash[20372]: cluster 2024-02-20T00:42:06.230933+0000 mgr.smithi088.fydtne (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:07.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:07 smithi088 bash[16865]: cluster 2024-02-20T00:42:06.230933+0000 mgr.smithi088.fydtne (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:09.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:09 smithi150 bash[20372]: cluster 2024-02-20T00:42:08.231525+0000 mgr.smithi088.fydtne (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:09.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:09 smithi088 bash[16865]: cluster 2024-02-20T00:42:08.231525+0000 mgr.smithi088.fydtne (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:10.689 INFO:teuthology.orchestra.run.smithi088.stdout:167503724585 2024-02-20T00:42:11.279 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724572 got 167503724585 for osd.7 2024-02-20T00:42:11.279 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-20T00:42:11.279 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-20T00:42:11.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:11 smithi088 bash[16865]: cluster 2024-02-20T00:42:10.232113+0000 mgr.smithi088.fydtne (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:11.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:11 smithi088 bash[16865]: audit 2024-02-20T00:42:10.685856+0000 mon.smithi088 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.88:0/4200083920' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-20T00:42:11.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:11 smithi150 bash[20372]: cluster 2024-02-20T00:42:10.232113+0000 mgr.smithi088.fydtne (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:11.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:11 smithi150 bash[20372]: audit 2024-02-20T00:42:10.685856+0000 mon.smithi088 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.88:0/4200083920' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-20T00:42:13.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:13 smithi150 bash[20372]: cluster 2024-02-20T00:42:12.232742+0000 mgr.smithi088.fydtne (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:13.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:13 smithi088 bash[16865]: cluster 2024-02-20T00:42:12.232742+0000 mgr.smithi088.fydtne (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:15 smithi088 bash[16865]: cluster 2024-02-20T00:42:14.233350+0000 mgr.smithi088.fydtne (mgr.14182) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:15.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:15 smithi150 bash[20372]: cluster 2024-02-20T00:42:14.233350+0000 mgr.smithi088.fydtne (mgr.14182) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:16.119 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:42:17.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:17 smithi088 bash[16865]: cluster 2024-02-20T00:42:16.233945+0000 mgr.smithi088.fydtne (mgr.14182) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:17.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:17 smithi150 bash[20372]: cluster 2024-02-20T00:42:16.233945+0000 mgr.smithi088.fydtne (mgr.14182) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:19.121 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:42:19.124 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-02-20T00:42:19.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:19 smithi088 bash[16865]: cluster 2024-02-20T00:42:18.234557+0000 mgr.smithi088.fydtne (mgr.14182) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:19.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:19 smithi088 bash[16865]: audit 2024-02-20T00:42:18.473562+0000 mon.smithi088 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:42:19.718 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2024-02-20T00:42:18.234267+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":2380000,"kb_used_data":3232,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548448,"statfs":{"total":767926730752,"available":765489610752,"internally_reserved":0,"allocated":3309568,"data_stored":1282448,"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":"2024-02-20T00:38:56.558563+0000","last_change":"2024-02-20T00:38:56.558563+0000","last_active":"2024-02-20T00:38:56.558563+0000","last_peered":"2024-02-20T00:38:56.558563+0000","last_clean":"2024-02-20T00:38:56.558563+0000","last_became_active":"2024-02-20T00:38:56.557833+0000","last_became_peered":"2024-02-20T00:38:56.557833+0000","last_unstale":"2024-02-20T00:38:56.558563+0000","last_undegraded":"2024-02-20T00:38:56.558563+0000","last_fullsized":"2024-02-20T00:38:56.558563+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":"2024-02-20T00:38:34.912968+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-20T00:38:34.912968+0000","last_clean_scrub_stamp":"2024-02-20T00:38:34.912968+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":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":160306,"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":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.85099999999999998,"15min":0.86099999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.0860000000000001,"5min":1.278,"15min":1.278},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.873,"15min":0.876},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.0580000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.70399999999999996}]},{"osd":1,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.81699999999999995,"15min":0.84299999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.226,"5min":1.794,"15min":1.794},"last":0.747},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.81899999999999995,"15min":0.81299999999999994},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.94699999999999995}]},{"osd":2,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.90900000000000003,"15min":0.91600000000000004},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.234,"5min":1.29,"15min":1.29},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.91000000000000003,"15min":0.91200000000000003},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1639999999999999,"5min":1.522,"15min":1.522},"last":0.84099999999999997}]},{"osd":3,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.90100000000000002,"15min":0.91200000000000003},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":1.145},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.92500000000000004,"15min":0.92600000000000005},"min":{"1min":0.51700000000000002,"5min":0.436,"15min":0.436},"max":{"1min":1.298,"5min":1.397,"15min":1.397},"last":0.97799999999999998}]},{"osd":4,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.052,"15min":1.069},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.345,"5min":1.345,"15min":1.345},"last":0.90300000000000002},{"interface":"front","average":{"1min":1.034,"5min":1.0309999999999999,"15min":1.042},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.286,"5min":1.429,"15min":1.429},"last":0.995}]},{"osd":5,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.036,"15min":1.056},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.5580000000000001,"5min":1.744,"15min":1.744},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.079,"15min":1.097},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.214}]},{"osd":6,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1579999999999999,"5min":1.1639999999999999,"15min":1.1779999999999999},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.2589999999999999},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.171,"15min":1.1850000000000001},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5429999999999999,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.05}]}]},{"osd":5,"up_from":35,"seq":150323855405,"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":160306,"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":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.80500000000000005,"15min":0.78500000000000003},"min":{"1min":0.504,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.149,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.81999999999999995,"15min":0.81999999999999995},"min":{"1min":0.63300000000000001,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.071,"5min":1.196,"15min":1.196},"last":1.0509999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.72899999999999998,"15min":0.72599999999999998},"min":{"1min":0.53400000000000003,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.1140000000000001,"5min":1.254,"15min":1.254},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.77700000000000002,"15min":0.78500000000000003},"min":{"1min":0.57099999999999995,"5min":0.439,"15min":0.439},"max":{"1min":1.214,"5min":1.218,"15min":1.218},"last":0.70899999999999996}]},{"osd":2,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.88500000000000001,"15min":0.89500000000000002},"min":{"1min":0.61399999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.1060000000000001,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.90600000000000003,"15min":0.91000000000000003},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.746}]},{"osd":3,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.81200000000000006,"15min":0.81299999999999994},"min":{"1min":0.59999999999999998,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.875,"5min":0.89800000000000002,"15min":0.89700000000000002},"min":{"1min":0.628,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.2889999999999999,"5min":1.8560000000000001,"15min":1.8560000000000001},"last":0.67300000000000004}]},{"osd":4,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.0289999999999999,"15min":1.0249999999999999},"min":{"1min":0.77100000000000002,"5min":0.502,"15min":0.502},"max":{"1min":1.2430000000000001,"5min":1.347,"15min":1.347},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.008,"5min":1.03,"15min":1.036},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.343,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.88100000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.056,"15min":1.046},"min":{"1min":0.83699999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.083,"5min":1.105,"15min":1.1120000000000001},"min":{"1min":0.83399999999999996,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.367,"5min":1.9550000000000001,"15min":1.9550000000000001},"last":0.94299999999999995}]},{"osd":7,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0289999999999999,"15min":1.014},"min":{"1min":0.78300000000000003,"5min":0.495,"15min":0.495},"max":{"1min":1.403,"5min":1.494,"15min":1.494},"last":0.92200000000000004},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.0860000000000001,"15min":1.0660000000000001},"min":{"1min":0.748,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.5309999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.1240000000000001}]}]},{"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":160306,"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":"Tue Feb 20 00:41:33 2024","interfaces":[{"interface":"back","average":{"1min":0.69099999999999995,"5min":0.71599999999999997,"15min":0.72499999999999998},"min":{"1min":0.51400000000000001,"5min":0.442,"15min":0.442},"max":{"1min":1.0609999999999999,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.73299999999999998,"15min":0.73799999999999999},"min":{"1min":0.48299999999999998,"5min":0.433,"15min":0.433},"max":{"1min":1.157,"5min":1.23,"15min":1.23},"last":0.85399999999999998}]},{"osd":1,"last update":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.82399999999999995,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.1890000000000001,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.81999999999999995},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.90200000000000002,"15min":0.91900000000000004},"min":{"1min":0.69299999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.099,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.66000000000000003}]},{"osd":3,"last update":"Tue Feb 20 00:41:46 2024","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.0680000000000001,"15min":1.0669999999999999},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.3600000000000001,"5min":1.413,"15min":1.413},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.98399999999999999,"15min":0.98799999999999999},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.2450000000000001,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.88700000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.272,"5min":1.609,"15min":1.609},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.89800000000000002,"15min":0.91300000000000003},"min":{"1min":0.60099999999999998,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.98599999999999999}]},{"osd":5,"last update":"Tue Feb 20 00:41:55 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.97799999999999998,"15min":0.98599999999999999},"min":{"1min":0.78200000000000003,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.1279999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.028},{"interface":"front","average":{"1min":1.131,"5min":1.127,"15min":1.1220000000000001},"min":{"1min":0.89600000000000002,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.4119999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":0.97099999999999997}]},{"osd":6,"last update":"Tue Feb 20 00:41:46 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":0.997,"15min":0.999},"min":{"1min":0.69099999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.94799999999999995},{"interface":"front","average":{"1min":1.157,"5min":1.1850000000000001,"15min":1.202},"min":{"1min":0.81999999999999995,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.4550000000000001,"5min":1.512,"15min":1.512},"last":1.01}]},{"osd":7,"last update":"Tue Feb 20 00:42:01 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.0880000000000001,"15min":1.081},"min":{"1min":0.84599999999999997,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.294,"5min":1.2549999999999999,"15min":1.2390000000000001},"min":{"1min":0.99399999999999999,"5min":0.95299999999999996,"15min":0.95299999999999996},"max":{"1min":1.6739999999999999,"5min":1.819,"15min":1.819},"last":1.0660000000000001}]}]},{"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":160306,"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":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.81899999999999995,"15min":0.79900000000000004},"min":{"1min":0.60999999999999999,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.1910000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.871,"5min":0.86599999999999999,"15min":0.84999999999999998},"min":{"1min":0.70899999999999996,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.0600000000000001,"5min":1.169,"15min":1.169},"last":0.79200000000000004}]},{"osd":2,"last update":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.75800000000000001,"15min":0.72299999999999998},"min":{"1min":0.49299999999999999,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1759999999999999,"5min":1.284,"15min":1.284},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.749,"15min":0.745},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.94299999999999995}]},{"osd":3,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.85599999999999998,"15min":0.84199999999999997},"min":{"1min":0.65700000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2769999999999999,"5min":1.355,"15min":1.355},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.95299999999999996,"15min":0.93700000000000006},"min":{"1min":0.72499999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.1559999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.872}]},{"osd":4,"last update":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.90500000000000003,"15min":0.90700000000000003},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.087,"5min":1.427,"15min":1.427},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.93100000000000005,"15min":0.94299999999999995},"min":{"1min":0.59799999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.119,"5min":1.645,"15min":1.645},"last":0.71299999999999997}]},{"osd":5,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.99199999999999999,"15min":0.98099999999999998},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.381,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.996},{"interface":"front","average":{"1min":1,"5min":0.995,"15min":0.97199999999999998},"min":{"1min":0.79500000000000004,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.2470000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.85299999999999998}]},{"osd":6,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.93999999999999995,"15min":0.90900000000000003},"min":{"1min":0.64300000000000002,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.29,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0449999999999999,"15min":1.0289999999999999},"min":{"1min":0.76300000000000001,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.3220000000000001,"5min":1.403,"15min":1.403},"last":0.97099999999999997}]},{"osd":7,"last update":"Tue Feb 20 00:42:03 2024","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.167,"15min":1.1679999999999999},"min":{"1min":0.93400000000000005,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.5840000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.175,"15min":1.1890000000000001},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.4350000000000001,"5min":1.681,"15min":1.681},"last":1.04}]}]},{"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":160306,"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":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.88800000000000001,"15min":0.88700000000000001},"min":{"1min":0.61499999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.1679999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.0900000000000001},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.73499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.123,"5min":1.214,"15min":1.214},"last":0.88900000000000001}]},{"osd":2,"last update":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.96399999999999997,"15min":0.96599999999999997},"min":{"1min":0.68700000000000006,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.034},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.88100000000000001,"15min":0.88600000000000001},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.81399999999999995}]},{"osd":3,"last update":"Tue Feb 20 00:41:51 2024","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.92900000000000005,"15min":0.91900000000000004},"min":{"1min":0.54300000000000004,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.982,"5min":1.982,"15min":1.982},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.95599999999999996,"15min":0.94899999999999995},"min":{"1min":0.48299999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":2.044,"5min":2.044,"15min":2.044},"last":1.0700000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.97699999999999998,"15min":0.98299999999999998},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.238,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.1319999999999999},{"interface":"front","average":{"1min":1.1419999999999999,"5min":1.1220000000000001,"15min":1.131},"min":{"1min":0.80200000000000005,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.96299999999999997}]},{"osd":5,"last update":"Tue Feb 20 00:41:55 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.91200000000000003,"15min":0.92000000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.373,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.012},{"interface":"front","average":{"1min":1.034,"5min":1.0449999999999999,"15min":1.044},"min":{"1min":0.58799999999999997,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3540000000000001,"5min":1.444,"15min":1.444},"last":1.24}]},{"osd":6,"last update":"Tue Feb 20 00:41:51 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.98199999999999998,"15min":0.98499999999999999},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.3049999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.2190000000000001,"5min":1.212,"15min":1.206},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.869,"5min":1.869,"15min":1.869},"last":1.1539999999999999}]},{"osd":7,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.105,"15min":1.1020000000000001},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.6950000000000001,"5min":1.6950000000000001,"15min":1.6950000000000001},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.2430000000000001,"5min":1.2270000000000001,"15min":1.2210000000000001},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.9359999999999999,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":1.196}]}]},{"osd":4,"up_from":25,"seq":107374182446,"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":160306,"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":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.70699999999999996,"15min":0.70999999999999996},"min":{"1min":0.52700000000000002,"5min":0.503,"15min":0.503},"max":{"1min":1.1499999999999999,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.76900000000000002,"15min":0.76100000000000001},"min":{"1min":0.57199999999999995,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.0429999999999999,"5min":1.115,"15min":1.115},"last":1.0669999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.875,"15min":0.85699999999999998},"min":{"1min":0.72699999999999998,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.204,"5min":1.27,"15min":1.27},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.878,"5min":0.85299999999999998,"15min":0.83899999999999997},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.0880000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.96599999999999997}]},{"osd":2,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.79500000000000004,"15min":0.79400000000000004},"min":{"1min":0.59199999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.0569999999999999,"5min":1.278,"15min":1.278},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.83799999999999997,"15min":0.82299999999999995},"min":{"1min":0.65000000000000002,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.84499999999999997}]},{"osd":3,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.0109999999999999,"15min":1.01},"min":{"1min":0.79300000000000004,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.0349999999999999},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.92800000000000005,"15min":0.90800000000000003},"min":{"1min":0.83299999999999996,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.214,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.81299999999999994}]},{"osd":5,"last update":"Tue Feb 20 00:41:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.0429999999999999,"15min":1.048},"min":{"1min":0.81999999999999995,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.1830000000000001,"5min":1.385,"15min":1.385},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.151,"15min":1.1479999999999999},"min":{"1min":0.94999999999999996,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.4239999999999999,"5min":1.496,"15min":1.496},"last":1.1639999999999999}]},{"osd":6,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":1.054,"15min":1.0580000000000001},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.3240000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.879},{"interface":"front","average":{"1min":1.1899999999999999,"5min":1.135,"15min":1.1220000000000001},"min":{"1min":0.86699999999999999,"5min":0.84899999999999998,"15min":0.84899999999999998},"max":{"1min":1.581,"5min":1.581,"15min":1.581},"last":1.0960000000000001}]},{"osd":7,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.196,"15min":1.1899999999999999},"min":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.127},{"interface":"front","average":{"1min":1.248,"5min":1.2589999999999999,"15min":1.256},"min":{"1min":1.0640000000000001,"5min":1,"15min":1},"max":{"1min":1.4950000000000001,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.2110000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":160306,"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":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.73699999999999999,"5min":0.70999999999999996,"15min":0.70599999999999996},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":0.95799999999999996,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":1.0449999999999999},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.93799999999999994,"15min":0.96999999999999997},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.0509999999999999,"5min":1.675,"15min":1.675},"last":0.70099999999999996}]},{"osd":1,"last update":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.91600000000000004,"15min":0.95599999999999996},"min":{"1min":0.64900000000000002,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":0.95699999999999996,"5min":1.502,"15min":1.502},"last":0.876},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.90500000000000003,"15min":0.89500000000000002},"min":{"1min":0.77700000000000002,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1639999999999999,"5min":1.175,"15min":1.175},"last":0.89000000000000001}]},{"osd":2,"last update":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.89300000000000002,"15min":0.91000000000000003},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.319,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.94799999999999995,"15min":0.999},"min":{"1min":0.61499999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1699999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":0.80400000000000005}]},{"osd":3,"last update":"Tue Feb 20 00:41:47 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":1.0429999999999999,"15min":1.073},"min":{"1min":0.67900000000000005,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.284,"5min":1.9670000000000001,"15min":1.9670000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.997,"15min":1.0209999999999999},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.107,"5min":1.806,"15min":1.806},"last":0.77100000000000002}]},{"osd":4,"last update":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":1.0249999999999999,"15min":1.0429999999999999},"min":{"1min":0.68700000000000006,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.2130000000000001,"5min":2.0670000000000002,"15min":2.0670000000000002},"last":1.02},{"interface":"front","average":{"1min":0.98999999999999999,"5min":1.0649999999999999,"15min":1.0980000000000001},"min":{"1min":0.66700000000000004,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.1599999999999999,"5min":1.9079999999999999,"15min":1.9079999999999999},"last":0.92600000000000005}]},{"osd":5,"last update":"Tue Feb 20 00:41:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.151,"15min":1.1859999999999999},"min":{"1min":0.89200000000000002,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.26,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.997},{"interface":"front","average":{"1min":1.083,"5min":1.0960000000000001,"15min":1.103},"min":{"1min":0.85299999999999998,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.411,"5min":1.577,"15min":1.577},"last":1.1830000000000001}]},{"osd":7,"last update":"Tue Feb 20 00:41:56 2024","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.1419999999999999,"15min":1.1419999999999999},"min":{"1min":0.85799999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.3580000000000001,"5min":1.52,"15min":1.52},"last":1.216},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.212,"15min":1.226},"min":{"1min":0.88900000000000001,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.4810000000000001,"5min":1.734,"15min":1.734},"last":1.0800000000000001}]}]},{"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":160306,"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":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.89200000000000002,"15min":0.88},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.876,"15min":0.89500000000000002},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.208,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.71499999999999997}]},{"osd":1,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.76300000000000001,"15min":0.76800000000000002},"min":{"1min":0.44800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.73899999999999999,"15min":0.73999999999999999},"min":{"1min":0.52800000000000002,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.7390000000000001,"5min":1.7390000000000001,"15min":1.7390000000000001},"last":0.749}]},{"osd":2,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91600000000000004,"15min":0.90800000000000003},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.248,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.96499999999999997,"15min":0.97499999999999998},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.665,"5min":1.665,"15min":1.665},"last":1.083}]},{"osd":4,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":1.03,"15min":1.052},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3320000000000001,"5min":1.335,"15min":1.335},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.97299999999999998,"15min":0.99099999999999999},"min":{"1min":0.68700000000000006,"5min":0.495,"15min":0.495},"max":{"1min":1.278,"5min":1.381,"15min":1.381},"last":1.038}]},{"osd":5,"last update":"Tue Feb 20 00:41:53 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.97699999999999998,"15min":0.995},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.153},{"interface":"front","average":{"1min":1.02,"5min":1.0149999999999999,"15min":1.0189999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.1830000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1619999999999999,"15min":1.1830000000000001},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.242},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.097,"15min":1.109},"min":{"1min":0.77800000000000002,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.488,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.1699999999999999}]},{"osd":7,"last update":"Tue Feb 20 00:42:04 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.0800000000000001,"15min":1.0860000000000001},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.226},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.1799999999999999,"15min":1.194},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":1.298}]}]}],"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}]}} 2024-02-20T00:42:19.720 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-20T00:42:19.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:19 smithi150 bash[20372]: cluster 2024-02-20T00:42:18.234557+0000 mgr.smithi088.fydtne (mgr.14182) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:19.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:19 smithi150 bash[20372]: audit 2024-02-20T00:42:18.473562+0000 mon.smithi088 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:42:20.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:20 smithi088 bash[16865]: audit 2024-02-20T00:42:19.114432+0000 mgr.smithi088.fydtne (mgr.14182) 203 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:42:20.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:20 smithi150 bash[20372]: audit 2024-02-20T00:42:19.114432+0000 mgr.smithi088.fydtne (mgr.14182) 203 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:42:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:21 smithi088 bash[16865]: cluster 2024-02-20T00:42:20.235297+0000 mgr.smithi088.fydtne (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:21.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:21 smithi150 bash[20372]: cluster 2024-02-20T00:42:20.235297+0000 mgr.smithi088.fydtne (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:23.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:23 smithi088 bash[16865]: cluster 2024-02-20T00:42:22.235930+0000 mgr.smithi088.fydtne (mgr.14182) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:23 smithi150 bash[20372]: cluster 2024-02-20T00:42:22.235930+0000 mgr.smithi088.fydtne (mgr.14182) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:24.335 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:42:25.545 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: cluster 2024-02-20T00:42:24.236371+0000 mgr.smithi088.fydtne (mgr.14182) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:25.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: audit 2024-02-20T00:42:24.285270+0000 mon.smithi088 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:42:25.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: audit 2024-02-20T00:42:24.457250+0000 mon.smithi088 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:42:25.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: audit 2024-02-20T00:42:24.734802+0000 mon.smithi088 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:42:25.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: audit 2024-02-20T00:42:24.736452+0000 mon.smithi088 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:42:25.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: audit 2024-02-20T00:42:24.746436+0000 mon.smithi088 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:42:25.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:25 smithi088 bash[16865]: audit 2024-02-20T00:42:24.756333+0000 mon.smithi088 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: cluster 2024-02-20T00:42:24.236371+0000 mgr.smithi088.fydtne (mgr.14182) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: audit 2024-02-20T00:42:24.285270+0000 mon.smithi088 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: audit 2024-02-20T00:42:24.457250+0000 mon.smithi088 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: audit 2024-02-20T00:42:24.734802+0000 mon.smithi088 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: audit 2024-02-20T00:42:24.736452+0000 mon.smithi088 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: audit 2024-02-20T00:42:24.746436+0000 mon.smithi088 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:42:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:25 smithi150 bash[20372]: audit 2024-02-20T00:42:24.756333+0000 mon.smithi088 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:42:27.358 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:42:27.360 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-02-20T00:42:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:27 smithi088 bash[16865]: cluster 2024-02-20T00:42:26.236958+0000 mgr.smithi088.fydtne (mgr.14182) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:27.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:27 smithi150 bash[20372]: cluster 2024-02-20T00:42:26.236958+0000 mgr.smithi088.fydtne (mgr.14182) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:28.022 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":193,"stamp":"2024-02-20T00:42:26.236639+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":2380000,"kb_used_data":3232,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548448,"statfs":{"total":767926730752,"available":765489610752,"internally_reserved":0,"allocated":3309568,"data_stored":1282448,"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":"2024-02-20T00:38:56.558563+0000","last_change":"2024-02-20T00:38:56.558563+0000","last_active":"2024-02-20T00:38:56.558563+0000","last_peered":"2024-02-20T00:38:56.558563+0000","last_clean":"2024-02-20T00:38:56.558563+0000","last_became_active":"2024-02-20T00:38:56.557833+0000","last_became_peered":"2024-02-20T00:38:56.557833+0000","last_unstale":"2024-02-20T00:38:56.558563+0000","last_undegraded":"2024-02-20T00:38:56.558563+0000","last_fullsized":"2024-02-20T00:38:56.558563+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":"2024-02-20T00:38:34.912968+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-20T00:38:34.912968+0000","last_clean_scrub_stamp":"2024-02-20T00:38:34.912968+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":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":160306,"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":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.85099999999999998,"15min":0.86099999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.0860000000000001,"5min":1.278,"15min":1.278},"last":1.1499999999999999},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.873,"15min":0.876},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.0580000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.94099999999999995}]},{"osd":1,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.81699999999999995,"15min":0.84299999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.226,"5min":1.794,"15min":1.794},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.81899999999999995,"15min":0.81299999999999994},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.1220000000000001}]},{"osd":2,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.90900000000000003,"15min":0.91600000000000004},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.234,"5min":1.29,"15min":1.29},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.91000000000000003,"15min":0.91200000000000003},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1639999999999999,"5min":1.522,"15min":1.522},"last":0.746}]},{"osd":3,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.90100000000000002,"15min":0.91200000000000003},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.92500000000000004,"15min":0.92600000000000005},"min":{"1min":0.51700000000000002,"5min":0.436,"15min":0.436},"max":{"1min":1.298,"5min":1.397,"15min":1.397},"last":1.079}]},{"osd":4,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.052,"15min":1.069},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.345,"5min":1.345,"15min":1.345},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.034,"5min":1.0309999999999999,"15min":1.042},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.286,"5min":1.429,"15min":1.429},"last":0.96599999999999997}]},{"osd":5,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.036,"15min":1.056},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.5580000000000001,"5min":1.744,"15min":1.744},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.079,"15min":1.097},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.054}]},{"osd":6,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1579999999999999,"5min":1.1639999999999999,"15min":1.1779999999999999},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.2350000000000001},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.171,"15min":1.1850000000000001},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5429999999999999,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.226}]}]},{"osd":5,"up_from":35,"seq":150323855407,"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":160306,"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":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.80500000000000005,"15min":0.78500000000000003},"min":{"1min":0.504,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.149,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.81999999999999995,"15min":0.81999999999999995},"min":{"1min":0.63300000000000001,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.071,"5min":1.196,"15min":1.196},"last":0.73999999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.72899999999999998,"15min":0.72599999999999998},"min":{"1min":0.53400000000000003,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.1140000000000001,"5min":1.254,"15min":1.254},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.77700000000000002,"15min":0.78500000000000003},"min":{"1min":0.57099999999999995,"5min":0.439,"15min":0.439},"max":{"1min":1.214,"5min":1.218,"15min":1.218},"last":0.72299999999999998}]},{"osd":2,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.88500000000000001,"15min":0.89500000000000002},"min":{"1min":0.61399999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.1060000000000001,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.90600000000000003,"15min":0.91000000000000003},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.014}]},{"osd":3,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.81200000000000006,"15min":0.81299999999999994},"min":{"1min":0.59999999999999998,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.90700000000000003},{"interface":"front","average":{"1min":0.875,"5min":0.89800000000000002,"15min":0.89700000000000002},"min":{"1min":0.628,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.2889999999999999,"5min":1.8560000000000001,"15min":1.8560000000000001},"last":0.67400000000000004}]},{"osd":4,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.0289999999999999,"15min":1.0249999999999999},"min":{"1min":0.77100000000000002,"5min":0.502,"15min":0.502},"max":{"1min":1.2430000000000001,"5min":1.347,"15min":1.347},"last":1.073},{"interface":"front","average":{"1min":1.008,"5min":1.03,"15min":1.036},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.343,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.84899999999999998}]},{"osd":6,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.056,"15min":1.046},"min":{"1min":0.83699999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":1.1220000000000001},{"interface":"front","average":{"1min":1.083,"5min":1.105,"15min":1.1120000000000001},"min":{"1min":0.83399999999999996,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.367,"5min":1.9550000000000001,"15min":1.9550000000000001},"last":0.99299999999999999}]},{"osd":7,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0289999999999999,"15min":1.014},"min":{"1min":0.78300000000000003,"5min":0.495,"15min":0.495},"max":{"1min":1.403,"5min":1.494,"15min":1.494},"last":0.89900000000000002},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.0860000000000001,"15min":1.0660000000000001},"min":{"1min":0.748,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.5309999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.171}]}]},{"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":160306,"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":"Tue Feb 20 00:41:33 2024","interfaces":[{"interface":"back","average":{"1min":0.69099999999999995,"5min":0.71599999999999997,"15min":0.72499999999999998},"min":{"1min":0.51400000000000001,"5min":0.442,"15min":0.442},"max":{"1min":1.0609999999999999,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.749},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.73299999999999998,"15min":0.73799999999999999},"min":{"1min":0.48299999999999998,"5min":0.433,"15min":0.433},"max":{"1min":1.157,"5min":1.23,"15min":1.23},"last":1.0509999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.82399999999999995,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.1890000000000001,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.90200000000000002,"15min":0.91900000000000004},"min":{"1min":0.69299999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.099,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.81699999999999995}]},{"osd":3,"last update":"Tue Feb 20 00:41:46 2024","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.0680000000000001,"15min":1.0669999999999999},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.3600000000000001,"5min":1.413,"15min":1.413},"last":1.115},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.98399999999999999,"15min":0.98799999999999999},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.2450000000000001,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.0880000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.272,"5min":1.609,"15min":1.609},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.89800000000000002,"15min":0.91300000000000003},"min":{"1min":0.60099999999999998,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.94399999999999995}]},{"osd":5,"last update":"Tue Feb 20 00:41:55 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.97799999999999998,"15min":0.98599999999999999},"min":{"1min":0.78200000000000003,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.1279999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.98899999999999999},{"interface":"front","average":{"1min":1.131,"5min":1.127,"15min":1.1220000000000001},"min":{"1min":0.89600000000000002,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.4119999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.0720000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:41:46 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":0.997,"15min":0.999},"min":{"1min":0.69099999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.78500000000000003},{"interface":"front","average":{"1min":1.157,"5min":1.1850000000000001,"15min":1.202},"min":{"1min":0.81999999999999995,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.4550000000000001,"5min":1.512,"15min":1.512},"last":1.016}]},{"osd":7,"last update":"Tue Feb 20 00:42:01 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.0880000000000001,"15min":1.081},"min":{"1min":0.84599999999999997,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":1.359},{"interface":"front","average":{"1min":1.294,"5min":1.2549999999999999,"15min":1.2390000000000001},"min":{"1min":0.99399999999999999,"5min":0.95299999999999996,"15min":0.95299999999999996},"max":{"1min":1.6739999999999999,"5min":1.819,"15min":1.819},"last":1.206}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":160306,"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":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.81899999999999995,"15min":0.79900000000000004},"min":{"1min":0.60999999999999999,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.1910000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.871,"5min":0.86599999999999999,"15min":0.84999999999999998},"min":{"1min":0.70899999999999996,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.0600000000000001,"5min":1.169,"15min":1.169},"last":0.83299999999999996}]},{"osd":2,"last update":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.75800000000000001,"15min":0.72299999999999998},"min":{"1min":0.49299999999999999,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1759999999999999,"5min":1.284,"15min":1.284},"last":1.093},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.749,"15min":0.745},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.73099999999999998}]},{"osd":3,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.85599999999999998,"15min":0.84199999999999997},"min":{"1min":0.65700000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2769999999999999,"5min":1.355,"15min":1.355},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.95299999999999996,"15min":0.93700000000000006},"min":{"1min":0.72499999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.1559999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.97999999999999998}]},{"osd":4,"last update":"Tue Feb 20 00:41:41 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.90500000000000003,"15min":0.90700000000000003},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.087,"5min":1.427,"15min":1.427},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.93100000000000005,"15min":0.94299999999999995},"min":{"1min":0.59799999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.119,"5min":1.645,"15min":1.645},"last":0.86699999999999999}]},{"osd":5,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.99199999999999999,"15min":0.98099999999999998},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.381,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.0609999999999999},{"interface":"front","average":{"1min":1,"5min":0.995,"15min":0.97199999999999998},"min":{"1min":0.79500000000000004,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.2470000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.0169999999999999}]},{"osd":6,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.93999999999999995,"15min":0.90900000000000003},"min":{"1min":0.64300000000000002,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.29,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0449999999999999,"15min":1.0289999999999999},"min":{"1min":0.76300000000000001,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.3220000000000001,"5min":1.403,"15min":1.403},"last":0.94899999999999995}]},{"osd":7,"last update":"Tue Feb 20 00:42:03 2024","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.167,"15min":1.1679999999999999},"min":{"1min":0.93400000000000005,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.5840000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.169},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.175,"15min":1.1890000000000001},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.4350000000000001,"5min":1.681,"15min":1.681},"last":1.155}]}]},{"osd":1,"up_from":23,"seq":98784247858,"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":160306,"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":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.88800000000000001,"15min":0.88700000000000001},"min":{"1min":0.61499999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.1679999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.73499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.123,"5min":1.214,"15min":1.214},"last":0.69899999999999995}]},{"osd":2,"last update":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.96399999999999997,"15min":0.96599999999999997},"min":{"1min":0.68700000000000006,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.88100000000000001,"15min":0.88600000000000001},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.89100000000000001}]},{"osd":3,"last update":"Tue Feb 20 00:41:51 2024","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.92900000000000005,"15min":0.91900000000000004},"min":{"1min":0.54300000000000004,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.982,"5min":1.982,"15min":1.982},"last":0.48999999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.95599999999999996,"15min":0.94899999999999995},"min":{"1min":0.48299999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":2.044,"5min":2.044,"15min":2.044},"last":0.63700000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:41:38 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.97699999999999998,"15min":0.98299999999999998},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.238,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":1.1419999999999999,"5min":1.1220000000000001,"15min":1.131},"min":{"1min":0.80200000000000005,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.71799999999999997}]},{"osd":5,"last update":"Tue Feb 20 00:41:55 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.91200000000000003,"15min":0.92000000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.373,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.57499999999999996},{"interface":"front","average":{"1min":1.034,"5min":1.0449999999999999,"15min":1.044},"min":{"1min":0.58799999999999997,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3540000000000001,"5min":1.444,"15min":1.444},"last":0.82699999999999996}]},{"osd":6,"last update":"Tue Feb 20 00:41:51 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.98199999999999998,"15min":0.98499999999999999},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.3049999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.2190000000000001,"5min":1.212,"15min":1.206},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.869,"5min":1.869,"15min":1.869},"last":0.876}]},{"osd":7,"last update":"Tue Feb 20 00:41:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.105,"15min":1.1020000000000001},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.6950000000000001,"5min":1.6950000000000001,"15min":1.6950000000000001},"last":0.75900000000000001},{"interface":"front","average":{"1min":1.2430000000000001,"5min":1.2270000000000001,"15min":1.2210000000000001},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.9359999999999999,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":0.77500000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182448,"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":160306,"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":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.70699999999999996,"15min":0.70999999999999996},"min":{"1min":0.52700000000000002,"5min":0.503,"15min":0.503},"max":{"1min":1.1499999999999999,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.76900000000000002,"15min":0.76100000000000001},"min":{"1min":0.57199999999999995,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.0429999999999999,"5min":1.115,"15min":1.115},"last":0.90200000000000002}]},{"osd":1,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.875,"15min":0.85699999999999998},"min":{"1min":0.72699999999999998,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.204,"5min":1.27,"15min":1.27},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.878,"5min":0.85299999999999998,"15min":0.83899999999999997},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.0880000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.71299999999999997}]},{"osd":2,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.79500000000000004,"15min":0.79400000000000004},"min":{"1min":0.59199999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.0569999999999999,"5min":1.278,"15min":1.278},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.83799999999999997,"15min":0.82299999999999995},"min":{"1min":0.65000000000000002,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.95999999999999996}]},{"osd":3,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.0109999999999999,"15min":1.01},"min":{"1min":0.79300000000000004,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.028},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.92800000000000005,"15min":0.90800000000000003},"min":{"1min":0.83299999999999996,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.214,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.81200000000000006}]},{"osd":5,"last update":"Tue Feb 20 00:41:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.0429999999999999,"15min":1.048},"min":{"1min":0.81999999999999995,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.1830000000000001,"5min":1.385,"15min":1.385},"last":1.089},{"interface":"front","average":{"1min":1.133,"5min":1.151,"15min":1.1479999999999999},"min":{"1min":0.94999999999999996,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.4239999999999999,"5min":1.496,"15min":1.496},"last":1.1899999999999999}]},{"osd":6,"last update":"Tue Feb 20 00:41:43 2024","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":1.054,"15min":1.0580000000000001},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.3240000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.1899999999999999,"5min":1.135,"15min":1.1220000000000001},"min":{"1min":0.86699999999999999,"5min":0.84899999999999998,"15min":0.84899999999999998},"max":{"1min":1.581,"5min":1.581,"15min":1.581},"last":1.1060000000000001}]},{"osd":7,"last update":"Tue Feb 20 00:42:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.196,"15min":1.1899999999999999},"min":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.349},{"interface":"front","average":{"1min":1.248,"5min":1.2589999999999999,"15min":1.256},"min":{"1min":1.0640000000000001,"5min":1,"15min":1},"max":{"1min":1.4950000000000001,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.238}]}]},{"osd":6,"up_from":29,"seq":124554051632,"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":160306,"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":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.73699999999999999,"5min":0.70999999999999996,"15min":0.70599999999999996},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":0.95799999999999996,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.93799999999999994,"15min":0.96999999999999997},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.0509999999999999,"5min":1.675,"15min":1.675},"last":1.0009999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.91600000000000004,"15min":0.95599999999999996},"min":{"1min":0.64900000000000002,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":0.95699999999999996,"5min":1.502,"15min":1.502},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.90500000000000003,"15min":0.89500000000000002},"min":{"1min":0.77700000000000002,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1639999999999999,"5min":1.175,"15min":1.175},"last":0.79200000000000004}]},{"osd":2,"last update":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.89300000000000002,"15min":0.91000000000000003},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.319,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.94799999999999995,"15min":0.999},"min":{"1min":0.61499999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1699999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":0.82299999999999995}]},{"osd":3,"last update":"Tue Feb 20 00:41:47 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":1.0429999999999999,"15min":1.073},"min":{"1min":0.67900000000000005,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.284,"5min":1.9670000000000001,"15min":1.9670000000000001},"last":1.046},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.997,"15min":1.0209999999999999},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.107,"5min":1.806,"15min":1.806},"last":0.95599999999999996}]},{"osd":4,"last update":"Tue Feb 20 00:41:44 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":1.0249999999999999,"15min":1.0429999999999999},"min":{"1min":0.68700000000000006,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.2130000000000001,"5min":2.0670000000000002,"15min":2.0670000000000002},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.98999999999999999,"5min":1.0649999999999999,"15min":1.0980000000000001},"min":{"1min":0.66700000000000004,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.1599999999999999,"5min":1.9079999999999999,"15min":1.9079999999999999},"last":0.86399999999999999}]},{"osd":5,"last update":"Tue Feb 20 00:41:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.151,"15min":1.1859999999999999},"min":{"1min":0.89200000000000002,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.26,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.083,"5min":1.0960000000000001,"15min":1.103},"min":{"1min":0.85299999999999998,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.411,"5min":1.577,"15min":1.577},"last":0.98199999999999998}]},{"osd":7,"last update":"Tue Feb 20 00:41:56 2024","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.1419999999999999,"15min":1.1419999999999999},"min":{"1min":0.85799999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.3580000000000001,"5min":1.52,"15min":1.52},"last":1.3089999999999999},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.212,"15min":1.226},"min":{"1min":0.88900000000000001,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.4810000000000001,"5min":1.734,"15min":1.734},"last":1.0609999999999999}]}]},{"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":160306,"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":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.89200000000000002,"15min":0.88},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.6160000000000001},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.876,"15min":0.89500000000000002},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.208,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.0489999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.76300000000000001,"15min":0.76800000000000002},"min":{"1min":0.44800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.73899999999999999,"15min":0.73999999999999999},"min":{"1min":0.52800000000000002,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.7390000000000001,"5min":1.7390000000000001,"15min":1.7390000000000001},"last":1.5249999999999999}]},{"osd":2,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91600000000000004,"15min":0.90800000000000003},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.248,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.2410000000000001},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.96499999999999997,"15min":0.97499999999999998},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.665,"5min":1.665,"15min":1.665},"last":1.1919999999999999}]},{"osd":4,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":1.03,"15min":1.052},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3320000000000001,"5min":1.335,"15min":1.335},"last":1.139},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.97299999999999998,"15min":0.99099999999999999},"min":{"1min":0.68700000000000006,"5min":0.495,"15min":0.495},"max":{"1min":1.278,"5min":1.381,"15min":1.381},"last":1.2889999999999999}]},{"osd":5,"last update":"Tue Feb 20 00:41:53 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.97699999999999998,"15min":0.995},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.677},{"interface":"front","average":{"1min":1.02,"5min":1.0149999999999999,"15min":1.0189999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.4850000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:41:49 2024","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1619999999999999,"15min":1.1830000000000001},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.4259999999999999},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.097,"15min":1.109},"min":{"1min":0.77800000000000002,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.488,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.879}]},{"osd":7,"last update":"Tue Feb 20 00:42:04 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.0800000000000001,"15min":1.0860000000000001},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.748},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.1799999999999999,"15min":1.194},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":1.3640000000000001}]}]}],"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}]}} 2024-02-20T00:42:28.024 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-20T00:42:28.024 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-20T00:42:28.024 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-20T00:42:28.024 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph health --format=json 2024-02-20T00:42:28.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:28 smithi088 bash[16865]: audit 2024-02-20T00:42:27.348224+0000 mgr.smithi088.fydtne (mgr.14182) 208 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:42:28.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:28 smithi150 bash[20372]: audit 2024-02-20T00:42:27.348224+0000 mgr.smithi088.fydtne (mgr.14182) 208 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:42:29.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:29 smithi088 bash[16865]: cluster 2024-02-20T00:42:28.237483+0000 mgr.smithi088.fydtne (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:29.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:29 smithi150 bash[20372]: cluster 2024-02-20T00:42:28.237483+0000 mgr.smithi088.fydtne (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:31.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:31 smithi150 bash[20372]: cluster 2024-02-20T00:42:30.238015+0000 mgr.smithi088.fydtne (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:31 smithi088 bash[16865]: cluster 2024-02-20T00:42:30.238015+0000 mgr.smithi088.fydtne (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:32.864 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/mon.smithi088/config 2024-02-20T00:42:33.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:33 smithi150 bash[20372]: cluster 2024-02-20T00:42:32.238589+0000 mgr.smithi088.fydtne (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:33 smithi088 bash[16865]: cluster 2024-02-20T00:42:32.238589+0000 mgr.smithi088.fydtne (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:35.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:35 smithi150 bash[20372]: cluster 2024-02-20T00:42:34.239169+0000 mgr.smithi088.fydtne (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:35.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:35 smithi088 bash[16865]: cluster 2024-02-20T00:42:34.239169+0000 mgr.smithi088.fydtne (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:35.845 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:42:36.481 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-20T00:42:36.482 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-20T00:42:36.482 INFO:tasks.cephadm:Setup complete, yielding 2024-02-20T00:42:36.482 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:42:36.493 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:42:36.494 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch status' 2024-02-20T00:42:36.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:36 smithi150 bash[20372]: audit 2024-02-20T00:42:35.842032+0000 mon.smithi088 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.88:0/776000297' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-20T00:42:36.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:36 smithi088 bash[16865]: audit 2024-02-20T00:42:35.842032+0000 mon.smithi088 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.88:0/776000297' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-20T00:42:37.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:37 smithi088 bash[16865]: cluster 2024-02-20T00:42:36.239710+0000 mgr.smithi088.fydtne (mgr.14182) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:37.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:37 smithi150 bash[20372]: cluster 2024-02-20T00:42:36.239710+0000 mgr.smithi088.fydtne (mgr.14182) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:39.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:39 smithi088 bash[16865]: cluster 2024-02-20T00:42:38.240329+0000 mgr.smithi088.fydtne (mgr.14182) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:39.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:39 smithi150 bash[20372]: cluster 2024-02-20T00:42:38.240329+0000 mgr.smithi088.fydtne (mgr.14182) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:39.706 INFO:teuthology.orchestra.run.smithi088.stdout:Backend: cephadm 2024-02-20T00:42:39.706 INFO:teuthology.orchestra.run.smithi088.stdout:Available: Yes 2024-02-20T00:42:39.706 INFO:teuthology.orchestra.run.smithi088.stdout:Paused: No 2024-02-20T00:42:40.396 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-20T00:42:40.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:40 smithi150 bash[20372]: audit 2024-02-20T00:42:39.702209+0000 mgr.smithi088.fydtne (mgr.14182) 215 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:40.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:40 smithi088 bash[16865]: audit 2024-02-20T00:42:39.702209+0000 mgr.smithi088.fydtne (mgr.14182) 215 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:41.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:41 smithi150 bash[20372]: cluster 2024-02-20T00:42:40.240925+0000 mgr.smithi088.fydtne (mgr.14182) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:41.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:41 smithi088 bash[16865]: cluster 2024-02-20T00:42:40.240925+0000 mgr.smithi088.fydtne (mgr.14182) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:43.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:43 smithi088 bash[16865]: cluster 2024-02-20T00:42:42.241495+0000 mgr.smithi088.fydtne (mgr.14182) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:43.595 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (3m) 19s ago 6m 14.2M - 0.23.0 ba2b418f427c ce5e34f8bf85 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (6m) 19s ago 6m 7591k - 16.2.14-549-g19854089 a9c9ec92d1b5 c0edd04556b0 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi150 smithi150 running (5m) 19s ago 5m 9159k - 16.2.14-549-g19854089 a9c9ec92d1b5 123af1b48553 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (3m) 19s ago 5m 42.9M - 8.3.5 dad864ee21e9 68a0606e78ca 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.fydtne smithi088 *:9283 running (7m) 19s ago 7m 429M - 16.2.14-549-g19854089 a9c9ec92d1b5 0e9a6df92416 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi150.xxaftj smithi150 *:8443,9283 running (5m) 19s ago 5m 377M - 16.2.14-549-g19854089 a9c9ec92d1b5 91dae5ac4912 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (7m) 19s ago 7m 61.6M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 a51937514178 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi150 smithi150 running (5m) 19s ago 5m 57.7M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 befc47a712b9 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (5m) 19s ago 5m 11.9M - 1.3.1 1dbe0e931976 cb3dd92445d4 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi150 smithi150 *:9100 running (5m) 19s ago 5m 11.5M - 1.3.1 1dbe0e931976 21a63388a573 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi150 running (4m) 19s ago 4m 34.6M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 9d17d593ee20 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (4m) 19s ago 4m 35.1M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 bab86d6bafc5 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi150 running (4m) 19s ago 4m 34.6M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 f0d69439ecaa 2024-02-20T00:42:43.596 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (4m) 19s ago 4m 37.0M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 9a95e9c0fba7 2024-02-20T00:42:43.597 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi150 running (4m) 19s ago 4m 34.5M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 a2c67a0b77cf 2024-02-20T00:42:43.597 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi088 running (4m) 19s ago 4m 33.7M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 145772848e70 2024-02-20T00:42:43.597 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi150 running (4m) 19s ago 4m 34.8M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 45c16fa7179d 2024-02-20T00:42:43.597 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi088 running (3m) 19s ago 3m 35.3M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 c2da73574e04 2024-02-20T00:42:43.597 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi150 smithi150 *:9095 running (5m) 19s ago 5m 53.2M - 2.33.4 514e6a882f6e e1f291abe2f0 2024-02-20T00:42:43.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:43 smithi150 bash[20372]: cluster 2024-02-20T00:42:42.241495+0000 mgr.smithi088.fydtne (mgr.14182) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:44.219 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-20T00:42:44.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:44 smithi088 bash[16865]: audit 2024-02-20T00:42:43.573036+0000 mgr.smithi088.fydtne (mgr.14182) 218 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:44.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:44 smithi150 bash[20372]: audit 2024-02-20T00:42:43.573036+0000 mgr.smithi088.fydtne (mgr.14182) 218 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:45.549 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:45 smithi088 bash[16865]: cluster 2024-02-20T00:42:44.241960+0000 mgr.smithi088.fydtne (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:45.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:45 smithi150 bash[20372]: cluster 2024-02-20T00:42:44.241960+0000 mgr.smithi088.fydtne (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:47.264 INFO:teuthology.orchestra.run.smithi088.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-20T00:42:47.264 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager ?:9093,9094 1/1 22s ago 6m count:1 2024-02-20T00:42:47.264 INFO:teuthology.orchestra.run.smithi088.stdout:crash 2/2 22s ago 7m * 2024-02-20T00:42:47.264 INFO:teuthology.orchestra.run.smithi088.stdout:grafana ?:3000 1/1 22s ago 7m count:1 2024-02-20T00:42:47.264 INFO:teuthology.orchestra.run.smithi088.stdout:mgr 2/2 22s ago 7m count:2 2024-02-20T00:42:47.265 INFO:teuthology.orchestra.run.smithi088.stdout:mon 2/2 22s ago 5m smithi088:172.21.15.88=smithi088;smithi150:172.21.15.150=smithi150;count:2 2024-02-20T00:42:47.265 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter ?:9100 2/2 22s ago 7m * 2024-02-20T00:42:47.265 INFO:teuthology.orchestra.run.smithi088.stdout:osd.all-available-devices 8 22s ago 5m * 2024-02-20T00:42:47.265 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus ?:9095 1/1 22s ago 7m count:1 2024-02-20T00:42:47.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:47 smithi150 bash[20372]: cluster 2024-02-20T00:42:46.242537+0000 mgr.smithi088.fydtne (mgr.14182) 220 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:47.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:47 smithi088 bash[16865]: cluster 2024-02-20T00:42:46.242537+0000 mgr.smithi088.fydtne (mgr.14182) 220 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:47.858 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-20T00:42:48.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:48 smithi150 bash[20372]: audit 2024-02-20T00:42:47.249533+0000 mgr.smithi088.fydtne (mgr.14182) 221 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:48.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:48 smithi088 bash[16865]: audit 2024-02-20T00:42:47.249533+0000 mgr.smithi088.fydtne (mgr.14182) 221 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:49.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:49 smithi088 bash[16865]: cluster 2024-02-20T00:42:48.243139+0000 mgr.smithi088.fydtne (mgr.14182) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:49.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:49 smithi150 bash[20372]: cluster 2024-02-20T00:42:48.243139+0000 mgr.smithi088.fydtne (mgr.14182) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:51.196 INFO:teuthology.orchestra.run.smithi088.stdout:HOST ADDR LABELS STATUS 2024-02-20T00:42:51.196 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 172.21.15.88 2024-02-20T00:42:51.196 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 172.21.15.150 2024-02-20T00:42:51.196 INFO:teuthology.orchestra.run.smithi088.stdout:2 hosts in cluster 2024-02-20T00:42:51.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:51 smithi088 bash[16865]: cluster 2024-02-20T00:42:50.243740+0000 mgr.smithi088.fydtne (mgr.14182) 223 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:51.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:51 smithi150 bash[20372]: cluster 2024-02-20T00:42:50.243740+0000 mgr.smithi088.fydtne (mgr.14182) 223 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:51.806 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-20T00:42:52.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:52 smithi150 bash[20372]: audit 2024-02-20T00:42:51.191508+0000 mgr.smithi088.fydtne (mgr.14182) 224 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:52.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:52 smithi088 bash[16865]: audit 2024-02-20T00:42:51.191508+0000 mgr.smithi088.fydtne (mgr.14182) 224 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:53.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:53 smithi088 bash[16865]: cluster 2024-02-20T00:42:52.244382+0000 mgr.smithi088.fydtne (mgr.14182) 225 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:53.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:53 smithi150 bash[20372]: cluster 2024-02-20T00:42:52.244382+0000 mgr.smithi088.fydtne (mgr.14182) 225 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:55.085 INFO:teuthology.orchestra.run.smithi088.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-20T00:42:55.085 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd _PHFT620400XD400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-20T00:42:55.085 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme1n1 ssd _d1e42648a1621840 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme2n1 ssd _7af53647786e7277 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme3n1 ssd _e2fddd9a834ffd8d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme4n1 ssd _f851aed12052a261 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme0n1 ssd _CVFT623300GX400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme1n1 ssd _c9489c57595a0ee9 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme2n1 ssd _b5922861bb60e539 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme3n1 ssd _d4c41f4b5a29ed21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.086 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme4n1 ssd _881764d0a561ffe5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:55.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:55 smithi088 bash[16865]: cluster 2024-02-20T00:42:54.244997+0000 mgr.smithi088.fydtne (mgr.14182) 226 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:55.674 INFO:teuthology.run_tasks:Running task vip... 2024-02-20T00:42:55.685 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-20T00:42:55.686 INFO:tasks.vip:peername 172.21.15.88 2024-02-20T00:42:55.690 INFO:tasks.vip:172.21.15.88 in 172.21.0.0/20, pos 3927 2024-02-20T00:42:55.694 INFO:tasks.vip:smithi088.front.sepia.ceph.com static 10.0.15.88, vnet 10.0.0.0/16 2024-02-20T00:42:55.694 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-20T00:42:55.695 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip route ls 2024-02-20T00:42:55.696 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:55 smithi150 bash[20372]: cluster 2024-02-20T00:42:54.244997+0000 mgr.smithi088.fydtne (mgr.14182) 226 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:55.710 INFO:teuthology.orchestra.run.smithi088.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-20T00:42:55.711 INFO:teuthology.orchestra.run.smithi088.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.88 metric 100 2024-02-20T00:42:55.711 INFO:teuthology.orchestra.run.smithi088.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-20T00:42:55.711 INFO:teuthology.orchestra.run.smithi088.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 2024-02-20T00:42:55.711 INFO:teuthology.orchestra.run.smithi088.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.88 metric 100 2024-02-20T00:42:55.711 INFO:tasks.vip:Configuring 10.0.15.88 on smithi088.front.sepia.ceph.com iface enp3s0f1... 2024-02-20T00:42:55.711 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr add 10.0.15.88/16 dev enp3s0f1 2024-02-20T00:42:55.772 INFO:tasks.vip:peername 172.21.15.150 2024-02-20T00:42:55.775 INFO:tasks.vip:172.21.15.150 in 172.21.0.0/20, pos 3989 2024-02-20T00:42:55.779 INFO:tasks.vip:smithi150.front.sepia.ceph.com static 10.0.15.150, vnet 10.0.0.0/16 2024-02-20T00:42:55.780 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip route ls 2024-02-20T00:42:55.796 INFO:teuthology.orchestra.run.smithi150.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-20T00:42:55.796 INFO:teuthology.orchestra.run.smithi150.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.150 metric 100 2024-02-20T00:42:55.797 INFO:teuthology.orchestra.run.smithi150.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-20T00:42:55.797 INFO:teuthology.orchestra.run.smithi150.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 2024-02-20T00:42:55.797 INFO:teuthology.orchestra.run.smithi150.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.150 metric 100 2024-02-20T00:42:55.797 INFO:tasks.vip:Configuring 10.0.15.150 on smithi150.front.sepia.ceph.com iface enp3s0f1... 2024-02-20T00:42:55.797 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr add 10.0.15.150/16 dev enp3s0f1 2024-02-20T00:42:55.854 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:42:55.864 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:42:55.864 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-20T00:42:57.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:56 smithi088 bash[16865]: audit 2024-02-20T00:42:55.072962+0000 mgr.smithi088.fydtne (mgr.14182) 227 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:57.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:56 smithi150 bash[20372]: audit 2024-02-20T00:42:55.072962+0000 mgr.smithi088.fydtne (mgr.14182) 227 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:42:57.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:57 smithi088 bash[16865]: cluster 2024-02-20T00:42:56.245672+0000 mgr.smithi088.fydtne (mgr.14182) 228 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:57.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:57 smithi150 bash[20372]: cluster 2024-02-20T00:42:56.245672+0000 mgr.smithi088.fydtne (mgr.14182) 228 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd _PHFT620400XD400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme1n1 ssd _d1e42648a1621840 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme2n1 ssd _7af53647786e7277 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme3n1 ssd _e2fddd9a834ffd8d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme4n1 ssd _f851aed12052a261 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.080 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme0n1 ssd _CVFT623300GX400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-20T00:42:59.081 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme1n1 ssd _c9489c57595a0ee9 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.081 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme2n1 ssd _b5922861bb60e539 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.081 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme3n1 ssd _d4c41f4b5a29ed21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.081 INFO:teuthology.orchestra.run.smithi088.stdout:smithi150 /dev/nvme4n1 ssd _881764d0a561ffe5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:42:59.765 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-20T00:42:59.789 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:42:59.789 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-20T00:42:59.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ systemctl stop nfs-server 2024-02-20T00:42:59.826 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi150.front.sepia.ceph.com 2024-02-20T00:42:59.826 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-20T00:42:59.842 INFO:teuthology.orchestra.run.smithi150.stderr:+ systemctl stop nfs-server 2024-02-20T00:42:59.864 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:42:59.875 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:42:59.875 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-20T00:43:00.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:59 smithi088 bash[16865]: cluster 2024-02-20T00:42:58.246315+0000 mgr.smithi088.fydtne (mgr.14182) 229 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:00.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:42:59 smithi088 bash[16865]: audit 2024-02-20T00:42:59.116637+0000 mon.smithi088 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:43:00.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:59 smithi150 bash[20372]: cluster 2024-02-20T00:42:58.246315+0000 mgr.smithi088.fydtne (mgr.14182) 229 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:00.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:42:59 smithi150 bash[20372]: audit 2024-02-20T00:42:59.116637+0000 mon.smithi088 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:43:01.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:00 smithi088 bash[16865]: audit 2024-02-20T00:42:59.067701+0000 mgr.smithi088.fydtne (mgr.14182) 230 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:43:01.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:00 smithi150 bash[20372]: audit 2024-02-20T00:42:59.067701+0000 mgr.smithi088.fydtne (mgr.14182) 230 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:43:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:01 smithi088 bash[16865]: cluster 2024-02-20T00:43:00.246853+0000 mgr.smithi088.fydtne (mgr.14182) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:01 smithi150 bash[20372]: cluster 2024-02-20T00:43:00.246853+0000 mgr.smithi088.fydtne (mgr.14182) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:03.271 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled rgw.foorgw update... 2024-02-20T00:43:03.909 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.88/16' 2024-02-20T00:43:04.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:03 smithi088 bash[16865]: cluster 2024-02-20T00:43:02.247480+0000 mgr.smithi088.fydtne (mgr.14182) 232 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:04.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:03 smithi088 bash[16865]: audit 2024-02-20T00:43:03.267360+0000 mon.smithi088 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:03 smithi150 bash[20372]: cluster 2024-02-20T00:43:02.247480+0000 mgr.smithi088.fydtne (mgr.14182) 232 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:03 smithi150 bash[20372]: audit 2024-02-20T00:43:03.267360+0000 mon.smithi088 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:05.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:04 smithi088 bash[16865]: audit 2024-02-20T00:43:03.258063+0000 mgr.smithi088.fydtne (mgr.14182) 233 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:43:05.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:04 smithi088 bash[16865]: cephadm 2024-02-20T00:43:03.260884+0000 mgr.smithi088.fydtne (mgr.14182) 234 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-20T00:43:05.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:04 smithi150 bash[20372]: audit 2024-02-20T00:43:03.258063+0000 mgr.smithi088.fydtne (mgr.14182) 233 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:43:05.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:04 smithi150 bash[20372]: cephadm 2024-02-20T00:43:03.260884+0000 mgr.smithi088.fydtne (mgr.14182) 234 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-20T00:43:06.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:05 smithi088 bash[16865]: cluster 2024-02-20T00:43:04.248114+0000 mgr.smithi088.fydtne (mgr.14182) 235 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:06.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:05 smithi088 bash[16865]: audit 2024-02-20T00:43:04.964707+0000 mon.smithi088 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:06.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:05 smithi150 bash[20372]: cluster 2024-02-20T00:43:04.248114+0000 mgr.smithi088.fydtne (mgr.14182) 235 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:06.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:05 smithi150 bash[20372]: audit 2024-02-20T00:43:04.964707+0000 mon.smithi088 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:08.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:07 smithi150 bash[20372]: cluster 2024-02-20T00:43:06.248755+0000 mgr.smithi088.fydtne (mgr.14182) 236 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:08.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:07 smithi150 bash[20372]: audit 2024-02-20T00:43:06.679784+0000 mon.smithi088 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:08.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:07 smithi088 bash[16865]: cluster 2024-02-20T00:43:06.248755+0000 mgr.smithi088.fydtne (mgr.14182) 236 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:08.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:07 smithi088 bash[16865]: audit 2024-02-20T00:43:06.679784+0000 mon.smithi088 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:08.934 INFO:teuthology.orchestra.run.smithi088.stdout:NFS Cluster Created Successfully 2024-02-20T00:43:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:08 smithi150 bash[20372]: audit 2024-02-20T00:43:07.351879+0000 mgr.smithi088.fydtne (mgr.14182) 237 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.88/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:43:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:08 smithi150 bash[20372]: audit 2024-02-20T00:43:07.355757+0000 mon.smithi088 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-20T00:43:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:08 smithi150 bash[20372]: audit 2024-02-20T00:43:07.867401+0000 mon.smithi088 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-20T00:43:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:08 smithi150 bash[20372]: cluster 2024-02-20T00:43:07.867544+0000 mon.smithi088 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-20T00:43:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:08 smithi150 bash[20372]: audit 2024-02-20T00:43:07.873469+0000 mon.smithi088 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-20T00:43:09.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:08 smithi088 bash[16865]: audit 2024-02-20T00:43:07.351879+0000 mgr.smithi088.fydtne (mgr.14182) 237 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.88/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:43:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:08 smithi088 bash[16865]: audit 2024-02-20T00:43:07.355757+0000 mon.smithi088 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-20T00:43:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:08 smithi088 bash[16865]: audit 2024-02-20T00:43:07.867401+0000 mon.smithi088 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-20T00:43:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:08 smithi088 bash[16865]: cluster 2024-02-20T00:43:07.867544+0000 mon.smithi088 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-20T00:43:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:08 smithi088 bash[16865]: audit 2024-02-20T00:43:07.873469+0000 mon.smithi088 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-20T00:43:09.660 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-20T00:43:09.670 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:43:09.670 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-20T00:43:09.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ dnf install -y python3-boto3 2024-02-20T00:43:09.685 INFO:teuthology.orchestra.run.smithi088.stderr:bash: dnf: command not found 2024-02-20T00:43:09.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ apt install -y python3-boto3 2024-02-20T00:43:09.692 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:43:09.692 INFO:teuthology.orchestra.run.smithi088.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-02-20T00:43:09.692 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T00:43:09.760 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-02-20T00:43:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:09 smithi088 bash[16865]: cluster 2024-02-20T00:43:08.249487+0000 mgr.smithi088.fydtne (mgr.14182) 238 : cluster [DBG] pgmap v215: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:10.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:09 smithi088 bash[16865]: audit 2024-02-20T00:43:08.871635+0000 mon.smithi088 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-20T00:43:10.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:09 smithi088 bash[16865]: cluster 2024-02-20T00:43:08.871980+0000 mon.smithi088 (mon.0) 614 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-20T00:43:10.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:09 smithi088 bash[16865]: audit 2024-02-20T00:43:08.923329+0000 mon.smithi088 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:10.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:09 smithi088 bash[16865]: audit 2024-02-20T00:43:08.930388+0000 mon.smithi088 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:10.070 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2024-02-20T00:43:10.070 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2024-02-20T00:43:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:09 smithi150 bash[20372]: cluster 2024-02-20T00:43:08.249487+0000 mgr.smithi088.fydtne (mgr.14182) 238 : cluster [DBG] pgmap v215: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:09 smithi150 bash[20372]: audit 2024-02-20T00:43:08.871635+0000 mon.smithi088 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-20T00:43:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:09 smithi150 bash[20372]: cluster 2024-02-20T00:43:08.871980+0000 mon.smithi088 (mon.0) 614 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-20T00:43:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:09 smithi150 bash[20372]: audit 2024-02-20T00:43:08.923329+0000 mon.smithi088 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:09 smithi150 bash[20372]: audit 2024-02-20T00:43:08.930388+0000 mon.smithi088 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:10.289 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages were automatically installed and are no longer required: 2024-02-20T00:43:10.289 INFO:teuthology.orchestra.run.smithi088.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-20T00:43:10.289 INFO:teuthology.orchestra.run.smithi088.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-20T00:43:10.290 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-20T00:43:10.290 INFO:teuthology.orchestra.run.smithi088.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-20T00:43:10.290 INFO:teuthology.orchestra.run.smithi088.stdout:The following additional packages will be installed: 2024-02-20T00:43:10.291 INFO:teuthology.orchestra.run.smithi088.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2024-02-20T00:43:10.291 INFO:teuthology.orchestra.run.smithi088.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2024-02-20T00:43:10.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2024-02-20T00:43:10.294 INFO:teuthology.orchestra.run.smithi088.stdout:Suggested packages: 2024-02-20T00:43:10.294 INFO:teuthology.orchestra.run.smithi088.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2024-02-20T00:43:10.294 INFO:teuthology.orchestra.run.smithi088.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2024-02-20T00:43:10.294 INFO:teuthology.orchestra.run.smithi088.stdout: sgml-base-doc debhelper 2024-02-20T00:43:10.334 INFO:teuthology.orchestra.run.smithi088.stdout:The following NEW packages will be installed: 2024-02-20T00:43:10.335 INFO:teuthology.orchestra.run.smithi088.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2024-02-20T00:43:10.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2024-02-20T00:43:10.336 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2024-02-20T00:43:10.336 INFO:teuthology.orchestra.run.smithi088.stdout: xml-core 2024-02-20T00:43:10.409 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 15 newly installed, 0 to remove and 146 not upgraded. 2024-02-20T00:43:10.409 INFO:teuthology.orchestra.run.smithi088.stdout:Need to get 4,955 kB of archives. 2024-02-20T00:43:10.409 INFO:teuthology.orchestra.run.smithi088.stdout:After this operation, 55.1 MB of additional disk space will be used. 2024-02-20T00:43:10.409 INFO:teuthology.orchestra.run.smithi088.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2024-02-20T00:43:10.440 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2024-02-20T00:43:10.454 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2024-02-20T00:43:10.526 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2024-02-20T00:43:10.529 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2024-02-20T00:43:10.530 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2024-02-20T00:43:10.542 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2024-02-20T00:43:10.543 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2024-02-20T00:43:10.574 INFO:teuthology.orchestra.run.smithi088.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2024-02-20T00:43:10.575 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:43:10.702 INFO:teuthology.orchestra.run.smithi088.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] 2024-02-20T00:43:10.702 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2024-02-20T00:43:10.703 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2024-02-20T00:43:10.704 INFO:teuthology.orchestra.run.smithi088.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2024-02-20T00:43:10.710 INFO:teuthology.orchestra.run.smithi088.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2024-02-20T00:43:10.986 INFO:teuthology.orchestra.run.smithi088.stderr:debconf: unable to initialize frontend: Dialog 2024-02-20T00:43:10.987 INFO:teuthology.orchestra.run.smithi088.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-02-20T00:43:10.987 INFO:teuthology.orchestra.run.smithi088.stderr:debconf: falling back to frontend: Readline 2024-02-20T00:43:11.012 INFO:teuthology.orchestra.run.smithi088.stderr:debconf: unable to initialize frontend: Readline 2024-02-20T00:43:11.012 INFO:teuthology.orchestra.run.smithi088.stderr:debconf: (This frontend requires a controlling tty.) 2024-02-20T00:43:11.012 INFO:teuthology.orchestra.run.smithi088.stderr:debconf: falling back to frontend: Teletype 2024-02-20T00:43:11.019 INFO:teuthology.orchestra.run.smithi088.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-02-20T00:43:11.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:10 smithi150 bash[20372]: cephadm 2024-02-20T00:43:08.919355+0000 mgr.smithi088.fydtne (mgr.14182) 239 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-20T00:43:11.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:10 smithi150 bash[20372]: cephadm 2024-02-20T00:43:08.925409+0000 mgr.smithi088.fydtne (mgr.14182) 240 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-20T00:43:11.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:10 smithi150 bash[20372]: cluster 2024-02-20T00:43:09.873619+0000 mon.smithi088 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-20T00:43:11.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:10 smithi150 bash[20372]: cluster 2024-02-20T00:43:09.941709+0000 mon.smithi088 (mon.0) 618 : cluster [DBG] mgrmap e19: smithi088.fydtne(active, since 6m), standbys: smithi150.xxaftj 2024-02-20T00:43:11.085 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 4,955 kB in 0s (13.4 MB/s) 2024-02-20T00:43:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:10 smithi088 bash[16865]: cephadm 2024-02-20T00:43:08.919355+0000 mgr.smithi088.fydtne (mgr.14182) 239 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-20T00:43:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:10 smithi088 bash[16865]: cephadm 2024-02-20T00:43:08.925409+0000 mgr.smithi088.fydtne (mgr.14182) 240 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-20T00:43:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:10 smithi088 bash[16865]: cluster 2024-02-20T00:43:09.873619+0000 mon.smithi088 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-20T00:43:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:10 smithi088 bash[16865]: cluster 2024-02-20T00:43:09.941709+0000 mon.smithi088 (mon.0) 618 : cluster [DBG] mgrmap e19: smithi088.fydtne(active, since 6m), standbys: smithi150.xxaftj 2024-02-20T00:43:11.309 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package sgml-base. 2024-02-20T00:43:11.371 INFO:teuthology.orchestra.run.smithi088.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.) 2024-02-20T00:43:11.376 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2024-02-20T00:43:11.431 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking sgml-base (1.29) ... 2024-02-20T00:43:12.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:11 smithi150 bash[20372]: cluster 2024-02-20T00:43:10.250078+0000 mgr.smithi088.fydtne (mgr.14182) 241 : cluster [DBG] pgmap v218: 33 pgs: 20 unknown, 13 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:12.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:11 smithi088 bash[16865]: cluster 2024-02-20T00:43:10.250078+0000 mgr.smithi088.fydtne (mgr.14182) 241 : cluster [DBG] pgmap v218: 33 pgs: 20 unknown, 13 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:12.942 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package xml-core. 2024-02-20T00:43:12.960 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2024-02-20T00:43:13.020 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking xml-core (0.18) ... 2024-02-20T00:43:13.481 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package docutils-common. 2024-02-20T00:43:13.500 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2024-02-20T00:43:13.565 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2024-02-20T00:43:14.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:13 smithi150 bash[20372]: cluster 2024-02-20T00:43:12.250807+0000 mgr.smithi088.fydtne (mgr.14182) 242 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:14.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:13 smithi088 bash[16865]: cluster 2024-02-20T00:43:12.250807+0000 mgr.smithi088.fydtne (mgr.14182) 242 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:15.192 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libpaper1:amd64. 2024-02-20T00:43:15.208 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-02-20T00:43:15.335 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-02-20T00:43:15.730 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libpaper-utils. 2024-02-20T00:43:15.743 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-02-20T00:43:15.781 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-02-20T00:43:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:15 smithi088 bash[16865]: cluster 2024-02-20T00:43:14.251434+0000 mgr.smithi088.fydtne (mgr.14182) 243 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:15 smithi088 bash[16865]: audit 2024-02-20T00:43:15.043055+0000 mon.smithi088 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:15 smithi150 bash[20372]: cluster 2024-02-20T00:43:14.251434+0000 mgr.smithi088.fydtne (mgr.14182) 243 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:15 smithi150 bash[20372]: audit 2024-02-20T00:43:15.043055+0000 mon.smithi088 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:16.243 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-dateutil. 2024-02-20T00:43:16.258 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2024-02-20T00:43:16.327 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2024-02-20T00:43:16.671 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-roman. 2024-02-20T00:43:16.687 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2024-02-20T00:43:16.729 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-roman (2.0.0-3) ... 2024-02-20T00:43:17.066 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-docutils. 2024-02-20T00:43:17.083 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2024-02-20T00:43:17.127 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2024-02-20T00:43:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:16 smithi150 bash[20372]: cluster 2024-02-20T00:43:16.252124+0000 mgr.smithi088.fydtne (mgr.14182) 244 : cluster [DBG] pgmap v221: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:17.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:16 smithi088 bash[16865]: cluster 2024-02-20T00:43:16.252124+0000 mgr.smithi088.fydtne (mgr.14182) 244 : cluster [DBG] pgmap v221: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:17.593 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-jmespath. 2024-02-20T00:43:17.605 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2024-02-20T00:43:17.671 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-02-20T00:43:18.585 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-botocore. 2024-02-20T00:43:18.603 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2024-02-20T00:43:18.643 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-02-20T00:43:19.691 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-s3transfer. 2024-02-20T00:43:19.709 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2024-02-20T00:43:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: cluster 2024-02-20T00:43:18.252772+0000 mgr.smithi088.fydtne (mgr.14182) 245 : cluster [DBG] pgmap v222: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.715600+0000 mon.smithi088 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.717176+0000 mon.smithi088 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.718477+0000 mon.smithi088 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.729272+0000 mon.smithi088 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.736214+0000 mon.smithi088 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: cephadm 2024-02-20T00:43:18.747203+0000 mgr.smithi088.fydtne (mgr.14182) 246 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.754187+0000 mon.smithi088 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.755274+0000 mon.smithi088 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.pncrft", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.762952+0000 mon.smithi088 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.pncrft", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.772863+0000 mon.smithi088 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: audit 2024-02-20T00:43:18.774359+0000 mon.smithi088 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:20.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:19 smithi088 bash[16865]: cephadm 2024-02-20T00:43:18.775527+0000 mgr.smithi088.fydtne (mgr.14182) 247 : cephadm [INF] Deploying daemon rgw.foorgw.smithi150.pncrft on smithi150 2024-02-20T00:43:20.061 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-boto3. 2024-02-20T00:43:20.080 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: cluster 2024-02-20T00:43:18.252772+0000 mgr.smithi088.fydtne (mgr.14182) 245 : cluster [DBG] pgmap v222: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.715600+0000 mon.smithi088 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.717176+0000 mon.smithi088 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.718477+0000 mon.smithi088 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.729272+0000 mon.smithi088 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.736214+0000 mon.smithi088 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: cephadm 2024-02-20T00:43:18.747203+0000 mgr.smithi088.fydtne (mgr.14182) 246 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.754187+0000 mon.smithi088 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.755274+0000 mon.smithi088 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.pncrft", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:43:20.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.762952+0000 mon.smithi088 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.pncrft", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:43:20.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.772863+0000 mon.smithi088 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:20.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: audit 2024-02-20T00:43:18.774359+0000 mon.smithi088 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:20.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:19 smithi150 bash[20372]: cephadm 2024-02-20T00:43:18.775527+0000 mgr.smithi088.fydtne (mgr.14182) 247 : cephadm [INF] Deploying daemon rgw.foorgw.smithi150.pncrft on smithi150 2024-02-20T00:43:20.119 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2024-02-20T00:43:20.491 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-olefile. 2024-02-20T00:43:20.509 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2024-02-20T00:43:20.549 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-olefile (0.45.1-1) ... 2024-02-20T00:43:20.835 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pil:amd64. 2024-02-20T00:43:20.850 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2024-02-20T00:43:20.885 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-02-20T00:43:21.248 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pygments. 2024-02-20T00:43:21.258 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2024-02-20T00:43:21.485 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-02-20T00:43:22.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:21 smithi088 bash[16865]: cluster 2024-02-20T00:43:20.253486+0000 mgr.smithi088.fydtne (mgr.14182) 248 : cluster [DBG] pgmap v223: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:22.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:21 smithi088 bash[16865]: audit 2024-02-20T00:43:20.982538+0000 mon.smithi088 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:22.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:21 smithi088 bash[16865]: audit 2024-02-20T00:43:20.984353+0000 mon.smithi088 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.klwvvy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:43:22.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:21 smithi088 bash[16865]: audit 2024-02-20T00:43:20.991258+0000 mon.smithi088 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.klwvvy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:43:22.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:21 smithi088 bash[16865]: audit 2024-02-20T00:43:20.998805+0000 mon.smithi088 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:22.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:21 smithi088 bash[16865]: audit 2024-02-20T00:43:21.000383+0000 mon.smithi088 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:21 smithi150 bash[20372]: cluster 2024-02-20T00:43:20.253486+0000 mgr.smithi088.fydtne (mgr.14182) 248 : cluster [DBG] pgmap v223: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:21 smithi150 bash[20372]: audit 2024-02-20T00:43:20.982538+0000 mon.smithi088 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:21 smithi150 bash[20372]: audit 2024-02-20T00:43:20.984353+0000 mon.smithi088 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.klwvvy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:43:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:21 smithi150 bash[20372]: audit 2024-02-20T00:43:20.991258+0000 mon.smithi088 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.klwvvy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:43:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:21 smithi150 bash[20372]: audit 2024-02-20T00:43:20.998805+0000 mon.smithi088 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:21 smithi150 bash[20372]: audit 2024-02-20T00:43:21.000383+0000 mon.smithi088 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:22.749 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-02-20T00:43:22.946 INFO:teuthology.orchestra.run.smithi088.stdout:debconf: unable to initialize frontend: Dialog 2024-02-20T00:43:22.946 INFO:teuthology.orchestra.run.smithi088.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-02-20T00:43:22.947 INFO:teuthology.orchestra.run.smithi088.stdout:debconf: falling back to frontend: Readline 2024-02-20T00:43:22.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:22 smithi088 bash[16865]: cephadm 2024-02-20T00:43:21.001674+0000 mgr.smithi088.fydtne (mgr.14182) 249 : cephadm [INF] Deploying daemon rgw.foorgw.smithi088.klwvvy on smithi088 2024-02-20T00:43:23.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:22 smithi150 bash[20372]: cephadm 2024-02-20T00:43:21.001674+0000 mgr.smithi088.fydtne (mgr.14182) 249 : cephadm [INF] Deploying daemon rgw.foorgw.smithi088.klwvvy on smithi088 2024-02-20T00:43:23.194 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:43:23.194 INFO:teuthology.orchestra.run.smithi088.stdout:Creating config file /etc/papersize with new version 2024-02-20T00:43:23.955 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-02-20T00:43:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:23 smithi088 bash[16865]: cluster 2024-02-20T00:43:22.254193+0000 mgr.smithi088.fydtne (mgr.14182) 250 : cluster [DBG] pgmap v224: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:23 smithi088 bash[16865]: cluster 2024-02-20T00:43:22.734125+0000 mon.smithi088 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-20T00:43:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:23 smithi088 bash[16865]: audit 2024-02-20T00:43:22.740773+0000 mon.smithi150 (mon.1) 19 : audit [INF] from='client.? 172.21.15.150:0/23849810' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:43:24.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:23 smithi088 bash[16865]: audit 2024-02-20T00:43:22.740831+0000 mon.smithi088 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:43:24.081 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-roman (2.0.0-3) ... 2024-02-20T00:43:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:23 smithi150 bash[20372]: cluster 2024-02-20T00:43:22.254193+0000 mgr.smithi088.fydtne (mgr.14182) 250 : cluster [DBG] pgmap v224: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:23 smithi150 bash[20372]: cluster 2024-02-20T00:43:22.734125+0000 mon.smithi088 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-20T00:43:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:23 smithi150 bash[20372]: audit 2024-02-20T00:43:22.740773+0000 mon.smithi150 (mon.1) 19 : audit [INF] from='client.? 172.21.15.150:0/23849810' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:43:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:23 smithi150 bash[20372]: audit 2024-02-20T00:43:22.740831+0000 mon.smithi088 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:43:24.771 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:23.739576+0000 mon.smithi088 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: cluster 2024-02-20T00:43:23.739982+0000 mon.smithi088 (mon.0) 638 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.271855+0000 mon.smithi088 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.277406+0000 mon.smithi088 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.304686+0000 mon.smithi088 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.309775+0000 mon.smithi088 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.311131+0000 mon.smithi088 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-20T00:43:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.316436+0000 mon.smithi088 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-20T00:43:25.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.328655+0000 mon.smithi088 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:25.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.374816+0000 mon.smithi088 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-20T00:43:25.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.378420+0000 mon.smithi088 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-20T00:43:25.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.439782+0000 mon.smithi088 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:43:25.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.444735+0000 mon.smithi088 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:43:25.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:24 smithi088 bash[16865]: audit 2024-02-20T00:43:24.451307+0000 mon.smithi088 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:23.739576+0000 mon.smithi088 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: cluster 2024-02-20T00:43:23.739982+0000 mon.smithi088 (mon.0) 638 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.271855+0000 mon.smithi088 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.277406+0000 mon.smithi088 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.304686+0000 mon.smithi088 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.309775+0000 mon.smithi088 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.311131+0000 mon.smithi088 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.316436+0000 mon.smithi088 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.328655+0000 mon.smithi088 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.374816+0000 mon.smithi088 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.378420+0000 mon.smithi088 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-20T00:43:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.439782+0000 mon.smithi088 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:43:25.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.444735+0000 mon.smithi088 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.xdhxiy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:43:25.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:24 smithi150 bash[20372]: audit 2024-02-20T00:43:24.451307+0000 mon.smithi088 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:25.737 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-olefile (0.45.1-1) ... 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cluster 2024-02-20T00:43:24.254790+0000 mgr.smithi088.fydtne (mgr.14182) 251 : cluster [DBG] pgmap v227: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cephadm 2024-02-20T00:43:24.304175+0000 mgr.smithi088.fydtne (mgr.14182) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.xdhxiy 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cephadm 2024-02-20T00:43:24.310737+0000 mgr.smithi088.fydtne (mgr.14182) 253 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cephadm 2024-02-20T00:43:24.439195+0000 mgr.smithi088.fydtne (mgr.14182) 254 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cephadm 2024-02-20T00:43:24.439331+0000 mgr.smithi088.fydtne (mgr.14182) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.xdhxiy-rgw 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cephadm 2024-02-20T00:43:24.452739+0000 mgr.smithi088.fydtne (mgr.14182) 256 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi088.xdhxiy on smithi088 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: cluster 2024-02-20T00:43:24.760912+0000 mon.smithi088 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: audit 2024-02-20T00:43:24.766497+0000 mon.smithi150 (mon.1) 20 : audit [INF] from='client.? 172.21.15.150:0/23849810' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: audit 2024-02-20T00:43:24.768600+0000 mon.smithi088 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:43:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:25 smithi088 bash[16865]: audit 2024-02-20T00:43:25.547561+0000 mon.smithi088 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:26.120 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up sgml-base (1.29) ... 2024-02-20T00:43:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cluster 2024-02-20T00:43:24.254790+0000 mgr.smithi088.fydtne (mgr.14182) 251 : cluster [DBG] pgmap v227: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cephadm 2024-02-20T00:43:24.304175+0000 mgr.smithi088.fydtne (mgr.14182) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.xdhxiy 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cephadm 2024-02-20T00:43:24.310737+0000 mgr.smithi088.fydtne (mgr.14182) 253 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cephadm 2024-02-20T00:43:24.439195+0000 mgr.smithi088.fydtne (mgr.14182) 254 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cephadm 2024-02-20T00:43:24.439331+0000 mgr.smithi088.fydtne (mgr.14182) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.xdhxiy-rgw 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cephadm 2024-02-20T00:43:24.452739+0000 mgr.smithi088.fydtne (mgr.14182) 256 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi088.xdhxiy on smithi088 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: cluster 2024-02-20T00:43:24.760912+0000 mon.smithi088 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: audit 2024-02-20T00:43:24.766497+0000 mon.smithi150 (mon.1) 20 : audit [INF] from='client.? 172.21.15.150:0/23849810' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: audit 2024-02-20T00:43:24.768600+0000 mon.smithi088 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:43:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:25 smithi150 bash[20372]: audit 2024-02-20T00:43:25.547561+0000 mon.smithi088 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:26.355 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-02-20T00:43:26.666 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up xml-core (0.18) ... 2024-02-20T00:43:27.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:26 smithi088 bash[16865]: audit 2024-02-20T00:43:25.767250+0000 mon.smithi088 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-20T00:43:27.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:26 smithi088 bash[16865]: cluster 2024-02-20T00:43:25.767574+0000 mon.smithi088 (mon.0) 655 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-20T00:43:27.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:26 smithi150 bash[20372]: audit 2024-02-20T00:43:25.767250+0000 mon.smithi088 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-20T00:43:27.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:26 smithi150 bash[20372]: cluster 2024-02-20T00:43:25.767574+0000 mon.smithi088 (mon.0) 655 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-20T00:43:27.739 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-dateutil (2.6.1-1) ... 2024-02-20T00:43:28.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: cluster 2024-02-20T00:43:26.255490+0000 mgr.smithi088.fydtne (mgr.14182) 257 : cluster [DBG] pgmap v230: 97 pgs: 11 creating+peering, 68 active+clean, 18 unknown; 466 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-20T00:43:28.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: cluster 2024-02-20T00:43:26.966810+0000 mon.smithi088 (mon.0) 656 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-20T00:43:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: audit 2024-02-20T00:43:26.971513+0000 mon.smithi088 (mon.0) 657 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:43:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: audit 2024-02-20T00:43:26.974920+0000 mon.smithi150 (mon.1) 21 : audit [INF] from='client.? 172.21.15.150:0/23849810' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:43:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: audit 2024-02-20T00:43:26.975243+0000 mon.smithi088 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:43:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: audit 2024-02-20T00:43:27.811788+0000 mon.smithi088 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:27 smithi088 bash[16865]: audit 2024-02-20T00:43:27.819175+0000 mon.smithi088 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:28.300 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-02-20T00:43:28.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: cluster 2024-02-20T00:43:26.255490+0000 mgr.smithi088.fydtne (mgr.14182) 257 : cluster [DBG] pgmap v230: 97 pgs: 11 creating+peering, 68 active+clean, 18 unknown; 466 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-20T00:43:28.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: cluster 2024-02-20T00:43:26.966810+0000 mon.smithi088 (mon.0) 656 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-20T00:43:28.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: audit 2024-02-20T00:43:26.971513+0000 mon.smithi088 (mon.0) 657 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:43:28.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: audit 2024-02-20T00:43:26.974920+0000 mon.smithi150 (mon.1) 21 : audit [INF] from='client.? 172.21.15.150:0/23849810' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:43:28.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: audit 2024-02-20T00:43:26.975243+0000 mon.smithi088 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:43:28.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: audit 2024-02-20T00:43:27.811788+0000 mon.smithi088 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:28.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:27 smithi150 bash[20372]: audit 2024-02-20T00:43:27.819175+0000 mon.smithi088 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:28.983 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2024-02-20T00:43:29.262 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2024-02-20T00:43:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:28 smithi088 bash[16865]: cephadm 2024-02-20T00:43:27.837275+0000 mgr.smithi088.fydtne (mgr.14182) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.yhkayf on smithi150 2024-02-20T00:43:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:28 smithi088 bash[16865]: audit 2024-02-20T00:43:27.970195+0000 mon.smithi088 (mon.0) 661 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:43:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:28 smithi088 bash[16865]: audit 2024-02-20T00:43:27.970379+0000 mon.smithi088 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:43:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:28 smithi088 bash[16865]: cluster 2024-02-20T00:43:27.970460+0000 mon.smithi088 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-20T00:43:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:28 smithi088 bash[16865]: cluster 2024-02-20T00:43:28.256203+0000 mgr.smithi088.fydtne (mgr.14182) 259 : cluster [DBG] pgmap v233: 129 pgs: 32 unknown, 11 creating+peering, 86 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-20T00:43:29.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:28 smithi150 bash[20372]: cephadm 2024-02-20T00:43:27.837275+0000 mgr.smithi088.fydtne (mgr.14182) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.yhkayf on smithi150 2024-02-20T00:43:29.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:28 smithi150 bash[20372]: audit 2024-02-20T00:43:27.970195+0000 mon.smithi088 (mon.0) 661 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:43:29.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:28 smithi150 bash[20372]: audit 2024-02-20T00:43:27.970379+0000 mon.smithi088 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:43:29.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:28 smithi150 bash[20372]: cluster 2024-02-20T00:43:27.970460+0000 mon.smithi088 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-20T00:43:29.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:28 smithi150 bash[20372]: cluster 2024-02-20T00:43:28.256203+0000 mgr.smithi088.fydtne (mgr.14182) 259 : cluster [DBG] pgmap v233: 129 pgs: 32 unknown, 11 creating+peering, 86 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-20T00:43:29.913 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2024-02-20T00:43:30.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:29 smithi088 bash[16865]: cluster 2024-02-20T00:43:28.988342+0000 mon.smithi088 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-20T00:43:30.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:29 smithi088 bash[16865]: audit 2024-02-20T00:43:28.990099+0000 mon.smithi088 (mon.0) 665 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:43:30.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:29 smithi088 bash[16865]: audit 2024-02-20T00:43:28.994645+0000 mon.smithi088 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:43:30.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:29 smithi088 bash[16865]: audit 2024-02-20T00:43:28.994717+0000 mon.smithi150 (mon.1) 22 : audit [INF] from='client.? 172.21.15.150:0/4136592417' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:43:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:30 smithi150 bash[20372]: cluster 2024-02-20T00:43:28.988342+0000 mon.smithi088 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-20T00:43:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:30 smithi150 bash[20372]: audit 2024-02-20T00:43:28.990099+0000 mon.smithi088 (mon.0) 665 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:43:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:30 smithi150 bash[20372]: audit 2024-02-20T00:43:28.994645+0000 mon.smithi088 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:43:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:30 smithi150 bash[20372]: audit 2024-02-20T00:43:28.994717+0000 mon.smithi150 (mon.1) 22 : audit [INF] from='client.? 172.21.15.150:0/4136592417' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:43:31.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: audit 2024-02-20T00:43:29.992359+0000 mon.smithi088 (mon.0) 667 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:43:31.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: audit 2024-02-20T00:43:29.992573+0000 mon.smithi088 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:43:31.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: cluster 2024-02-20T00:43:29.992692+0000 mon.smithi088 (mon.0) 669 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-20T00:43:31.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: audit 2024-02-20T00:43:30.013885+0000 mon.smithi088 (mon.0) 670 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:43:31.278 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: audit 2024-02-20T00:43:30.014691+0000 mon.smithi150 (mon.1) 23 : audit [INF] from='client.? 172.21.15.150:0/4136592417' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:43:31.278 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: audit 2024-02-20T00:43:30.015232+0000 mon.smithi088 (mon.0) 671 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:43:31.278 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: cluster 2024-02-20T00:43:30.256986+0000 mgr.smithi088.fydtne (mgr.14182) 260 : cluster [DBG] pgmap v236: 161 pgs: 40 unknown, 7 creating+activating, 3 creating+peering, 111 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-20T00:43:31.278 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:31 smithi150 bash[20372]: audit 2024-02-20T00:43:30.563260+0000 mon.smithi088 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: audit 2024-02-20T00:43:29.992359+0000 mon.smithi088 (mon.0) 667 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: audit 2024-02-20T00:43:29.992573+0000 mon.smithi088 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: cluster 2024-02-20T00:43:29.992692+0000 mon.smithi088 (mon.0) 669 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: audit 2024-02-20T00:43:30.013885+0000 mon.smithi088 (mon.0) 670 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: audit 2024-02-20T00:43:30.014691+0000 mon.smithi150 (mon.1) 23 : audit [INF] from='client.? 172.21.15.150:0/4136592417' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: audit 2024-02-20T00:43:30.015232+0000 mon.smithi088 (mon.0) 671 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: cluster 2024-02-20T00:43:30.256986+0000 mgr.smithi088.fydtne (mgr.14182) 260 : cluster [DBG] pgmap v236: 161 pgs: 40 unknown, 7 creating+activating, 3 creating+peering, 111 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-20T00:43:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:31 smithi088 bash[16865]: audit 2024-02-20T00:43:30.563260+0000 mon.smithi088 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:32.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: audit 2024-02-20T00:43:31.016785+0000 mon.smithi088 (mon.0) 673 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:43:32.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: audit 2024-02-20T00:43:31.016897+0000 mon.smithi088 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: cluster 2024-02-20T00:43:31.016996+0000 mon.smithi088 (mon.0) 675 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: cephadm 2024-02-20T00:43:31.673101+0000 mgr.smithi088.fydtne (mgr.14182) 261 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.yhkayf ... 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:32.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.yhkayf ... 2024-02-20T00:43:32.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: cephadm 2024-02-20T00:43:31.673414+0000 mgr.smithi088.fydtne (mgr.14182) 262 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: audit 2024-02-20T00:43:31.673949+0000 mon.smithi088 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.yhkayf"}]: dispatch 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: cephadm 2024-02-20T00:43:31.675592+0000 mgr.smithi088.fydtne (mgr.14182) 263 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.yhkayf on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.yhkayf ... 2024-02-20T00:43:32.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:32.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:32.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:32.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:32 smithi088 bash[16865]: cephadm 2024-02-20T00:43:31.681107+0000 mgr.smithi088.fydtne (mgr.14182) 264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.rmgejy on smithi088 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: audit 2024-02-20T00:43:31.016785+0000 mon.smithi088 (mon.0) 673 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: audit 2024-02-20T00:43:31.016897+0000 mon.smithi088 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.pncrft' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: cluster 2024-02-20T00:43:31.016996+0000 mon.smithi088 (mon.0) 675 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: cephadm 2024-02-20T00:43:31.673101+0000 mgr.smithi088.fydtne (mgr.14182) 261 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.yhkayf ... 2024-02-20T00:43:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.yhkayf ... 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: cephadm 2024-02-20T00:43:31.673414+0000 mgr.smithi088.fydtne (mgr.14182) 262 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: audit 2024-02-20T00:43:31.673949+0000 mon.smithi088 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.yhkayf"}]: dispatch 2024-02-20T00:43:32.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: cephadm 2024-02-20T00:43:31.675592+0000 mgr.smithi088.fydtne (mgr.14182) 263 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.yhkayf on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yhkayf 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yhkayf 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.yhkayf ... 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:32.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:32 smithi150 bash[20372]: cephadm 2024-02-20T00:43:31.681107+0000 mgr.smithi088.fydtne (mgr.14182) 264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.rmgejy on smithi088 2024-02-20T00:43:33.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:33 smithi088 bash[16865]: cluster 2024-02-20T00:43:32.258015+0000 mgr.smithi088.fydtne (mgr.14182) 265 : cluster [DBG] pgmap v238: 161 pgs: 7 creating+activating, 2 creating+peering, 152 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 4.9 KiB/s wr, 172 op/s 2024-02-20T00:43:33.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:33 smithi150 bash[20372]: cluster 2024-02-20T00:43:32.258015+0000 mgr.smithi088.fydtne (mgr.14182) 265 : cluster [DBG] pgmap v238: 161 pgs: 7 creating+activating, 2 creating+peering, 152 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 4.9 KiB/s wr, 172 op/s 2024-02-20T00:43:35.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:35 smithi088 bash[16865]: cluster 2024-02-20T00:43:34.258732+0000 mgr.smithi088.fydtne (mgr.14182) 266 : cluster [DBG] pgmap v239: 161 pgs: 7 creating+activating, 2 creating+peering, 152 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 3.5 KiB/s wr, 123 op/s 2024-02-20T00:43:35.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:35 smithi150 bash[20372]: cluster 2024-02-20T00:43:34.258732+0000 mgr.smithi088.fydtne (mgr.14182) 266 : cluster [DBG] pgmap v239: 161 pgs: 7 creating+activating, 2 creating+peering, 152 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 3.5 KiB/s wr, 123 op/s 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: cephadm 2024-02-20T00:43:35.665493+0000 mgr.smithi088.fydtne (mgr.14182) 267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.rmgejy ... 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.rmgejy ... 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: cephadm 2024-02-20T00:43:35.666069+0000 mgr.smithi088.fydtne (mgr.14182) 268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: audit 2024-02-20T00:43:35.666781+0000 mon.smithi088 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.rmgejy"}]: dispatch 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: cephadm 2024-02-20T00:43:35.668053+0000 mgr.smithi088.fydtne (mgr.14182) 269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.rmgejy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.rmgejy ... 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: audit 2024-02-20T00:43:35.674342+0000 mon.smithi088 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: cephadm 2024-02-20T00:43:35.674898+0000 mgr.smithi088.fydtne (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.fvigtz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: cephadm 2024-02-20T00:43:35.676615+0000 mgr.smithi088.fydtne (mgr.14182) 271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.mkzjmx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:36.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: cluster 2024-02-20T00:43:35.678123+0000 mgr.smithi088.fydtne (mgr.14182) 272 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 4.5 KiB/s wr, 211 op/s 2024-02-20T00:43:36.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:36 smithi150 bash[20372]: audit 2024-02-20T00:43:35.678280+0000 mon.smithi088 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:43:36.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: cephadm 2024-02-20T00:43:35.665493+0000 mgr.smithi088.fydtne (mgr.14182) 267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:36.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.rmgejy ... 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.rmgejy ... 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: cephadm 2024-02-20T00:43:35.666069+0000 mgr.smithi088.fydtne (mgr.14182) 268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: audit 2024-02-20T00:43:35.666781+0000 mon.smithi088 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.rmgejy"}]: dispatch 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: cephadm 2024-02-20T00:43:35.668053+0000 mgr.smithi088.fydtne (mgr.14182) 269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.rmgejy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rmgejy 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rmgejy 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.rmgejy ... 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: audit 2024-02-20T00:43:35.674342+0000 mon.smithi088 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: cephadm 2024-02-20T00:43:35.674898+0000 mgr.smithi088.fydtne (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.fvigtz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: cephadm 2024-02-20T00:43:35.676615+0000 mgr.smithi088.fydtne (mgr.14182) 271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.mkzjmx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: cluster 2024-02-20T00:43:35.678123+0000 mgr.smithi088.fydtne (mgr.14182) 272 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 4.5 KiB/s wr, 211 op/s 2024-02-20T00:43:36.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:36 smithi088 bash[16865]: audit 2024-02-20T00:43:35.678280+0000 mon.smithi088 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:43:37.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:37 smithi150 bash[20372]: cluster 2024-02-20T00:43:36.672173+0000 mon.smithi088 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:43:37.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:37 smithi088 bash[16865]: cluster 2024-02-20T00:43:36.672173+0000 mon.smithi088 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:43:38.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:38 smithi150 bash[20372]: cluster 2024-02-20T00:43:37.679111+0000 mgr.smithi088.fydtne (mgr.14182) 273 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 150 KiB/s rd, 5.2 KiB/s wr, 283 op/s 2024-02-20T00:43:38.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:38 smithi088 bash[16865]: cluster 2024-02-20T00:43:37.679111+0000 mgr.smithi088.fydtne (mgr.14182) 273 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 150 KiB/s rd, 5.2 KiB/s wr, 283 op/s 2024-02-20T00:43:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:40 smithi088 bash[16865]: cluster 2024-02-20T00:43:39.680073+0000 mgr.smithi088.fydtne (mgr.14182) 274 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 KiB/s rd, 4.1 KiB/s wr, 230 op/s 2024-02-20T00:43:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:40 smithi088 bash[16865]: audit 2024-02-20T00:43:40.578148+0000 mon.smithi088 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:40 smithi150 bash[20372]: cluster 2024-02-20T00:43:39.680073+0000 mgr.smithi088.fydtne (mgr.14182) 274 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 KiB/s rd, 4.1 KiB/s wr, 230 op/s 2024-02-20T00:43:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:40 smithi150 bash[20372]: audit 2024-02-20T00:43:40.578148+0000 mon.smithi088 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:42.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:42 smithi088 bash[16865]: audit 2024-02-20T00:43:41.532657+0000 mon.smithi088 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:42.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:42 smithi088 bash[16865]: cluster 2024-02-20T00:43:41.681368+0000 mgr.smithi088.fydtne (mgr.14182) 275 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 KiB/s rd, 3.0 KiB/s wr, 222 op/s 2024-02-20T00:43:42.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:42 smithi088 bash[16865]: audit 2024-02-20T00:43:41.779354+0000 mon.smithi088 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:42.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:42 smithi088 bash[16865]: audit 2024-02-20T00:43:42.058667+0000 mon.smithi088 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:42.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:42 smithi088 bash[16865]: audit 2024-02-20T00:43:42.059713+0000 mon.smithi088 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:43:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:42 smithi150 bash[20372]: audit 2024-02-20T00:43:41.532657+0000 mon.smithi088 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:42 smithi150 bash[20372]: cluster 2024-02-20T00:43:41.681368+0000 mgr.smithi088.fydtne (mgr.14182) 275 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 KiB/s rd, 3.0 KiB/s wr, 222 op/s 2024-02-20T00:43:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:42 smithi150 bash[20372]: audit 2024-02-20T00:43:41.779354+0000 mon.smithi088 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:42 smithi150 bash[20372]: audit 2024-02-20T00:43:42.058667+0000 mon.smithi088 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:42.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:42 smithi150 bash[20372]: audit 2024-02-20T00:43:42.059713+0000 mon.smithi088 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: cephadm 2024-02-20T00:43:42.310910+0000 mgr.smithi088.fydtne (mgr.14182) 276 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: audit 2024-02-20T00:43:42.716480+0000 mon.smithi088 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: audit 2024-02-20T00:43:42.727043+0000 mon.smithi088 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: audit 2024-02-20T00:43:42.737348+0000 mon.smithi088 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: cluster 2024-02-20T00:43:42.740000+0000 mgr.smithi088.fydtne (mgr.14182) 277 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 1.8 KiB/s wr, 164 op/s 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: audit 2024-02-20T00:43:42.748750+0000 mon.smithi088 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: audit 2024-02-20T00:43:42.768911+0000 mon.smithi088 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:43 smithi088 bash[16865]: cephadm 2024-02-20T00:43:42.776663+0000 mgr.smithi088.fydtne (mgr.14182) 278 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.mcjujt on smithi150 2024-02-20T00:43:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: cephadm 2024-02-20T00:43:42.310910+0000 mgr.smithi088.fydtne (mgr.14182) 276 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:43:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: audit 2024-02-20T00:43:42.716480+0000 mon.smithi088 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: audit 2024-02-20T00:43:42.727043+0000 mon.smithi088 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: audit 2024-02-20T00:43:42.737348+0000 mon.smithi088 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: cluster 2024-02-20T00:43:42.740000+0000 mgr.smithi088.fydtne (mgr.14182) 277 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 1.8 KiB/s wr, 164 op/s 2024-02-20T00:43:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: audit 2024-02-20T00:43:42.748750+0000 mon.smithi088 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:43:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: audit 2024-02-20T00:43:42.768911+0000 mon.smithi088 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:43 smithi150 bash[20372]: cephadm 2024-02-20T00:43:42.776663+0000 mgr.smithi088.fydtne (mgr.14182) 278 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.mcjujt on smithi150 2024-02-20T00:43:45.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:44 smithi088 bash[16865]: cluster 2024-02-20T00:43:43.733730+0000 mon.smithi088 (mon.0) 691 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:43:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:44 smithi088 bash[16865]: cluster 2024-02-20T00:43:43.733797+0000 mon.smithi088 (mon.0) 692 : cluster [INF] Cluster is now healthy 2024-02-20T00:43:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:44 smithi150 bash[20372]: cluster 2024-02-20T00:43:43.733730+0000 mon.smithi088 (mon.0) 691 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:43:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:44 smithi150 bash[20372]: cluster 2024-02-20T00:43:43.733797+0000 mon.smithi088 (mon.0) 692 : cluster [INF] Cluster is now healthy 2024-02-20T00:43:46.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:45 smithi088 bash[16865]: cluster 2024-02-20T00:43:44.740738+0000 mgr.smithi088.fydtne (mgr.14182) 279 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 1.8 KiB/s wr, 164 op/s 2024-02-20T00:43:46.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:45 smithi088 bash[16865]: audit 2024-02-20T00:43:45.592333+0000 mon.smithi088 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:46.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:45 smithi150 bash[20372]: cluster 2024-02-20T00:43:44.740738+0000 mgr.smithi088.fydtne (mgr.14182) 279 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 1.8 KiB/s wr, 164 op/s 2024-02-20T00:43:46.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:45 smithi150 bash[20372]: audit 2024-02-20T00:43:45.592333+0000 mon.smithi088 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:48.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:47 smithi088 bash[16865]: cluster 2024-02-20T00:43:46.742513+0000 mgr.smithi088.fydtne (mgr.14182) 280 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 1.1 KiB/s wr, 108 op/s 2024-02-20T00:43:48.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:47 smithi088 bash[16865]: audit 2024-02-20T00:43:46.954416+0000 mon.smithi088 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.mcjujt"}]: dispatch 2024-02-20T00:43:48.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:47 smithi150 bash[20372]: cluster 2024-02-20T00:43:46.742513+0000 mgr.smithi088.fydtne (mgr.14182) 280 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 1.1 KiB/s wr, 108 op/s 2024-02-20T00:43:48.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:47 smithi150 bash[20372]: audit 2024-02-20T00:43:46.954416+0000 mon.smithi088 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.mcjujt"}]: dispatch 2024-02-20T00:43:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: cephadm 2024-02-20T00:43:46.953253+0000 mgr.smithi088.fydtne (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.mcjujt ... 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:43:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.mcjujt ... 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: cephadm 2024-02-20T00:43:46.953725+0000 mgr.smithi088.fydtne (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: cephadm 2024-02-20T00:43:46.956049+0000 mgr.smithi088.fydtne (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.mcjujt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.mcjujt ... 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:48 smithi150 bash[20372]: cephadm 2024-02-20T00:43:46.960848+0000 mgr.smithi088.fydtne (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.grpqws on smithi088 2024-02-20T00:43:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: cephadm 2024-02-20T00:43:46.953253+0000 mgr.smithi088.fydtne (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.mcjujt ... 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:43:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.mcjujt ... 2024-02-20T00:43:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: cephadm 2024-02-20T00:43:46.953725+0000 mgr.smithi088.fydtne (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: cephadm 2024-02-20T00:43:46.956049+0000 mgr.smithi088.fydtne (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.mcjujt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mcjujt 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mcjujt 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.mcjujt ... 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:49.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:48 smithi088 bash[16865]: cephadm 2024-02-20T00:43:46.960848+0000 mgr.smithi088.fydtne (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.grpqws on smithi088 2024-02-20T00:43:49.702 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for sgml-base (1.29) ... 2024-02-20T00:43:49.857 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2024-02-20T00:43:50.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:49 smithi150 bash[20372]: cluster 2024-02-20T00:43:48.743465+0000 mgr.smithi088.fydtne (mgr.14182) 285 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 185 B/s wr, 39 op/s 2024-02-20T00:43:50.264 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for sgml-base (1.29) ... 2024-02-20T00:43:50.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:49 smithi088 bash[16865]: cluster 2024-02-20T00:43:48.743465+0000 mgr.smithi088.fydtne (mgr.14182) 285 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 185 B/s wr, 39 op/s 2024-02-20T00:43:50.395 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2024-02-20T00:43:50.736 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2024-02-20T00:43:50.774 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2024-02-20T00:43:50.836 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2024-02-20T00:43:50.869 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2024-02-20T00:43:50.910 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2024-02-20T00:43:50.944 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2024-02-20T00:43:51.003 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2024-02-20T00:43:51.062 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2024-02-20T00:43:51.088 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2024-02-20T00:43:51.122 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2024-02-20T00:43:51.146 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2024-02-20T00:43:51.172 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2024-02-20T00:43:51.198 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2024-02-20T00:43:51.589 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-02-20T00:43:51.949 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-02-20T00:43:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:51 smithi150 bash[20372]: cluster 2024-02-20T00:43:50.745304+0000 mgr.smithi088.fydtne (mgr.14182) 286 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 185 B/s wr, 39 op/s 2024-02-20T00:43:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:51 smithi150 bash[20372]: audit 2024-02-20T00:43:51.083471+0000 mon.smithi088 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.grpqws"}]: dispatch 2024-02-20T00:43:52.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:51 smithi150 bash[20372]: audit 2024-02-20T00:43:51.100628+0000 mon.smithi088 (mon.0) 696 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:43:52.266 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-boto3 (1.4.2-1) ... 2024-02-20T00:43:52.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:51 smithi088 bash[16865]: cluster 2024-02-20T00:43:50.745304+0000 mgr.smithi088.fydtne (mgr.14182) 286 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 185 B/s wr, 39 op/s 2024-02-20T00:43:52.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:51 smithi088 bash[16865]: audit 2024-02-20T00:43:51.083471+0000 mon.smithi088 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.grpqws"}]: dispatch 2024-02-20T00:43:52.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:51 smithi088 bash[16865]: audit 2024-02-20T00:43:51.100628+0000 mon.smithi088 (mon.0) 696 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:43:52.937 DEBUG:teuthology.orchestra.run.smithi088:> 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' 2024-02-20T00:43:52.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cephadm 2024-02-20T00:43:51.082326+0000 mgr.smithi088.fydtne (mgr.14182) 287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.grpqws ... 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.grpqws ... 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cephadm 2024-02-20T00:43:51.082786+0000 mgr.smithi088.fydtne (mgr.14182) 288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cephadm 2024-02-20T00:43:51.085349+0000 mgr.smithi088.fydtne (mgr.14182) 289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.grpqws on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.grpqws ... 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cephadm 2024-02-20T00:43:51.089025+0000 mgr.smithi088.fydtne (mgr.14182) 290 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.unlnro on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cephadm 2024-02-20T00:43:51.091570+0000 mgr.smithi088.fydtne (mgr.14182) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cluster 2024-02-20T00:43:51.092822+0000 mgr.smithi088.fydtne (mgr.14182) 292 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 217 B/s wr, 24 op/s 2024-02-20T00:43:53.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:52 smithi150 bash[20372]: cluster 2024-02-20T00:43:51.813403+0000 mon.smithi088 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:43:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cephadm 2024-02-20T00:43:51.082326+0000 mgr.smithi088.fydtne (mgr.14182) 287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.grpqws ... 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:43:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.grpqws ... 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cephadm 2024-02-20T00:43:51.082786+0000 mgr.smithi088.fydtne (mgr.14182) 288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cephadm 2024-02-20T00:43:51.085349+0000 mgr.smithi088.fydtne (mgr.14182) 289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.grpqws on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-grpqws 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.grpqws 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.grpqws ... 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cephadm 2024-02-20T00:43:51.089025+0000 mgr.smithi088.fydtne (mgr.14182) 290 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.unlnro on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:53.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cephadm 2024-02-20T00:43:51.091570+0000 mgr.smithi088.fydtne (mgr.14182) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:43:53.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cluster 2024-02-20T00:43:51.092822+0000 mgr.smithi088.fydtne (mgr.14182) 292 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 217 B/s wr, 24 op/s 2024-02-20T00:43:53.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:52 smithi088 bash[16865]: cluster 2024-02-20T00:43:51.813403+0000 mon.smithi088 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:43:55.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:54 smithi150 bash[20372]: cluster 2024-02-20T00:43:53.094158+0000 mgr.smithi088.fydtne (mgr.14182) 293 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 197 B/s wr, 17 op/s 2024-02-20T00:43:55.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:54 smithi088 bash[16865]: cluster 2024-02-20T00:43:53.094158+0000 mgr.smithi088.fydtne (mgr.14182) 293 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 197 B/s wr, 17 op/s 2024-02-20T00:43:56.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:56 smithi150 bash[20372]: cluster 2024-02-20T00:43:55.095465+0000 mgr.smithi088.fydtne (mgr.14182) 294 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 197 B/s wr, 17 op/s 2024-02-20T00:43:56.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:56 smithi150 bash[20372]: audit 2024-02-20T00:43:55.611658+0000 mon.smithi088 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:56.993 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 2024-02-20T00:43:57.020 INFO:teuthology.orchestra.run.smithi088.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bf037ad2ab67a26880cf0b6c94604d7ea7942571fe3d44c5d34ab0a42255954c 2024-02-20T00:43:57.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:56 smithi088 bash[16865]: cluster 2024-02-20T00:43:55.095465+0000 mgr.smithi088.fydtne (mgr.14182) 294 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 197 B/s wr, 17 op/s 2024-02-20T00:43:57.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:56 smithi088 bash[16865]: audit 2024-02-20T00:43:55.611658+0000 mon.smithi088 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:58.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:57 smithi088 bash[16865]: audit 2024-02-20T00:43:56.993743+0000 mon.smithi088 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:58.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:58 smithi088 bash[16865]: cluster 2024-02-20T00:43:57.097588+0000 mgr.smithi088.fydtne (mgr.14182) 295 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-20T00:43:58.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:58 smithi150 bash[20372]: audit 2024-02-20T00:43:56.993743+0000 mon.smithi088 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:58.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:58 smithi150 bash[20372]: cluster 2024-02-20T00:43:57.097588+0000 mgr.smithi088.fydtne (mgr.14182) 295 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: audit 2024-02-20T00:43:58.558506+0000 mon.smithi088 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: audit 2024-02-20T00:43:58.560336+0000 mon.smithi088 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: audit 2024-02-20T00:43:58.562034+0000 mon.smithi088 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: cephadm 2024-02-20T00:43:58.570812+0000 mgr.smithi088.fydtne (mgr.14182) 296 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: audit 2024-02-20T00:43:58.830872+0000 mon.smithi088 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: cluster 2024-02-20T00:43:58.831867+0000 mgr.smithi088.fydtne (mgr.14182) 297 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: audit 2024-02-20T00:43:58.841088+0000 mon.smithi088 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:43:59.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:43:59 smithi088 bash[16865]: audit 2024-02-20T00:43:58.856063+0000 mon.smithi088 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:59.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: audit 2024-02-20T00:43:58.558506+0000 mon.smithi088 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:59.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: audit 2024-02-20T00:43:58.560336+0000 mon.smithi088 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:43:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: audit 2024-02-20T00:43:58.562034+0000 mon.smithi088 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:43:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: cephadm 2024-02-20T00:43:58.570812+0000 mgr.smithi088.fydtne (mgr.14182) 296 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:43:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: audit 2024-02-20T00:43:58.830872+0000 mon.smithi088 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:43:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: cluster 2024-02-20T00:43:58.831867+0000 mgr.smithi088.fydtne (mgr.14182) 297 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-20T00:43:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: audit 2024-02-20T00:43:58.841088+0000 mon.smithi088 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:43:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:43:59 smithi150 bash[20372]: audit 2024-02-20T00:43:58.856063+0000 mon.smithi088 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:00.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:00 smithi088 bash[16865]: cephadm 2024-02-20T00:43:58.860523+0000 mgr.smithi088.fydtne (mgr.14182) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.mvnbrx on smithi150 2024-02-20T00:44:00.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:00 smithi088 bash[16865]: cluster 2024-02-20T00:43:59.828371+0000 mon.smithi088 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:44:00.884 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:00 smithi088 bash[16865]: cluster 2024-02-20T00:43:59.828463+0000 mon.smithi088 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-20T00:44:00.884 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:00 smithi088 bash[16865]: audit 2024-02-20T00:44:00.182173+0000 mon.smithi088 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]: dispatch 2024-02-20T00:44:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:00 smithi150 bash[20372]: cephadm 2024-02-20T00:43:58.860523+0000 mgr.smithi088.fydtne (mgr.14182) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.mvnbrx on smithi150 2024-02-20T00:44:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:00 smithi150 bash[20372]: cluster 2024-02-20T00:43:59.828371+0000 mon.smithi088 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:44:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:00 smithi150 bash[20372]: cluster 2024-02-20T00:43:59.828463+0000 mon.smithi088 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-20T00:44:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:00 smithi150 bash[20372]: audit 2024-02-20T00:44:00.182173+0000 mon.smithi088 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]: dispatch 2024-02-20T00:44:01.784 INFO:teuthology.run_tasks:Running task python... 2024-02-20T00:44:01.796 INFO:tasks.python:Running python on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:44:01.796 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') 2024-02-20T00:44:01.797 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-20T00:44:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:01 smithi088 bash[16865]: cluster 2024-02-20T00:44:00.833215+0000 mgr.smithi088.fydtne (mgr.14182) 299 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-20T00:44:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:01 smithi088 bash[16865]: audit 2024-02-20T00:44:00.841011+0000 mon.smithi088 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]': finished 2024-02-20T00:44:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:01 smithi088 bash[16865]: cluster 2024-02-20T00:44:00.841159+0000 mon.smithi088 (mon.0) 710 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-20T00:44:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:01 smithi150 bash[20372]: cluster 2024-02-20T00:44:00.833215+0000 mgr.smithi088.fydtne (mgr.14182) 299 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-20T00:44:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:01 smithi150 bash[20372]: audit 2024-02-20T00:44:00.841011+0000 mon.smithi088 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]': finished 2024-02-20T00:44:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:01 smithi150 bash[20372]: cluster 2024-02-20T00:44:00.841159+0000 mon.smithi088 (mon.0) 710 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-20T00:44:03.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:02 smithi150 bash[20372]: cluster 2024-02-20T00:44:01.843614+0000 mon.smithi088 (mon.0) 711 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-20T00:44:03.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:02 smithi150 bash[20372]: audit 2024-02-20T00:44:02.841107+0000 mon.smithi088 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.mvnbrx"}]: dispatch 2024-02-20T00:44:03.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:02 smithi088 bash[16865]: cluster 2024-02-20T00:44:01.843614+0000 mon.smithi088 (mon.0) 711 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-20T00:44:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:02 smithi088 bash[16865]: audit 2024-02-20T00:44:02.841107+0000 mon.smithi088 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.mvnbrx"}]: dispatch 2024-02-20T00:44:04.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: cluster 2024-02-20T00:44:02.833978+0000 mgr.smithi088.fydtne (mgr.14182) 300 : cluster [DBG] pgmap v257: 161 pgs: 1 peering, 160 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 132 B/s wr, 2 op/s 2024-02-20T00:44:04.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: cephadm 2024-02-20T00:44:02.840095+0000 mgr.smithi088.fydtne (mgr.14182) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.mvnbrx ... 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.mvnbrx ... 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: cephadm 2024-02-20T00:44:02.840548+0000 mgr.smithi088.fydtne (mgr.14182) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: cephadm 2024-02-20T00:44:02.842506+0000 mgr.smithi088.fydtne (mgr.14182) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.mvnbrx ... 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:04.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:04.190 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.190 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: cephadm 2024-02-20T00:44:02.846469+0000 mgr.smithi088.fydtne (mgr.14182) 304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.hkzqor on smithi088 2024-02-20T00:44:04.190 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: cluster 2024-02-20T00:44:02.863031+0000 mon.smithi088 (mon.0) 713 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-20T00:44:04.190 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:03 smithi150 bash[20372]: audit 2024-02-20T00:44:02.870706+0000 mon.smithi088 (mon.0) 714 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-20T00:44:04.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: cluster 2024-02-20T00:44:02.833978+0000 mgr.smithi088.fydtne (mgr.14182) 300 : cluster [DBG] pgmap v257: 161 pgs: 1 peering, 160 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 132 B/s wr, 2 op/s 2024-02-20T00:44:04.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: cephadm 2024-02-20T00:44:02.840095+0000 mgr.smithi088.fydtne (mgr.14182) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:04.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.mvnbrx ... 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:44:04.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.mvnbrx ... 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:04.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: cephadm 2024-02-20T00:44:02.840548+0000 mgr.smithi088.fydtne (mgr.14182) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: cephadm 2024-02-20T00:44:02.842506+0000 mgr.smithi088.fydtne (mgr.14182) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.mvnbrx ... 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: cephadm 2024-02-20T00:44:02.846469+0000 mgr.smithi088.fydtne (mgr.14182) 304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.hkzqor on smithi088 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: cluster 2024-02-20T00:44:02.863031+0000 mon.smithi088 (mon.0) 713 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-20T00:44:04.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:03 smithi088 bash[16865]: audit 2024-02-20T00:44:02.870706+0000 mon.smithi088 (mon.0) 714 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-20T00:44:05.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:04 smithi150 bash[20372]: audit 2024-02-20T00:44:03.866869+0000 mon.smithi088 (mon.0) 715 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-20T00:44:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:04 smithi150 bash[20372]: cluster 2024-02-20T00:44:03.867172+0000 mon.smithi088 (mon.0) 716 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-20T00:44:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:04 smithi150 bash[20372]: audit 2024-02-20T00:44:03.874318+0000 mon.smithi088 (mon.0) 717 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:44:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:04 smithi150 bash[20372]: audit 2024-02-20T00:44:04.868598+0000 mon.smithi088 (mon.0) 718 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:44:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:04 smithi150 bash[20372]: cluster 2024-02-20T00:44:04.868765+0000 mon.smithi088 (mon.0) 719 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-20T00:44:05.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:04 smithi088 bash[16865]: audit 2024-02-20T00:44:03.866869+0000 mon.smithi088 (mon.0) 715 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-20T00:44:05.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:04 smithi088 bash[16865]: cluster 2024-02-20T00:44:03.867172+0000 mon.smithi088 (mon.0) 716 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-20T00:44:05.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:04 smithi088 bash[16865]: audit 2024-02-20T00:44:03.874318+0000 mon.smithi088 (mon.0) 717 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:44:05.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:04 smithi088 bash[16865]: audit 2024-02-20T00:44:04.868598+0000 mon.smithi088 (mon.0) 718 : audit [INF] from='client.? 172.21.15.88:0/3590214958' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:44:05.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:04 smithi088 bash[16865]: cluster 2024-02-20T00:44:04.868765+0000 mon.smithi088 (mon.0) 719 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-20T00:44:06.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:05 smithi150 bash[20372]: cluster 2024-02-20T00:44:04.834762+0000 mgr.smithi088.fydtne (mgr.14182) 305 : cluster [DBG] pgmap v260: 193 pgs: 32 unknown, 1 peering, 160 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 255 B/s wr, 2 op/s 2024-02-20T00:44:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:05 smithi088 bash[16865]: cluster 2024-02-20T00:44:04.834762+0000 mgr.smithi088.fydtne (mgr.14182) 305 : cluster [DBG] pgmap v260: 193 pgs: 32 unknown, 1 peering, 160 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 255 B/s wr, 2 op/s 2024-02-20T00:44:06.982 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:44:06.992 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T00:44:06.992 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-02-20T00:44:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cluster 2024-02-20T00:44:05.902530+0000 mon.smithi088 (mon.0) 720 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-20T00:44:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: audit 2024-02-20T00:44:05.905028+0000 mon.smithi088 (mon.0) 721 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-20T00:44:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cephadm 2024-02-20T00:44:06.568267+0000 mgr.smithi088.fydtne (mgr.14182) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.hkzqor ... 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:44:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.hkzqor ... 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cephadm 2024-02-20T00:44:06.568505+0000 mgr.smithi088.fydtne (mgr.14182) 307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: audit 2024-02-20T00:44:06.569050+0000 mon.smithi088 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.hkzqor"}]: dispatch 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cephadm 2024-02-20T00:44:06.570211+0000 mgr.smithi088.fydtne (mgr.14182) 308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.hkzqor ... 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cephadm 2024-02-20T00:44:06.572075+0000 mgr.smithi088.fydtne (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:44:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cephadm 2024-02-20T00:44:06.573633+0000 mgr.smithi088.fydtne (mgr.14182) 310 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:44:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:06 smithi150 bash[20372]: cluster 2024-02-20T00:44:06.574953+0000 mgr.smithi088.fydtne (mgr.14182) 311 : cluster [DBG] pgmap v263: 225 pgs: 9 creating+peering, 31 unknown, 185 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 821 B/s wr, 7 op/s 2024-02-20T00:44:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cluster 2024-02-20T00:44:05.902530+0000 mon.smithi088 (mon.0) 720 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: audit 2024-02-20T00:44:05.905028+0000 mon.smithi088 (mon.0) 721 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cephadm 2024-02-20T00:44:06.568267+0000 mgr.smithi088.fydtne (mgr.14182) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.hkzqor ... 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.hkzqor ... 2024-02-20T00:44:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cephadm 2024-02-20T00:44:06.568505+0000 mgr.smithi088.fydtne (mgr.14182) 307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: audit 2024-02-20T00:44:06.569050+0000 mon.smithi088 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.hkzqor"}]: dispatch 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cephadm 2024-02-20T00:44:06.570211+0000 mgr.smithi088.fydtne (mgr.14182) 308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.hkzqor ... 2024-02-20T00:44:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cephadm 2024-02-20T00:44:06.572075+0000 mgr.smithi088.fydtne (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cephadm 2024-02-20T00:44:06.573633+0000 mgr.smithi088.fydtne (mgr.14182) 310 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:44:07.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:06 smithi088 bash[16865]: cluster 2024-02-20T00:44:06.574953+0000 mgr.smithi088.fydtne (mgr.14182) 311 : cluster [DBG] pgmap v263: 225 pgs: 9 creating+peering, 31 unknown, 185 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 821 B/s wr, 7 op/s 2024-02-20T00:44:08.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:07 smithi150 bash[20372]: cluster 2024-02-20T00:44:06.896160+0000 mon.smithi088 (mon.0) 723 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:44:08.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:07 smithi150 bash[20372]: audit 2024-02-20T00:44:06.915368+0000 mon.smithi088 (mon.0) 724 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-20T00:44:08.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:07 smithi150 bash[20372]: cluster 2024-02-20T00:44:06.915813+0000 mon.smithi088 (mon.0) 725 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-20T00:44:08.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:07 smithi088 bash[16865]: cluster 2024-02-20T00:44:06.896160+0000 mon.smithi088 (mon.0) 723 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:44:08.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:07 smithi088 bash[16865]: audit 2024-02-20T00:44:06.915368+0000 mon.smithi088 (mon.0) 724 : audit [INF] from='client.? 172.21.15.88:0/1902424238' entity='client.rgw.foorgw.smithi088.klwvvy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-20T00:44:08.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:07 smithi088 bash[16865]: cluster 2024-02-20T00:44:06.915813+0000 mon.smithi088 (mon.0) 725 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-20T00:44:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:08 smithi150 bash[20372]: cluster 2024-02-20T00:44:07.917845+0000 mon.smithi088 (mon.0) 726 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-20T00:44:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:08 smithi150 bash[20372]: cluster 2024-02-20T00:44:08.575541+0000 mgr.smithi088.fydtne (mgr.14182) 312 : cluster [DBG] pgmap v266: 225 pgs: 17 creating+peering, 15 unknown, 193 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-02-20T00:44:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:08 smithi088 bash[16865]: cluster 2024-02-20T00:44:07.917845+0000 mon.smithi088 (mon.0) 726 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-20T00:44:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:08 smithi088 bash[16865]: cluster 2024-02-20T00:44:08.575541+0000 mgr.smithi088.fydtne (mgr.14182) 312 : cluster [DBG] pgmap v266: 225 pgs: 17 creating+peering, 15 unknown, 193 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-02-20T00:44:10.986 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-02-20T00:44:10.987 INFO:teuthology.orchestra.run.smithi088.stdout: "bind": "/foobucket", 2024-02-20T00:44:10.987 INFO:teuthology.orchestra.run.smithi088.stdout: "path": "foobucket", 2024-02-20T00:44:10.987 INFO:teuthology.orchestra.run.smithi088.stdout: "cluster": "foo", 2024-02-20T00:44:10.987 INFO:teuthology.orchestra.run.smithi088.stdout: "mode": "RW", 2024-02-20T00:44:10.987 INFO:teuthology.orchestra.run.smithi088.stdout: "squash": "none" 2024-02-20T00:44:10.987 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-02-20T00:44:11.652 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-20T00:44:11.662 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-20T00:44:11.663 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:11.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:11 smithi150 bash[20372]: cluster 2024-02-20T00:44:10.577177+0000 mgr.smithi088.fydtne (mgr.14182) 313 : cluster [DBG] pgmap v267: 225 pgs: 17 creating+peering, 208 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-02-20T00:44:11.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:11 smithi150 bash[20372]: audit 2024-02-20T00:44:10.616567+0000 mgr.smithi088.fydtne (mgr.14182) 314 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:44:11.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:11 smithi150 bash[20372]: audit 2024-02-20T00:44:10.641939+0000 mon.smithi088 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:12.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:11 smithi088 bash[16865]: cluster 2024-02-20T00:44:10.577177+0000 mgr.smithi088.fydtne (mgr.14182) 313 : cluster [DBG] pgmap v267: 225 pgs: 17 creating+peering, 208 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-02-20T00:44:12.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:11 smithi088 bash[16865]: audit 2024-02-20T00:44:10.616567+0000 mgr.smithi088.fydtne (mgr.14182) 314 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:44:12.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:11 smithi088 bash[16865]: audit 2024-02-20T00:44:10.641939+0000 mon.smithi088 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:13.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:13 smithi150 bash[20372]: cluster 2024-02-20T00:44:12.579285+0000 mgr.smithi088.fydtne (mgr.14182) 315 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.0 KiB/s wr, 13 op/s 2024-02-20T00:44:14.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:13 smithi088 bash[16865]: cluster 2024-02-20T00:44:12.579285+0000 mgr.smithi088.fydtne (mgr.14182) 315 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.0 KiB/s wr, 13 op/s 2024-02-20T00:44:15.034 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:15.034 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:15.657 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-20T00:44:15.657 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-20T00:44:15.666 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-20T00:44:15.666 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:15.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:15 smithi150 bash[20372]: cluster 2024-02-20T00:44:14.580130+0000 mgr.smithi088.fydtne (mgr.14182) 316 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 767 B/s wr, 10 op/s 2024-02-20T00:44:15.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:15 smithi150 bash[20372]: audit 2024-02-20T00:44:15.362207+0000 mon.smithi088 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:16.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:15 smithi088 bash[16865]: cluster 2024-02-20T00:44:14.580130+0000 mgr.smithi088.fydtne (mgr.14182) 316 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 767 B/s wr, 10 op/s 2024-02-20T00:44:16.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:15 smithi088 bash[16865]: audit 2024-02-20T00:44:15.362207+0000 mon.smithi088 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:16.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:16 smithi150 bash[20372]: audit 2024-02-20T00:44:15.016972+0000 mgr.smithi088.fydtne (mgr.14182) 317 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:16.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:16 smithi088 bash[16865]: audit 2024-02-20T00:44:15.016972+0000 mgr.smithi088.fydtne (mgr.14182) 317 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:17.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:17 smithi150 bash[20372]: cluster 2024-02-20T00:44:16.581472+0000 mgr.smithi088.fydtne (mgr.14182) 318 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 635 B/s wr, 20 op/s 2024-02-20T00:44:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:17 smithi088 bash[16865]: cluster 2024-02-20T00:44:16.581472+0000 mgr.smithi088.fydtne (mgr.14182) 318 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 635 B/s wr, 20 op/s 2024-02-20T00:44:18.863 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:18.864 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:19.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:19.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:19 smithi088 bash[16865]: cluster 2024-02-20T00:44:18.582820+0000 mgr.smithi088.fydtne (mgr.14182) 319 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 575 B/s wr, 18 op/s 2024-02-20T00:44:19.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:19 smithi150 bash[20372]: cluster 2024-02-20T00:44:18.582820+0000 mgr.smithi088.fydtne (mgr.14182) 319 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 575 B/s wr, 18 op/s 2024-02-20T00:44:20.474 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:20.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:20 smithi088 bash[16865]: audit 2024-02-20T00:44:18.847700+0000 mgr.smithi088.fydtne (mgr.14182) 320 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:20.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:20 smithi088 bash[16865]: audit 2024-02-20T00:44:20.660551+0000 mon.smithi088 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:20.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:20 smithi150 bash[20372]: audit 2024-02-20T00:44:18.847700+0000 mgr.smithi088.fydtne (mgr.14182) 320 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:20.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:20 smithi150 bash[20372]: audit 2024-02-20T00:44:20.660551+0000 mon.smithi088 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:44:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:21 smithi088 bash[16865]: cluster 2024-02-20T00:44:20.583981+0000 mgr.smithi088.fydtne (mgr.14182) 321 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 511 B/s wr, 16 op/s 2024-02-20T00:44:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:21 smithi150 bash[20372]: cluster 2024-02-20T00:44:20.583981+0000 mgr.smithi088.fydtne (mgr.14182) 321 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 511 B/s wr, 16 op/s 2024-02-20T00:44:23.688 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:23.688 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:24.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:23 smithi088 bash[16865]: cluster 2024-02-20T00:44:22.585898+0000 mgr.smithi088.fydtne (mgr.14182) 322 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 426 B/s wr, 15 op/s 2024-02-20T00:44:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:23 smithi150 bash[20372]: cluster 2024-02-20T00:44:22.585898+0000 mgr.smithi088.fydtne (mgr.14182) 322 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 426 B/s wr, 15 op/s 2024-02-20T00:44:24.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:24 smithi088 bash[16865]: audit 2024-02-20T00:44:23.679350+0000 mgr.smithi088.fydtne (mgr.14182) 323 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:24 smithi150 bash[20372]: audit 2024-02-20T00:44:23.679350+0000 mgr.smithi088.fydtne (mgr.14182) 323 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:25.299 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:26.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:25 smithi088 bash[16865]: cluster 2024-02-20T00:44:24.587038+0000 mgr.smithi088.fydtne (mgr.14182) 324 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 170 B/s wr, 9 op/s 2024-02-20T00:44:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:25 smithi150 bash[20372]: cluster 2024-02-20T00:44:24.587038+0000 mgr.smithi088.fydtne (mgr.14182) 324 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 170 B/s wr, 9 op/s 2024-02-20T00:44:28.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:27 smithi088 bash[16865]: cluster 2024-02-20T00:44:26.589016+0000 mgr.smithi088.fydtne (mgr.14182) 325 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 170 B/s wr, 9 op/s 2024-02-20T00:44:28.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:27 smithi150 bash[20372]: cluster 2024-02-20T00:44:26.589016+0000 mgr.smithi088.fydtne (mgr.14182) 325 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 170 B/s wr, 9 op/s 2024-02-20T00:44:28.616 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:28.616 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:29.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:30.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:29 smithi088 bash[16865]: cluster 2024-02-20T00:44:28.590401+0000 mgr.smithi088.fydtne (mgr.14182) 326 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:30.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:29 smithi088 bash[16865]: audit 2024-02-20T00:44:28.607081+0000 mgr.smithi088.fydtne (mgr.14182) 327 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:29 smithi150 bash[20372]: cluster 2024-02-20T00:44:28.590401+0000 mgr.smithi088.fydtne (mgr.14182) 326 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:30.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:29 smithi150 bash[20372]: audit 2024-02-20T00:44:28.607081+0000 mgr.smithi088.fydtne (mgr.14182) 327 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:30.270 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:32.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:31 smithi088 bash[16865]: cluster 2024-02-20T00:44:30.592203+0000 mgr.smithi088.fydtne (mgr.14182) 328 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:31 smithi150 bash[20372]: cluster 2024-02-20T00:44:30.592203+0000 mgr.smithi088.fydtne (mgr.14182) 328 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:33.532 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:33.532 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:34.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:33 smithi088 bash[16865]: cluster 2024-02-20T00:44:32.594025+0000 mgr.smithi088.fydtne (mgr.14182) 329 : cluster [DBG] pgmap v278: 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 2024-02-20T00:44:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:33 smithi150 bash[20372]: cluster 2024-02-20T00:44:32.594025+0000 mgr.smithi088.fydtne (mgr.14182) 329 : cluster [DBG] pgmap v278: 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 2024-02-20T00:44:34.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:35.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:34 smithi088 bash[16865]: audit 2024-02-20T00:44:33.515850+0000 mgr.smithi088.fydtne (mgr.14182) 330 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:34 smithi150 bash[20372]: audit 2024-02-20T00:44:33.515850+0000 mgr.smithi088.fydtne (mgr.14182) 330 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:35.210 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:36.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:35 smithi088 bash[16865]: cluster 2024-02-20T00:44:34.595068+0000 mgr.smithi088.fydtne (mgr.14182) 331 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-20T00:44:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:35 smithi150 bash[20372]: cluster 2024-02-20T00:44:34.595068+0000 mgr.smithi088.fydtne (mgr.14182) 331 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-20T00:44:38.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:37 smithi088 bash[16865]: cluster 2024-02-20T00:44:36.597265+0000 mgr.smithi088.fydtne (mgr.14182) 332 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-20T00:44:38.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:37 smithi150 bash[20372]: cluster 2024-02-20T00:44:36.597265+0000 mgr.smithi088.fydtne (mgr.14182) 332 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-20T00:44:38.529 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:38.529 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:39.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:40.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:39 smithi088 bash[16865]: audit 2024-02-20T00:44:38.519461+0000 mgr.smithi088.fydtne (mgr.14182) 333 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:40.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:39 smithi088 bash[16865]: cluster 2024-02-20T00:44:38.598925+0000 mgr.smithi088.fydtne (mgr.14182) 334 : cluster [DBG] pgmap v281: 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 2024-02-20T00:44:40.178 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:39 smithi150 bash[20372]: audit 2024-02-20T00:44:38.519461+0000 mgr.smithi088.fydtne (mgr.14182) 333 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:39 smithi150 bash[20372]: cluster 2024-02-20T00:44:38.598925+0000 mgr.smithi088.fydtne (mgr.14182) 334 : cluster [DBG] pgmap v281: 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 2024-02-20T00:44:42.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:41 smithi088 bash[16865]: cluster 2024-02-20T00:44:40.600178+0000 mgr.smithi088.fydtne (mgr.14182) 335 : cluster [DBG] pgmap v282: 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 2024-02-20T00:44:42.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:41 smithi150 bash[20372]: cluster 2024-02-20T00:44:40.600178+0000 mgr.smithi088.fydtne (mgr.14182) 335 : cluster [DBG] pgmap v282: 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 2024-02-20T00:44:43.412 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:43.412 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:43 smithi088 bash[16865]: cluster 2024-02-20T00:44:42.601960+0000 mgr.smithi088.fydtne (mgr.14182) 336 : cluster [DBG] pgmap v283: 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 2024-02-20T00:44:44.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:43 smithi150 bash[20372]: cluster 2024-02-20T00:44:42.601960+0000 mgr.smithi088.fydtne (mgr.14182) 336 : cluster [DBG] pgmap v283: 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 2024-02-20T00:44:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:44 smithi088 bash[16865]: audit 2024-02-20T00:44:43.398879+0000 mgr.smithi088.fydtne (mgr.14182) 337 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:45.126 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:44 smithi150 bash[20372]: audit 2024-02-20T00:44:43.398879+0000 mgr.smithi088.fydtne (mgr.14182) 337 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:46.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:45 smithi088 bash[16865]: cluster 2024-02-20T00:44:44.602970+0000 mgr.smithi088.fydtne (mgr.14182) 338 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:46.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:45 smithi150 bash[20372]: cluster 2024-02-20T00:44:44.602970+0000 mgr.smithi088.fydtne (mgr.14182) 338 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:47 smithi088 bash[16865]: cluster 2024-02-20T00:44:46.604828+0000 mgr.smithi088.fydtne (mgr.14182) 339 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:44:48.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:47 smithi150 bash[20372]: cluster 2024-02-20T00:44:46.604828+0000 mgr.smithi088.fydtne (mgr.14182) 339 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:44:48.391 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:48.391 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:49.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:50.036 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:50.045 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:49 smithi088 bash[16865]: audit 2024-02-20T00:44:48.376923+0000 mgr.smithi088.fydtne (mgr.14182) 340 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:50.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:49 smithi088 bash[16865]: cluster 2024-02-20T00:44:48.606047+0000 mgr.smithi088.fydtne (mgr.14182) 341 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:50.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:49 smithi150 bash[20372]: audit 2024-02-20T00:44:48.376923+0000 mgr.smithi088.fydtne (mgr.14182) 340 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:50.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:49 smithi150 bash[20372]: cluster 2024-02-20T00:44:48.606047+0000 mgr.smithi088.fydtne (mgr.14182) 341 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:52.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:51 smithi088 bash[16865]: cluster 2024-02-20T00:44:50.607611+0000 mgr.smithi088.fydtne (mgr.14182) 342 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:51 smithi150 bash[20372]: cluster 2024-02-20T00:44:50.607611+0000 mgr.smithi088.fydtne (mgr.14182) 342 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:53.389 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:53.390 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:54.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:54.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:53 smithi088 bash[16865]: cluster 2024-02-20T00:44:52.609140+0000 mgr.smithi088.fydtne (mgr.14182) 343 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:53 smithi150 bash[20372]: cluster 2024-02-20T00:44:52.609140+0000 mgr.smithi088.fydtne (mgr.14182) 343 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:55.036 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:44:55.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:54 smithi150 bash[20372]: audit 2024-02-20T00:44:53.375360+0000 mgr.smithi088.fydtne (mgr.14182) 344 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:55.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:54 smithi088 bash[16865]: audit 2024-02-20T00:44:53.375360+0000 mgr.smithi088.fydtne (mgr.14182) 344 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:44:56.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:55 smithi088 bash[16865]: cluster 2024-02-20T00:44:54.610122+0000 mgr.smithi088.fydtne (mgr.14182) 345 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:56.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:55 smithi150 bash[20372]: cluster 2024-02-20T00:44:54.610122+0000 mgr.smithi088.fydtne (mgr.14182) 345 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:44:58.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:57 smithi088 bash[16865]: cluster 2024-02-20T00:44:56.612150+0000 mgr.smithi088.fydtne (mgr.14182) 346 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:44:58.176 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:44:58.176 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:44:58.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:57 smithi150 bash[20372]: cluster 2024-02-20T00:44:56.612150+0000 mgr.smithi088.fydtne (mgr.14182) 346 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:44:58.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:44:59.809 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:00.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:59 smithi150 bash[20372]: audit 2024-02-20T00:44:58.159940+0000 mgr.smithi088.fydtne (mgr.14182) 347 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:00.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:44:59 smithi150 bash[20372]: cluster 2024-02-20T00:44:58.613401+0000 mgr.smithi088.fydtne (mgr.14182) 348 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:00.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:59 smithi088 bash[16865]: audit 2024-02-20T00:44:58.159940+0000 mgr.smithi088.fydtne (mgr.14182) 347 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:00.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:44:59 smithi088 bash[16865]: cluster 2024-02-20T00:44:58.613401+0000 mgr.smithi088.fydtne (mgr.14182) 348 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:01 smithi150 bash[20372]: cluster 2024-02-20T00:45:00.615172+0000 mgr.smithi088.fydtne (mgr.14182) 349 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:01 smithi150 bash[20372]: audit 2024-02-20T00:45:00.850603+0000 mon.smithi088 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2024-02-20T00:45:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:01 smithi088 bash[16865]: cluster 2024-02-20T00:45:00.615172+0000 mgr.smithi088.fydtne (mgr.14182) 349 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:01 smithi088 bash[16865]: audit 2024-02-20T00:45:00.850603+0000 mon.smithi088 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2024-02-20T00:45:03.044 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:03.044 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:02 smithi088 bash[16865]: audit 2024-02-20T00:45:01.833061+0000 mon.smithi088 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2024-02-20T00:45:03.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:02 smithi088 bash[16865]: cluster 2024-02-20T00:45:01.833233+0000 mon.smithi088 (mon.0) 732 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-20T00:45:03.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:02 smithi150 bash[20372]: audit 2024-02-20T00:45:01.833061+0000 mon.smithi088 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2024-02-20T00:45:03.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:02 smithi150 bash[20372]: cluster 2024-02-20T00:45:01.833233+0000 mon.smithi088 (mon.0) 732 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-20T00:45:03.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:04.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:03 smithi088 bash[16865]: cluster 2024-02-20T00:45:02.616055+0000 mgr.smithi088.fydtne (mgr.14182) 350 : cluster [DBG] pgmap v294: 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 2024-02-20T00:45:04.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:03 smithi088 bash[16865]: cluster 2024-02-20T00:45:02.849219+0000 mon.smithi088 (mon.0) 733 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-20T00:45:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:03 smithi150 bash[20372]: cluster 2024-02-20T00:45:02.616055+0000 mgr.smithi088.fydtne (mgr.14182) 350 : cluster [DBG] pgmap v294: 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 2024-02-20T00:45:04.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:03 smithi150 bash[20372]: cluster 2024-02-20T00:45:02.849219+0000 mon.smithi088 (mon.0) 733 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-20T00:45:04.661 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:05.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:04 smithi088 bash[16865]: audit 2024-02-20T00:45:03.028509+0000 mgr.smithi088.fydtne (mgr.14182) 351 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:05.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:04 smithi088 bash[16865]: cluster 2024-02-20T00:45:04.617045+0000 mgr.smithi088.fydtne (mgr.14182) 352 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:45:05.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:04 smithi150 bash[20372]: audit 2024-02-20T00:45:03.028509+0000 mgr.smithi088.fydtne (mgr.14182) 351 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:04 smithi150 bash[20372]: cluster 2024-02-20T00:45:04.617045+0000 mgr.smithi088.fydtne (mgr.14182) 352 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:45:07.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:06 smithi088 bash[16865]: audit 2024-02-20T00:45:06.577866+0000 mon.smithi088 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:45:07.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:06 smithi150 bash[20372]: audit 2024-02-20T00:45:06.577866+0000 mon.smithi088 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:45:07.848 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:07.848 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:43:58.547553Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:43:56.982754Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:43:58.547754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:43:56.983084Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:43:56.983249Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:43:58.548590Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:43:56.983405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:43:56.983705Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:43:56.983555Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:43:56.984348Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:08.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:07 smithi088 bash[16865]: cluster 2024-02-20T00:45:06.618274+0000 mgr.smithi088.fydtne (mgr.14182) 353 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-20T00:45:08.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:07 smithi150 bash[20372]: cluster 2024-02-20T00:45:06.618274+0000 mgr.smithi088.fydtne (mgr.14182) 353 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-20T00:45:08.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:09.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:08 smithi088 bash[16865]: audit 2024-02-20T00:45:07.836212+0000 mgr.smithi088.fydtne (mgr.14182) 354 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:08 smithi150 bash[20372]: audit 2024-02-20T00:45:07.836212+0000 mgr.smithi088.fydtne (mgr.14182) 354 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:09.522 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:09.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:09 smithi088 bash[16865]: cluster 2024-02-20T00:45:08.619701+0000 mgr.smithi088.fydtne (mgr.14182) 355 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-20T00:45:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:09 smithi150 bash[20372]: cluster 2024-02-20T00:45:08.619701+0000 mgr.smithi088.fydtne (mgr.14182) 355 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-20T00:45:12.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:11 smithi088 bash[16865]: cluster 2024-02-20T00:45:10.620661+0000 mgr.smithi088.fydtne (mgr.14182) 356 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-02-20T00:45:12.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:11 smithi150 bash[20372]: cluster 2024-02-20T00:45:10.620661+0000 mgr.smithi088.fydtne (mgr.14182) 356 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-02-20T00:45:12.798 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:12.798 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:51.091428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.upndkg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:13.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:13.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:12.463559+0000 mon.smithi088 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: cluster 2024-02-20T00:45:12.622131+0000 mgr.smithi088.fydtne (mgr.14182) 357 : cluster [DBG] pgmap v300: 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 2024-02-20T00:45:13.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:12.728576+0000 mon.smithi088 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:12.781663+0000 mgr.smithi088.fydtne (mgr.14182) 358 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:13.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:13.014036+0000 mon.smithi088 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:45:13.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:13.015425+0000 mon.smithi088 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:45:13.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:13.022142+0000 mon.smithi088 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:13.030622+0000 mon.smithi088 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:45:13.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:13 smithi088 bash[16865]: audit 2024-02-20T00:45:13.041628+0000 mon.smithi088 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:12.463559+0000 mon.smithi088 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: cluster 2024-02-20T00:45:12.622131+0000 mgr.smithi088.fydtne (mgr.14182) 357 : cluster [DBG] pgmap v300: 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 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:12.728576+0000 mon.smithi088 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:12.781663+0000 mgr.smithi088.fydtne (mgr.14182) 358 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:13.014036+0000 mon.smithi088 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:13.015425+0000 mon.smithi088 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:13.022142+0000 mon.smithi088 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:13.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:13.030622+0000 mon.smithi088 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:45:13.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:13 smithi150 bash[20372]: audit 2024-02-20T00:45:13.041628+0000 mon.smithi088 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:14.414 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:14.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:14 smithi088 bash[16865]: cluster 2024-02-20T00:45:13.022878+0000 mgr.smithi088.fydtne (mgr.14182) 359 : cluster [DBG] pgmap v301: 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 2024-02-20T00:45:14.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:14 smithi088 bash[16865]: cephadm 2024-02-20T00:45:13.044484+0000 mgr.smithi088.fydtne (mgr.14182) 360 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.eoxrua on smithi150 2024-02-20T00:45:14.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:14 smithi088 bash[16865]: cluster 2024-02-20T00:45:13.461235+0000 mon.smithi088 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:45:14.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:14 smithi088 bash[16865]: cluster 2024-02-20T00:45:13.461317+0000 mon.smithi088 (mon.0) 743 : cluster [INF] Cluster is now healthy 2024-02-20T00:45:14.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:14 smithi150 bash[20372]: cluster 2024-02-20T00:45:13.022878+0000 mgr.smithi088.fydtne (mgr.14182) 359 : cluster [DBG] pgmap v301: 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 2024-02-20T00:45:14.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:14 smithi150 bash[20372]: cephadm 2024-02-20T00:45:13.044484+0000 mgr.smithi088.fydtne (mgr.14182) 360 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.eoxrua on smithi150 2024-02-20T00:45:14.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:14 smithi150 bash[20372]: cluster 2024-02-20T00:45:13.461235+0000 mon.smithi088 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:45:14.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:14 smithi150 bash[20372]: cluster 2024-02-20T00:45:13.461317+0000 mon.smithi088 (mon.0) 743 : cluster [INF] Cluster is now healthy 2024-02-20T00:45:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:16 smithi150 bash[20372]: cluster 2024-02-20T00:45:15.023871+0000 mgr.smithi088.fydtne (mgr.14182) 361 : cluster [DBG] pgmap v302: 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 2024-02-20T00:45:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:16 smithi150 bash[20372]: audit 2024-02-20T00:45:15.363550+0000 mon.smithi088 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:16 smithi088 bash[16865]: cluster 2024-02-20T00:45:15.023871+0000 mgr.smithi088.fydtne (mgr.14182) 361 : cluster [DBG] pgmap v302: 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 2024-02-20T00:45:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:16 smithi088 bash[16865]: audit 2024-02-20T00:45:15.363550+0000 mon.smithi088 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:17.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:17 smithi150 bash[20372]: audit 2024-02-20T00:45:16.867717+0000 mon.smithi088 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.eoxrua"}]: dispatch 2024-02-20T00:45:17.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:17 smithi088 bash[16865]: audit 2024-02-20T00:45:16.867717+0000 mon.smithi088 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.eoxrua"}]: dispatch 2024-02-20T00:45:17.866 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:17.866 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:02.842296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.mvnbrx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-mvnbrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.mvnbrx\nDeploy daemon haproxy.nfs.foo.smithi150.mvnbrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.570062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.hkzqor on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-hkzqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.hkzqor\nDeploy daemon haproxy.nfs.foo.smithi088.hkzqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:44:06.571951Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oaylop on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:18.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: cephadm 2024-02-20T00:45:16.866494+0000 mgr.smithi088.fydtne (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.eoxrua ... 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:45:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.eoxrua ... 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: cephadm 2024-02-20T00:45:16.867057+0000 mgr.smithi088.fydtne (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: cephadm 2024-02-20T00:45:16.869449+0000 mgr.smithi088.fydtne (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.eoxrua ... 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: cephadm 2024-02-20T00:45:16.874157+0000 mgr.smithi088.fydtne (mgr.14182) 365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.ckvipc on smithi088 2024-02-20T00:45:18.690 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:18 smithi150 bash[20372]: cluster 2024-02-20T00:45:17.025339+0000 mgr.smithi088.fydtne (mgr.14182) 366 : cluster [DBG] pgmap v303: 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 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: cephadm 2024-02-20T00:45:16.866494+0000 mgr.smithi088.fydtne (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.eoxrua ... 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.eoxrua ... 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: cephadm 2024-02-20T00:45:16.867057+0000 mgr.smithi088.fydtne (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: cephadm 2024-02-20T00:45:16.869449+0000 mgr.smithi088.fydtne (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.eoxrua ... 2024-02-20T00:45:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:18.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:18.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:18.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:18.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: cephadm 2024-02-20T00:45:16.874157+0000 mgr.smithi088.fydtne (mgr.14182) 365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.ckvipc on smithi088 2024-02-20T00:45:18.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:18 smithi088 bash[16865]: cluster 2024-02-20T00:45:17.025339+0000 mgr.smithi088.fydtne (mgr.14182) 366 : cluster [DBG] pgmap v303: 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 2024-02-20T00:45:19.544 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:19.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:19 smithi150 bash[20372]: audit 2024-02-20T00:45:17.857400+0000 mgr.smithi088.fydtne (mgr.14182) 367 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:19.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:19 smithi088 bash[16865]: audit 2024-02-20T00:45:17.857400+0000 mgr.smithi088.fydtne (mgr.14182) 367 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:20.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:20 smithi150 bash[20372]: cluster 2024-02-20T00:45:19.026197+0000 mgr.smithi088.fydtne (mgr.14182) 368 : cluster [DBG] pgmap v304: 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 2024-02-20T00:45:20.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:20 smithi088 bash[16865]: cluster 2024-02-20T00:45:19.026197+0000 mgr.smithi088.fydtne (mgr.14182) 368 : cluster [DBG] pgmap v304: 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 2024-02-20T00:45:21.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: cephadm 2024-02-20T00:45:20.798400+0000 mgr.smithi088.fydtne (mgr.14182) 369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.ckvipc ... 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:45:21.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.ckvipc ... 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: cephadm 2024-02-20T00:45:20.798882+0000 mgr.smithi088.fydtne (mgr.14182) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: audit 2024-02-20T00:45:20.799460+0000 mon.smithi088 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.ckvipc"}]: dispatch 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: cephadm 2024-02-20T00:45:20.801187+0000 mgr.smithi088.fydtne (mgr.14182) 371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.ckvipc ... 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: cephadm 2024-02-20T00:45:20.806852+0000 mgr.smithi088.fydtne (mgr.14182) 372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: cephadm 2024-02-20T00:45:20.812629+0000 mgr.smithi088.fydtne (mgr.14182) 373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:45:21.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:21 smithi150 bash[20372]: cluster 2024-02-20T00:45:20.813809+0000 mgr.smithi088.fydtne (mgr.14182) 374 : cluster [DBG] pgmap v305: 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 2024-02-20T00:45:21.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: cephadm 2024-02-20T00:45:20.798400+0000 mgr.smithi088.fydtne (mgr.14182) 369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.ckvipc ... 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:21.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.ckvipc ... 2024-02-20T00:45:21.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: cephadm 2024-02-20T00:45:20.798882+0000 mgr.smithi088.fydtne (mgr.14182) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: audit 2024-02-20T00:45:20.799460+0000 mon.smithi088 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.ckvipc"}]: dispatch 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: cephadm 2024-02-20T00:45:20.801187+0000 mgr.smithi088.fydtne (mgr.14182) 371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.ckvipc ... 2024-02-20T00:45:21.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: cephadm 2024-02-20T00:45:20.806852+0000 mgr.smithi088.fydtne (mgr.14182) 372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: cephadm 2024-02-20T00:45:20.812629+0000 mgr.smithi088.fydtne (mgr.14182) 373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:45:21.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:21 smithi088 bash[16865]: cluster 2024-02-20T00:45:20.813809+0000 mgr.smithi088.fydtne (mgr.14182) 374 : cluster [DBG] pgmap v305: 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 2024-02-20T00:45:22.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:22 smithi150 bash[20372]: cluster 2024-02-20T00:45:21.387939+0000 mon.smithi088 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:45:22.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:22 smithi088 bash[16865]: cluster 2024-02-20T00:45:21.387939+0000 mon.smithi088 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:45:23.073 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:23.073 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:23.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:23 smithi150 bash[20372]: cluster 2024-02-20T00:45:22.815450+0000 mgr.smithi088.fydtne (mgr.14182) 375 : cluster [DBG] pgmap v306: 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 2024-02-20T00:45:23.690 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:23 smithi088 bash[16865]: cluster 2024-02-20T00:45:22.815450+0000 mgr.smithi088.fydtne (mgr.14182) 375 : cluster [DBG] pgmap v306: 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 2024-02-20T00:45:23.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:24.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:24 smithi150 bash[20372]: audit 2024-02-20T00:45:23.056392+0000 mgr.smithi088.fydtne (mgr.14182) 376 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:24.692 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:24.705 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:24 smithi088 bash[16865]: audit 2024-02-20T00:45:23.056392+0000 mgr.smithi088.fydtne (mgr.14182) 376 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:25.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:25 smithi150 bash[20372]: cluster 2024-02-20T00:45:24.816497+0000 mgr.smithi088.fydtne (mgr.14182) 377 : cluster [DBG] pgmap v307: 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 2024-02-20T00:45:25.766 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:25 smithi088 bash[16865]: cluster 2024-02-20T00:45:24.816497+0000 mgr.smithi088.fydtne (mgr.14182) 377 : cluster [DBG] pgmap v307: 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 2024-02-20T00:45:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:26 smithi088 bash[16865]: audit 2024-02-20T00:45:25.720135+0000 mon.smithi088 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:26 smithi150 bash[20372]: audit 2024-02-20T00:45:25.720135+0000 mon.smithi088 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:27.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:27 smithi088 bash[16865]: cluster 2024-02-20T00:45:26.818867+0000 mgr.smithi088.fydtne (mgr.14182) 378 : cluster [DBG] pgmap v308: 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 2024-02-20T00:45:27.921 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:27.921 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:27 smithi150 bash[20372]: cluster 2024-02-20T00:45:26.818867+0000 mgr.smithi088.fydtne (mgr.14182) 378 : cluster [DBG] pgmap v308: 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 2024-02-20T00:45:28.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:28 smithi150 bash[20372]: audit 2024-02-20T00:45:27.910313+0000 mgr.smithi088.fydtne (mgr.14182) 379 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:28 smithi150 bash[20372]: cluster 2024-02-20T00:45:28.819959+0000 mgr.smithi088.fydtne (mgr.14182) 380 : cluster [DBG] pgmap v309: 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 2024-02-20T00:45:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:28 smithi088 bash[16865]: audit 2024-02-20T00:45:27.910313+0000 mgr.smithi088.fydtne (mgr.14182) 379 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:29.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:28 smithi088 bash[16865]: cluster 2024-02-20T00:45:28.819959+0000 mgr.smithi088.fydtne (mgr.14182) 380 : cluster [DBG] pgmap v309: 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 2024-02-20T00:45:29.578 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:31 smithi150 bash[20372]: audit 2024-02-20T00:45:30.363559+0000 mon.smithi088 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:31 smithi150 bash[20372]: cluster 2024-02-20T00:45:30.821652+0000 mgr.smithi088.fydtne (mgr.14182) 381 : cluster [DBG] pgmap v310: 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 2024-02-20T00:45:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:31 smithi088 bash[16865]: audit 2024-02-20T00:45:30.363559+0000 mon.smithi088 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:45:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:31 smithi088 bash[16865]: cluster 2024-02-20T00:45:30.821652+0000 mgr.smithi088.fydtne (mgr.14182) 381 : cluster [DBG] pgmap v310: 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 2024-02-20T00:45:32.804 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:32.804 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:33.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:32 smithi150 bash[20372]: audit 2024-02-20T00:45:32.787357+0000 mgr.smithi088.fydtne (mgr.14182) 382 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:33.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:32 smithi150 bash[20372]: cluster 2024-02-20T00:45:32.823441+0000 mgr.smithi088.fydtne (mgr.14182) 383 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:33.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:32 smithi088 bash[16865]: audit 2024-02-20T00:45:32.787357+0000 mgr.smithi088.fydtne (mgr.14182) 382 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:33.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:32 smithi088 bash[16865]: cluster 2024-02-20T00:45:32.823441+0000 mgr.smithi088.fydtne (mgr.14182) 383 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:33.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:34.503 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:35.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:34 smithi150 bash[20372]: cluster 2024-02-20T00:45:34.824505+0000 mgr.smithi088.fydtne (mgr.14182) 384 : 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 2024-02-20T00:45:35.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:34 smithi088 bash[16865]: cluster 2024-02-20T00:45:34.824505+0000 mgr.smithi088.fydtne (mgr.14182) 384 : 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 2024-02-20T00:45:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:36 smithi150 bash[20372]: cluster 2024-02-20T00:45:36.826876+0000 mgr.smithi088.fydtne (mgr.14182) 385 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:45:37.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:36 smithi088 bash[16865]: cluster 2024-02-20T00:45:36.826876+0000 mgr.smithi088.fydtne (mgr.14182) 385 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:45:37.569 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:37.569 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:38.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:37 smithi150 bash[20372]: audit 2024-02-20T00:45:37.557218+0000 mgr.smithi088.fydtne (mgr.14182) 386 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:38.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:37 smithi088 bash[16865]: audit 2024-02-20T00:45:37.557218+0000 mgr.smithi088.fydtne (mgr.14182) 386 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:38.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:39.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:38 smithi150 bash[20372]: cluster 2024-02-20T00:45:38.827941+0000 mgr.smithi088.fydtne (mgr.14182) 387 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:39.220 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:39.233 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:38 smithi088 bash[16865]: cluster 2024-02-20T00:45:38.827941+0000 mgr.smithi088.fydtne (mgr.14182) 387 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:40 smithi150 bash[20372]: cluster 2024-02-20T00:45:40.829681+0000 mgr.smithi088.fydtne (mgr.14182) 388 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:40 smithi088 bash[16865]: cluster 2024-02-20T00:45:40.829681+0000 mgr.smithi088.fydtne (mgr.14182) 388 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:42.537 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:42.538 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:43.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:42 smithi150 bash[20372]: audit 2024-02-20T00:45:42.525679+0000 mgr.smithi088.fydtne (mgr.14182) 389 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:42 smithi150 bash[20372]: cluster 2024-02-20T00:45:42.831454+0000 mgr.smithi088.fydtne (mgr.14182) 390 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:43.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:42 smithi088 bash[16865]: audit 2024-02-20T00:45:42.525679+0000 mgr.smithi088.fydtne (mgr.14182) 389 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:43.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:42 smithi088 bash[16865]: cluster 2024-02-20T00:45:42.831454+0000 mgr.smithi088.fydtne (mgr.14182) 390 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:44.158 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:44 smithi150 bash[20372]: cluster 2024-02-20T00:45:44.832535+0000 mgr.smithi088.fydtne (mgr.14182) 391 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:45.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:44 smithi088 bash[16865]: cluster 2024-02-20T00:45:44.832535+0000 mgr.smithi088.fydtne (mgr.14182) 391 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:47.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:46 smithi150 bash[20372]: cluster 2024-02-20T00:45:46.834894+0000 mgr.smithi088.fydtne (mgr.14182) 392 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:45:47.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:46 smithi088 bash[16865]: cluster 2024-02-20T00:45:46.834894+0000 mgr.smithi088.fydtne (mgr.14182) 392 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:45:47.354 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:47.354 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:47.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:48.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:47 smithi150 bash[20372]: audit 2024-02-20T00:45:47.339520+0000 mgr.smithi088.fydtne (mgr.14182) 393 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:48.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:47 smithi088 bash[16865]: audit 2024-02-20T00:45:47.339520+0000 mgr.smithi088.fydtne (mgr.14182) 393 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:48.998 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:48 smithi150 bash[20372]: cluster 2024-02-20T00:45:48.835918+0000 mgr.smithi088.fydtne (mgr.14182) 394 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:48 smithi088 bash[16865]: cluster 2024-02-20T00:45:48.835918+0000 mgr.smithi088.fydtne (mgr.14182) 394 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:51.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:50 smithi150 bash[20372]: cluster 2024-02-20T00:45:50.837723+0000 mgr.smithi088.fydtne (mgr.14182) 395 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:51.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:50 smithi088 bash[16865]: cluster 2024-02-20T00:45:50.837723+0000 mgr.smithi088.fydtne (mgr.14182) 395 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:52.152 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:52.152 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:52.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:52 smithi150 bash[20372]: audit 2024-02-20T00:45:52.135532+0000 mgr.smithi088.fydtne (mgr.14182) 396 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:52 smithi150 bash[20372]: cluster 2024-02-20T00:45:52.839435+0000 mgr.smithi088.fydtne (mgr.14182) 397 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:52 smithi088 bash[16865]: audit 2024-02-20T00:45:52.135532+0000 mgr.smithi088.fydtne (mgr.14182) 396 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:52 smithi088 bash[16865]: cluster 2024-02-20T00:45:52.839435+0000 mgr.smithi088.fydtne (mgr.14182) 397 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:53.812 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:55.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:54 smithi150 bash[20372]: cluster 2024-02-20T00:45:54.840622+0000 mgr.smithi088.fydtne (mgr.14182) 398 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:55.278 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:54 smithi088 bash[16865]: cluster 2024-02-20T00:45:54.840622+0000 mgr.smithi088.fydtne (mgr.14182) 398 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:45:57.049 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:45:57.049 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:45:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:56 smithi150 bash[20372]: cluster 2024-02-20T00:45:56.842359+0000 mgr.smithi088.fydtne (mgr.14182) 399 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:45:57.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:56 smithi088 bash[16865]: cluster 2024-02-20T00:45:56.842359+0000 mgr.smithi088.fydtne (mgr.14182) 399 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:45:57.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:45:58.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:57 smithi088 bash[16865]: audit 2024-02-20T00:45:57.039998+0000 mgr.smithi088.fydtne (mgr.14182) 400 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:58.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:57 smithi150 bash[20372]: audit 2024-02-20T00:45:57.039998+0000 mgr.smithi088.fydtne (mgr.14182) 400 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:45:58.780 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:45:59.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:45:58 smithi088 bash[16865]: cluster 2024-02-20T00:45:58.843420+0000 mgr.smithi088.fydtne (mgr.14182) 401 : 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 2024-02-20T00:45:59.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:45:58 smithi150 bash[20372]: cluster 2024-02-20T00:45:58.843420+0000 mgr.smithi088.fydtne (mgr.14182) 401 : 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 2024-02-20T00:46:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:00 smithi150 bash[20372]: cluster 2024-02-20T00:46:00.845202+0000 mgr.smithi088.fydtne (mgr.14182) 402 : 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 2024-02-20T00:46:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:00 smithi088 bash[16865]: cluster 2024-02-20T00:46:00.845202+0000 mgr.smithi088.fydtne (mgr.14182) 402 : 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 2024-02-20T00:46:02.105 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:02.105 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:02.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:03.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:02 smithi088 bash[16865]: audit 2024-02-20T00:46:02.096504+0000 mgr.smithi088.fydtne (mgr.14182) 403 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:03.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:02 smithi088 bash[16865]: cluster 2024-02-20T00:46:02.847081+0000 mgr.smithi088.fydtne (mgr.14182) 404 : 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 2024-02-20T00:46:03.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:02 smithi150 bash[20372]: audit 2024-02-20T00:46:02.096504+0000 mgr.smithi088.fydtne (mgr.14182) 403 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:03.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:02 smithi150 bash[20372]: cluster 2024-02-20T00:46:02.847081+0000 mgr.smithi088.fydtne (mgr.14182) 404 : 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 2024-02-20T00:46:03.798 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:05.081 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:04 smithi088 bash[16865]: cluster 2024-02-20T00:46:04.848163+0000 mgr.smithi088.fydtne (mgr.14182) 405 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:04 smithi150 bash[20372]: cluster 2024-02-20T00:46:04.848163+0000 mgr.smithi088.fydtne (mgr.14182) 405 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:06.853 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:06.853 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:06 smithi150 bash[20372]: audit 2024-02-20T00:46:06.844250+0000 mgr.smithi088.fydtne (mgr.14182) 406 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:06 smithi150 bash[20372]: cluster 2024-02-20T00:46:06.850515+0000 mgr.smithi088.fydtne (mgr.14182) 407 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:46:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:06 smithi088 bash[16865]: audit 2024-02-20T00:46:06.844250+0000 mgr.smithi088.fydtne (mgr.14182) 406 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:06 smithi088 bash[16865]: cluster 2024-02-20T00:46:06.850515+0000 mgr.smithi088.fydtne (mgr.14182) 407 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:46:07.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:08.485 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:08 smithi150 bash[20372]: cluster 2024-02-20T00:46:08.851555+0000 mgr.smithi088.fydtne (mgr.14182) 408 : 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 2024-02-20T00:46:09.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:08 smithi088 bash[16865]: cluster 2024-02-20T00:46:08.851555+0000 mgr.smithi088.fydtne (mgr.14182) 408 : 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 2024-02-20T00:46:11.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:10 smithi088 bash[16865]: cluster 2024-02-20T00:46:10.853315+0000 mgr.smithi088.fydtne (mgr.14182) 409 : 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 2024-02-20T00:46:11.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:10 smithi150 bash[20372]: cluster 2024-02-20T00:46:10.853315+0000 mgr.smithi088.fydtne (mgr.14182) 409 : 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 2024-02-20T00:46:11.635 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:11.635 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:12.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:11 smithi088 bash[16865]: audit 2024-02-20T00:46:11.626463+0000 mgr.smithi088.fydtne (mgr.14182) 410 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:12.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:11 smithi150 bash[20372]: audit 2024-02-20T00:46:11.626463+0000 mgr.smithi088.fydtne (mgr.14182) 410 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:12.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:13.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:12 smithi150 bash[20372]: cluster 2024-02-20T00:46:12.855185+0000 mgr.smithi088.fydtne (mgr.14182) 411 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:46:13.235 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:13.246 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:12 smithi088 bash[16865]: cluster 2024-02-20T00:46:12.855185+0000 mgr.smithi088.fydtne (mgr.14182) 411 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:46:15.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:14 smithi150 bash[20372]: cluster 2024-02-20T00:46:14.856268+0000 mgr.smithi088.fydtne (mgr.14182) 412 : 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 2024-02-20T00:46:15.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:14 smithi088 bash[16865]: cluster 2024-02-20T00:46:14.856268+0000 mgr.smithi088.fydtne (mgr.14182) 412 : 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 2024-02-20T00:46:16.508 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:16.508 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:17.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:16 smithi150 bash[20372]: audit 2024-02-20T00:46:16.495124+0000 mgr.smithi088.fydtne (mgr.14182) 413 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:17.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:16 smithi150 bash[20372]: cluster 2024-02-20T00:46:16.858666+0000 mgr.smithi088.fydtne (mgr.14182) 414 : cluster [DBG] pgmap v333: 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 2024-02-20T00:46:17.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:16 smithi088 bash[16865]: audit 2024-02-20T00:46:16.495124+0000 mgr.smithi088.fydtne (mgr.14182) 413 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:17.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:16 smithi088 bash[16865]: cluster 2024-02-20T00:46:16.858666+0000 mgr.smithi088.fydtne (mgr.14182) 414 : cluster [DBG] pgmap v333: 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 2024-02-20T00:46:17.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:18.236 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:19.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:18 smithi150 bash[20372]: cluster 2024-02-20T00:46:18.859655+0000 mgr.smithi088.fydtne (mgr.14182) 415 : cluster [DBG] pgmap v334: 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 2024-02-20T00:46:19.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:18 smithi088 bash[16865]: cluster 2024-02-20T00:46:18.859655+0000 mgr.smithi088.fydtne (mgr.14182) 415 : cluster [DBG] pgmap v334: 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 2024-02-20T00:46:21.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:20 smithi088 bash[16865]: audit 2024-02-20T00:46:20.817647+0000 mon.smithi088 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:46:21.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:20 smithi088 bash[16865]: cluster 2024-02-20T00:46:20.860961+0000 mgr.smithi088.fydtne (mgr.14182) 416 : cluster [DBG] pgmap v335: 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 2024-02-20T00:46:21.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:20 smithi150 bash[20372]: audit 2024-02-20T00:46:20.817647+0000 mon.smithi088 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:46:21.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:20 smithi150 bash[20372]: cluster 2024-02-20T00:46:20.860961+0000 mgr.smithi088.fydtne (mgr.14182) 416 : cluster [DBG] pgmap v335: 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 2024-02-20T00:46:21.230 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:21.231 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:21.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:22.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:22 smithi150 bash[20372]: audit 2024-02-20T00:46:21.117945+0000 mon.smithi088 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:22.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:22 smithi150 bash[20372]: audit 2024-02-20T00:46:21.217608+0000 mgr.smithi088.fydtne (mgr.14182) 417 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:22.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:22 smithi088 bash[16865]: audit 2024-02-20T00:46:21.117945+0000 mon.smithi088 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:22.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:22 smithi088 bash[16865]: audit 2024-02-20T00:46:21.217608+0000 mgr.smithi088.fydtne (mgr.14182) 417 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:22.870 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:23 smithi150 bash[20372]: cluster 2024-02-20T00:46:22.862769+0000 mgr.smithi088.fydtne (mgr.14182) 418 : cluster [DBG] pgmap v336: 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 2024-02-20T00:46:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:23 smithi088 bash[16865]: cluster 2024-02-20T00:46:22.862769+0000 mgr.smithi088.fydtne (mgr.14182) 418 : cluster [DBG] pgmap v336: 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 2024-02-20T00:46:26.068 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:26.068 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.453784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.454040Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.454195Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.454336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.454610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:45:12.454474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.455151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:25 smithi150 bash[20372]: cluster 2024-02-20T00:46:24.863825+0000 mgr.smithi088.fydtne (mgr.14182) 419 : cluster [DBG] pgmap v337: 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 2024-02-20T00:46:26.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:25 smithi088 bash[16865]: cluster 2024-02-20T00:46:24.863825+0000 mgr.smithi088.fydtne (mgr.14182) 419 : cluster [DBG] pgmap v337: 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 2024-02-20T00:46:26.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:27.659 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:26.051846+0000 mgr.smithi088.fydtne (mgr.14182) 420 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:26.706671+0000 mon.smithi088 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:28.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:26.999365+0000 mon.smithi088 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:46:28.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:27.001480+0000 mon.smithi088 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:46:28.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:27.011880+0000 mon.smithi088 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:28.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:27.024617+0000 mon.smithi088 (mon.0) 756 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:46:28.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:27 smithi088 bash[16865]: audit 2024-02-20T00:46:27.037763+0000 mon.smithi088 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:26.051846+0000 mgr.smithi088.fydtne (mgr.14182) 420 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:26.706671+0000 mon.smithi088 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:26.999365+0000 mon.smithi088 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:27.001480+0000 mon.smithi088 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:27.011880+0000 mon.smithi088 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:27.024617+0000 mon.smithi088 (mon.0) 756 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:46:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:27 smithi150 bash[20372]: audit 2024-02-20T00:46:27.037763+0000 mon.smithi088 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:29.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:28 smithi088 bash[16865]: cluster 2024-02-20T00:46:26.866277+0000 mgr.smithi088.fydtne (mgr.14182) 421 : cluster [DBG] pgmap v338: 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 2024-02-20T00:46:29.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:28 smithi088 bash[16865]: cluster 2024-02-20T00:46:27.013097+0000 mgr.smithi088.fydtne (mgr.14182) 422 : cluster [DBG] pgmap v339: 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 2024-02-20T00:46:29.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:28 smithi088 bash[16865]: cephadm 2024-02-20T00:46:27.041767+0000 mgr.smithi088.fydtne (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.uddyak on smithi150 2024-02-20T00:46:29.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:28 smithi088 bash[16865]: cluster 2024-02-20T00:46:27.702055+0000 mon.smithi088 (mon.0) 758 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:46:29.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:28 smithi088 bash[16865]: cluster 2024-02-20T00:46:27.702114+0000 mon.smithi088 (mon.0) 759 : cluster [INF] Cluster is now healthy 2024-02-20T00:46:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:28 smithi150 bash[20372]: cluster 2024-02-20T00:46:26.866277+0000 mgr.smithi088.fydtne (mgr.14182) 421 : cluster [DBG] pgmap v338: 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 2024-02-20T00:46:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:28 smithi150 bash[20372]: cluster 2024-02-20T00:46:27.013097+0000 mgr.smithi088.fydtne (mgr.14182) 422 : cluster [DBG] pgmap v339: 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 2024-02-20T00:46:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:28 smithi150 bash[20372]: cephadm 2024-02-20T00:46:27.041767+0000 mgr.smithi088.fydtne (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.uddyak on smithi150 2024-02-20T00:46:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:28 smithi150 bash[20372]: cluster 2024-02-20T00:46:27.702055+0000 mon.smithi088 (mon.0) 758 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:46:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:28 smithi150 bash[20372]: cluster 2024-02-20T00:46:27.702114+0000 mon.smithi088 (mon.0) 759 : cluster [INF] Cluster is now healthy 2024-02-20T00:46:30.818 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:30.818 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:44:06.573533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bavmtp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:16.869175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.eoxrua on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-eoxrua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.eoxrua\nDeploy daemon haproxy.nfs.foo.smithi150.eoxrua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.800784Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ckvipc on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ckvipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ckvipc\nDeploy daemon haproxy.nfs.foo.smithi088.ckvipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:45:20.806503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sigxcd on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:30.863 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:30 smithi150 bash[20372]: cluster 2024-02-20T00:46:29.013601+0000 mgr.smithi088.fydtne (mgr.14182) 424 : cluster [DBG] pgmap v340: 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 2024-02-20T00:46:30.863 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:30 smithi150 bash[20372]: audit 2024-02-20T00:46:30.365720+0000 mon.smithi088 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:30 smithi088 bash[16865]: cluster 2024-02-20T00:46:29.013601+0000 mgr.smithi088.fydtne (mgr.14182) 424 : cluster [DBG] pgmap v340: 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 2024-02-20T00:46:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:30 smithi088 bash[16865]: audit 2024-02-20T00:46:30.365720+0000 mon.smithi088 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:31.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:32.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:31 smithi088 bash[16865]: audit 2024-02-20T00:46:30.808779+0000 mgr.smithi088.fydtne (mgr.14182) 425 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:32.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:31 smithi088 bash[16865]: audit 2024-02-20T00:46:30.931028+0000 mon.smithi088 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.uddyak"}]: dispatch 2024-02-20T00:46:32.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:31 smithi150 bash[20372]: audit 2024-02-20T00:46:30.808779+0000 mgr.smithi088.fydtne (mgr.14182) 425 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:32.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:31 smithi150 bash[20372]: audit 2024-02-20T00:46:30.931028+0000 mon.smithi088 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.uddyak"}]: dispatch 2024-02-20T00:46:32.469 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: cephadm 2024-02-20T00:46:30.929932+0000 mgr.smithi088.fydtne (mgr.14182) 426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.uddyak ... 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:33.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.uddyak ... 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: cephadm 2024-02-20T00:46:30.930390+0000 mgr.smithi088.fydtne (mgr.14182) 427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: cephadm 2024-02-20T00:46:30.932497+0000 mgr.smithi088.fydtne (mgr.14182) 428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.uddyak ... 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: cephadm 2024-02-20T00:46:30.936187+0000 mgr.smithi088.fydtne (mgr.14182) 429 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.swrxjt on smithi088 2024-02-20T00:46:33.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:32 smithi088 bash[16865]: cluster 2024-02-20T00:46:31.014438+0000 mgr.smithi088.fydtne (mgr.14182) 430 : cluster [DBG] pgmap v341: 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 2024-02-20T00:46:33.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: cephadm 2024-02-20T00:46:30.929932+0000 mgr.smithi088.fydtne (mgr.14182) 426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.uddyak ... 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:46:33.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.uddyak ... 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:33.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: cephadm 2024-02-20T00:46:30.930390+0000 mgr.smithi088.fydtne (mgr.14182) 427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: cephadm 2024-02-20T00:46:30.932497+0000 mgr.smithi088.fydtne (mgr.14182) 428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.uddyak ... 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:33.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: cephadm 2024-02-20T00:46:30.936187+0000 mgr.smithi088.fydtne (mgr.14182) 429 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.swrxjt on smithi088 2024-02-20T00:46:33.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:32 smithi150 bash[20372]: cluster 2024-02-20T00:46:31.014438+0000 mgr.smithi088.fydtne (mgr.14182) 430 : cluster [DBG] pgmap v341: 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 2024-02-20T00:46:35.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:34 smithi088 bash[16865]: cluster 2024-02-20T00:46:33.015685+0000 mgr.smithi088.fydtne (mgr.14182) 431 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:46:35.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:34 smithi150 bash[20372]: cluster 2024-02-20T00:46:33.015685+0000 mgr.smithi088.fydtne (mgr.14182) 431 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:46:36.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:35 smithi088 bash[16865]: audit 2024-02-20T00:46:35.002283+0000 mon.smithi088 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.swrxjt"}]: dispatch 2024-02-20T00:46:36.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:35 smithi150 bash[20372]: audit 2024-02-20T00:46:35.002283+0000 mon.smithi088 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.swrxjt"}]: dispatch 2024-02-20T00:46:36.230 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:36.230 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:36.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cephadm 2024-02-20T00:46:35.001168+0000 mgr.smithi088.fydtne (mgr.14182) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.swrxjt ... 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:37.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.swrxjt ... 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cephadm 2024-02-20T00:46:35.001679+0000 mgr.smithi088.fydtne (mgr.14182) 433 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cephadm 2024-02-20T00:46:35.003353+0000 mgr.smithi088.fydtne (mgr.14182) 434 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:37.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.swrxjt ... 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cephadm 2024-02-20T00:46:35.008900+0000 mgr.smithi088.fydtne (mgr.14182) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cephadm 2024-02-20T00:46:35.012513+0000 mgr.smithi088.fydtne (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cluster 2024-02-20T00:46:35.013515+0000 mgr.smithi088.fydtne (mgr.14182) 437 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 605 B/s rd, 100 B/s wr, 0 op/s 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: cluster 2024-02-20T00:46:35.739817+0000 mon.smithi088 (mon.0) 763 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:46:37.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:36 smithi088 bash[16865]: audit 2024-02-20T00:46:35.782331+0000 mon.smithi088 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cephadm 2024-02-20T00:46:35.001168+0000 mgr.smithi088.fydtne (mgr.14182) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.swrxjt ... 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:46:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.swrxjt ... 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cephadm 2024-02-20T00:46:35.001679+0000 mgr.smithi088.fydtne (mgr.14182) 433 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cephadm 2024-02-20T00:46:35.003353+0000 mgr.smithi088.fydtne (mgr.14182) 434 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.swrxjt ... 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:46:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:46:37.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:46:37.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cephadm 2024-02-20T00:46:35.008900+0000 mgr.smithi088.fydtne (mgr.14182) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:46:37.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cephadm 2024-02-20T00:46:35.012513+0000 mgr.smithi088.fydtne (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:46:37.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cluster 2024-02-20T00:46:35.013515+0000 mgr.smithi088.fydtne (mgr.14182) 437 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 605 B/s rd, 100 B/s wr, 0 op/s 2024-02-20T00:46:37.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: cluster 2024-02-20T00:46:35.739817+0000 mon.smithi088 (mon.0) 763 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:46:37.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:36 smithi150 bash[20372]: audit 2024-02-20T00:46:35.782331+0000 mon.smithi088 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:37.838 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:38.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:37 smithi088 bash[16865]: audit 2024-02-20T00:46:36.212753+0000 mgr.smithi088.fydtne (mgr.14182) 438 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:38.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:37 smithi150 bash[20372]: audit 2024-02-20T00:46:36.212753+0000 mgr.smithi088.fydtne (mgr.14182) 438 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:39.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:38 smithi088 bash[16865]: cluster 2024-02-20T00:46:37.015931+0000 mgr.smithi088.fydtne (mgr.14182) 439 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2024-02-20T00:46:39.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:38 smithi150 bash[20372]: cluster 2024-02-20T00:46:37.015931+0000 mgr.smithi088.fydtne (mgr.14182) 439 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2024-02-20T00:46:40.982 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:40.982 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:40 smithi088 bash[16865]: cluster 2024-02-20T00:46:39.017139+0000 mgr.smithi088.fydtne (mgr.14182) 440 : cluster [DBG] pgmap v345: 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 2024-02-20T00:46:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:40 smithi150 bash[20372]: cluster 2024-02-20T00:46:39.017139+0000 mgr.smithi088.fydtne (mgr.14182) 440 : cluster [DBG] pgmap v345: 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 2024-02-20T00:46:41.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:42.610 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:43.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:42 smithi088 bash[16865]: audit 2024-02-20T00:46:40.972155+0000 mgr.smithi088.fydtne (mgr.14182) 441 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:43.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:42 smithi088 bash[16865]: cluster 2024-02-20T00:46:41.019186+0000 mgr.smithi088.fydtne (mgr.14182) 442 : cluster [DBG] pgmap v346: 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 2024-02-20T00:46:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:42 smithi150 bash[20372]: audit 2024-02-20T00:46:40.972155+0000 mgr.smithi088.fydtne (mgr.14182) 441 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:42 smithi150 bash[20372]: cluster 2024-02-20T00:46:41.019186+0000 mgr.smithi088.fydtne (mgr.14182) 442 : cluster [DBG] pgmap v346: 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 2024-02-20T00:46:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:44 smithi088 bash[16865]: cluster 2024-02-20T00:46:43.020924+0000 mgr.smithi088.fydtne (mgr.14182) 443 : cluster [DBG] pgmap v347: 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 2024-02-20T00:46:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:44 smithi150 bash[20372]: cluster 2024-02-20T00:46:43.020924+0000 mgr.smithi088.fydtne (mgr.14182) 443 : cluster [DBG] pgmap v347: 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 2024-02-20T00:46:45.754 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:45.754 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:46.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:46.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:46 smithi150 bash[20372]: cluster 2024-02-20T00:46:45.022212+0000 mgr.smithi088.fydtne (mgr.14182) 444 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-20T00:46:46.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:46 smithi150 bash[20372]: audit 2024-02-20T00:46:45.366133+0000 mon.smithi088 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:46.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:46 smithi150 bash[20372]: audit 2024-02-20T00:46:45.739122+0000 mgr.smithi088.fydtne (mgr.14182) 445 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:46.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:46 smithi088 bash[16865]: cluster 2024-02-20T00:46:45.022212+0000 mgr.smithi088.fydtne (mgr.14182) 444 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-20T00:46:46.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:46 smithi088 bash[16865]: audit 2024-02-20T00:46:45.366133+0000 mon.smithi088 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:46:46.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:46 smithi088 bash[16865]: audit 2024-02-20T00:46:45.739122+0000 mgr.smithi088.fydtne (mgr.14182) 445 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:47.351 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:48.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:48 smithi150 bash[20372]: cluster 2024-02-20T00:46:47.024592+0000 mgr.smithi088.fydtne (mgr.14182) 446 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-02-20T00:46:48.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:48 smithi088 bash[16865]: cluster 2024-02-20T00:46:47.024592+0000 mgr.smithi088.fydtne (mgr.14182) 446 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-02-20T00:46:50.431 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:50.431 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:50.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:50 smithi150 bash[20372]: cluster 2024-02-20T00:46:49.025633+0000 mgr.smithi088.fydtne (mgr.14182) 447 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:50.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:50 smithi088 bash[16865]: cluster 2024-02-20T00:46:49.025633+0000 mgr.smithi088.fydtne (mgr.14182) 447 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:51.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:51.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:51 smithi150 bash[20372]: audit 2024-02-20T00:46:50.414967+0000 mgr.smithi088.fydtne (mgr.14182) 448 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:51.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:51 smithi088 bash[16865]: audit 2024-02-20T00:46:50.414967+0000 mgr.smithi088.fydtne (mgr.14182) 448 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:52.047 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:52.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:52 smithi150 bash[20372]: cluster 2024-02-20T00:46:51.027054+0000 mgr.smithi088.fydtne (mgr.14182) 449 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:52.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:52 smithi088 bash[16865]: cluster 2024-02-20T00:46:51.027054+0000 mgr.smithi088.fydtne (mgr.14182) 449 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:54.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:54 smithi150 bash[20372]: cluster 2024-02-20T00:46:53.028519+0000 mgr.smithi088.fydtne (mgr.14182) 450 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:54.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:54 smithi088 bash[16865]: cluster 2024-02-20T00:46:53.028519+0000 mgr.smithi088.fydtne (mgr.14182) 450 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:55.184 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:55.185 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:46:55.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:46:56.815 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:46:57.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:56 smithi088 bash[16865]: cluster 2024-02-20T00:46:55.029669+0000 mgr.smithi088.fydtne (mgr.14182) 451 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:57.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:56 smithi088 bash[16865]: audit 2024-02-20T00:46:55.167659+0000 mgr.smithi088.fydtne (mgr.14182) 452 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:56 smithi150 bash[20372]: cluster 2024-02-20T00:46:55.029669+0000 mgr.smithi088.fydtne (mgr.14182) 451 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:46:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:56 smithi150 bash[20372]: audit 2024-02-20T00:46:55.167659+0000 mgr.smithi088.fydtne (mgr.14182) 452 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:46:59.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:46:58 smithi088 bash[16865]: cluster 2024-02-20T00:46:57.031905+0000 mgr.smithi088.fydtne (mgr.14182) 453 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:46:59.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:46:58 smithi150 bash[20372]: cluster 2024-02-20T00:46:57.031905+0000 mgr.smithi088.fydtne (mgr.14182) 453 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:46:59.993 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:46:59.993 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:00.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:01.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:00 smithi088 bash[16865]: cluster 2024-02-20T00:46:59.032942+0000 mgr.smithi088.fydtne (mgr.14182) 454 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:00 smithi150 bash[20372]: cluster 2024-02-20T00:46:59.032942+0000 mgr.smithi088.fydtne (mgr.14182) 454 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:01.611 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:01 smithi088 bash[16865]: audit 2024-02-20T00:46:59.983842+0000 mgr.smithi088.fydtne (mgr.14182) 455 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:01 smithi150 bash[20372]: audit 2024-02-20T00:46:59.983842+0000 mgr.smithi088.fydtne (mgr.14182) 455 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:02.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:02 smithi088 bash[16865]: cluster 2024-02-20T00:47:01.034991+0000 mgr.smithi088.fydtne (mgr.14182) 456 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:03.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:02 smithi150 bash[20372]: cluster 2024-02-20T00:47:01.034991+0000 mgr.smithi088.fydtne (mgr.14182) 456 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:04.723 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:04.724 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:05.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:04 smithi088 bash[16865]: cluster 2024-02-20T00:47:03.036460+0000 mgr.smithi088.fydtne (mgr.14182) 457 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:04 smithi150 bash[20372]: cluster 2024-02-20T00:47:03.036460+0000 mgr.smithi088.fydtne (mgr.14182) 457 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:05.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:05 smithi150 bash[20372]: audit 2024-02-20T00:47:04.706474+0000 mgr.smithi088.fydtne (mgr.14182) 458 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:05 smithi088 bash[16865]: audit 2024-02-20T00:47:04.706474+0000 mgr.smithi088.fydtne (mgr.14182) 458 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:06.349 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:06 smithi150 bash[20372]: cluster 2024-02-20T00:47:05.037843+0000 mgr.smithi088.fydtne (mgr.14182) 459 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:06 smithi088 bash[16865]: cluster 2024-02-20T00:47:05.037843+0000 mgr.smithi088.fydtne (mgr.14182) 459 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:09.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:08 smithi088 bash[16865]: cluster 2024-02-20T00:47:07.040015+0000 mgr.smithi088.fydtne (mgr.14182) 460 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:08 smithi150 bash[20372]: cluster 2024-02-20T00:47:07.040015+0000 mgr.smithi088.fydtne (mgr.14182) 460 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:09.606 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:09.606 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:10.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:11.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:10 smithi150 bash[20372]: cluster 2024-02-20T00:47:09.041011+0000 mgr.smithi088.fydtne (mgr.14182) 461 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:11.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:10 smithi150 bash[20372]: audit 2024-02-20T00:47:09.590612+0000 mgr.smithi088.fydtne (mgr.14182) 462 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:11.263 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:11.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:10 smithi088 bash[16865]: cluster 2024-02-20T00:47:09.041011+0000 mgr.smithi088.fydtne (mgr.14182) 461 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:11.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:10 smithi088 bash[16865]: audit 2024-02-20T00:47:09.590612+0000 mgr.smithi088.fydtne (mgr.14182) 462 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:13.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:12 smithi088 bash[16865]: cluster 2024-02-20T00:47:11.043073+0000 mgr.smithi088.fydtne (mgr.14182) 463 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:13.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:12 smithi150 bash[20372]: cluster 2024-02-20T00:47:11.043073+0000 mgr.smithi088.fydtne (mgr.14182) 463 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:14.380 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:14.380 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:15.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:15.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:14 smithi150 bash[20372]: cluster 2024-02-20T00:47:13.044543+0000 mgr.smithi088.fydtne (mgr.14182) 464 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:15.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:14 smithi088 bash[16865]: cluster 2024-02-20T00:47:13.044543+0000 mgr.smithi088.fydtne (mgr.14182) 464 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:16.015 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:15 smithi150 bash[20372]: audit 2024-02-20T00:47:14.370720+0000 mgr.smithi088.fydtne (mgr.14182) 465 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:16.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:15 smithi088 bash[16865]: audit 2024-02-20T00:47:14.370720+0000 mgr.smithi088.fydtne (mgr.14182) 465 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:17.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:16 smithi088 bash[16865]: cluster 2024-02-20T00:47:15.046884+0000 mgr.smithi088.fydtne (mgr.14182) 466 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:17.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:16 smithi150 bash[20372]: cluster 2024-02-20T00:47:15.046884+0000 mgr.smithi088.fydtne (mgr.14182) 466 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:19.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:18 smithi088 bash[16865]: cluster 2024-02-20T00:47:17.049102+0000 mgr.smithi088.fydtne (mgr.14182) 467 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:19.149 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:19.149 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:19.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:18 smithi150 bash[20372]: cluster 2024-02-20T00:47:17.049102+0000 mgr.smithi088.fydtne (mgr.14182) 467 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:19.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:20.789 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:21.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:20 smithi088 bash[16865]: cluster 2024-02-20T00:47:19.049797+0000 mgr.smithi088.fydtne (mgr.14182) 468 : 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 2024-02-20T00:47:21.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:20 smithi088 bash[16865]: audit 2024-02-20T00:47:19.132242+0000 mgr.smithi088.fydtne (mgr.14182) 469 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:21.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:20 smithi150 bash[20372]: cluster 2024-02-20T00:47:19.049797+0000 mgr.smithi088.fydtne (mgr.14182) 468 : 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 2024-02-20T00:47:21.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:20 smithi150 bash[20372]: audit 2024-02-20T00:47:19.132242+0000 mgr.smithi088.fydtne (mgr.14182) 469 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:22.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:21 smithi088 bash[16865]: cluster 2024-02-20T00:47:21.050947+0000 mgr.smithi088.fydtne (mgr.14182) 470 : 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 2024-02-20T00:47:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:21 smithi150 bash[20372]: cluster 2024-02-20T00:47:21.050947+0000 mgr.smithi088.fydtne (mgr.14182) 470 : 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 2024-02-20T00:47:23.895 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:23.895 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:24.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:24 smithi088 bash[16865]: cluster 2024-02-20T00:47:23.052395+0000 mgr.smithi088.fydtne (mgr.14182) 471 : 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 2024-02-20T00:47:24.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:24 smithi150 bash[20372]: cluster 2024-02-20T00:47:23.052395+0000 mgr.smithi088.fydtne (mgr.14182) 471 : 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 2024-02-20T00:47:24.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:25.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:25 smithi150 bash[20372]: audit 2024-02-20T00:47:23.876578+0000 mgr.smithi088.fydtne (mgr.14182) 472 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:25.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:25 smithi088 bash[16865]: audit 2024-02-20T00:47:23.876578+0000 mgr.smithi088.fydtne (mgr.14182) 472 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:25.564 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:26.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:26 smithi150 bash[20372]: cluster 2024-02-20T00:47:25.053973+0000 mgr.smithi088.fydtne (mgr.14182) 473 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:26.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:26 smithi088 bash[16865]: cluster 2024-02-20T00:47:25.053973+0000 mgr.smithi088.fydtne (mgr.14182) 473 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:28.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:28 smithi088 bash[16865]: cluster 2024-02-20T00:47:27.055813+0000 mgr.smithi088.fydtne (mgr.14182) 474 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:28.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:28 smithi150 bash[20372]: cluster 2024-02-20T00:47:27.055813+0000 mgr.smithi088.fydtne (mgr.14182) 474 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:28.829 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:28.829 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:29.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:29 smithi088 bash[16865]: audit 2024-02-20T00:47:28.820055+0000 mgr.smithi088.fydtne (mgr.14182) 475 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:29.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:29.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:29 smithi150 bash[20372]: audit 2024-02-20T00:47:28.820055+0000 mgr.smithi088.fydtne (mgr.14182) 475 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:30.429 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:30 smithi150 bash[20372]: cluster 2024-02-20T00:47:29.056568+0000 mgr.smithi088.fydtne (mgr.14182) 476 : 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 2024-02-20T00:47:30.438 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:30 smithi088 bash[16865]: cluster 2024-02-20T00:47:29.056568+0000 mgr.smithi088.fydtne (mgr.14182) 476 : 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 2024-02-20T00:47:32.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:32 smithi150 bash[20372]: cluster 2024-02-20T00:47:31.058275+0000 mgr.smithi088.fydtne (mgr.14182) 477 : 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 2024-02-20T00:47:32.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:32 smithi088 bash[16865]: cluster 2024-02-20T00:47:31.058275+0000 mgr.smithi088.fydtne (mgr.14182) 477 : 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 2024-02-20T00:47:33.614 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:33.614 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:34.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:34 smithi150 bash[20372]: cluster 2024-02-20T00:47:33.059396+0000 mgr.smithi088.fydtne (mgr.14182) 478 : 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 2024-02-20T00:47:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:34 smithi150 bash[20372]: audit 2024-02-20T00:47:33.599505+0000 mgr.smithi088.fydtne (mgr.14182) 479 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:34.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:34 smithi088 bash[16865]: cluster 2024-02-20T00:47:33.059396+0000 mgr.smithi088.fydtne (mgr.14182) 478 : 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 2024-02-20T00:47:34.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:34 smithi088 bash[16865]: audit 2024-02-20T00:47:33.599505+0000 mgr.smithi088.fydtne (mgr.14182) 479 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:35.285 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:35.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:35 smithi150 bash[20372]: audit 2024-02-20T00:47:35.016556+0000 mon.smithi088 (mon.0) 766 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:47:35.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:35 smithi088 bash[16865]: audit 2024-02-20T00:47:35.016556+0000 mon.smithi088 (mon.0) 766 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:47:36.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: cluster 2024-02-20T00:47:35.060677+0000 mgr.smithi088.fydtne (mgr.14182) 480 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:36.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: audit 2024-02-20T00:47:35.325434+0000 mon.smithi088 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:36.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: audit 2024-02-20T00:47:35.643666+0000 mon.smithi088 (mon.0) 768 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:47:36.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: audit 2024-02-20T00:47:35.645517+0000 mon.smithi088 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:47:36.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: audit 2024-02-20T00:47:35.656077+0000 mon.smithi088 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:36.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: cluster 2024-02-20T00:47:35.657578+0000 mgr.smithi088.fydtne (mgr.14182) 481 : cluster [DBG] pgmap v374: 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 2024-02-20T00:47:36.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: audit 2024-02-20T00:47:35.666731+0000 mon.smithi088 (mon.0) 771 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:47:36.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: audit 2024-02-20T00:47:35.684963+0000 mon.smithi088 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:36.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:36 smithi088 bash[16865]: cephadm 2024-02-20T00:47:35.692048+0000 mgr.smithi088.fydtne (mgr.14182) 482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.isxzlk on smithi150 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: cluster 2024-02-20T00:47:35.060677+0000 mgr.smithi088.fydtne (mgr.14182) 480 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: audit 2024-02-20T00:47:35.325434+0000 mon.smithi088 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: audit 2024-02-20T00:47:35.643666+0000 mon.smithi088 (mon.0) 768 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: audit 2024-02-20T00:47:35.645517+0000 mon.smithi088 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: audit 2024-02-20T00:47:35.656077+0000 mon.smithi088 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: cluster 2024-02-20T00:47:35.657578+0000 mgr.smithi088.fydtne (mgr.14182) 481 : cluster [DBG] pgmap v374: 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 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: audit 2024-02-20T00:47:35.666731+0000 mon.smithi088 (mon.0) 771 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:47:36.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: audit 2024-02-20T00:47:35.684963+0000 mon.smithi088 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:36.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:36 smithi150 bash[20372]: cephadm 2024-02-20T00:47:35.692048+0000 mgr.smithi088.fydtne (mgr.14182) 482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.isxzlk on smithi150 2024-02-20T00:47:37.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:37 smithi150 bash[20372]: cluster 2024-02-20T00:47:36.652051+0000 mon.smithi088 (mon.0) 773 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:47:37.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:37 smithi150 bash[20372]: cluster 2024-02-20T00:47:36.652125+0000 mon.smithi088 (mon.0) 774 : cluster [INF] Cluster is now healthy 2024-02-20T00:47:37.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:37 smithi088 bash[16865]: cluster 2024-02-20T00:47:36.652051+0000 mon.smithi088 (mon.0) 773 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:47:37.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:37 smithi088 bash[16865]: cluster 2024-02-20T00:47:36.652125+0000 mon.smithi088 (mon.0) 774 : cluster [INF] Cluster is now healthy 2024-02-20T00:47:38.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:38 smithi088 bash[16865]: cluster 2024-02-20T00:47:37.658620+0000 mgr.smithi088.fydtne (mgr.14182) 483 : cluster [DBG] pgmap v375: 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 2024-02-20T00:47:38.599 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:38.599 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:45:20.812494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.fcijbw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:38.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:38 smithi150 bash[20372]: cluster 2024-02-20T00:47:37.658620+0000 mgr.smithi088.fydtne (mgr.14182) 483 : cluster [DBG] pgmap v375: 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 2024-02-20T00:47:39.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:39.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:39 smithi150 bash[20372]: audit 2024-02-20T00:47:38.582366+0000 mgr.smithi088.fydtne (mgr.14182) 484 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:39.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:39 smithi088 bash[16865]: audit 2024-02-20T00:47:38.582366+0000 mgr.smithi088.fydtne (mgr.14182) 484 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:40.219 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: cephadm 2024-02-20T00:47:39.568634+0000 mgr.smithi088.fydtne (mgr.14182) 485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.isxzlk ... 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:40.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.isxzlk ... 2024-02-20T00:47:40.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: cephadm 2024-02-20T00:47:39.569154+0000 mgr.smithi088.fydtne (mgr.14182) 486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: audit 2024-02-20T00:47:39.569859+0000 mon.smithi088 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.isxzlk"}]: dispatch 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: cephadm 2024-02-20T00:47:39.571789+0000 mgr.smithi088.fydtne (mgr.14182) 487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.isxzlk ... 2024-02-20T00:47:40.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:40.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:40.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:40.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: cephadm 2024-02-20T00:47:39.576650+0000 mgr.smithi088.fydtne (mgr.14182) 488 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.atuphj on smithi088 2024-02-20T00:47:40.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:40 smithi088 bash[16865]: cluster 2024-02-20T00:47:39.659313+0000 mgr.smithi088.fydtne (mgr.14182) 489 : cluster [DBG] pgmap v376: 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 2024-02-20T00:47:40.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: cephadm 2024-02-20T00:47:39.568634+0000 mgr.smithi088.fydtne (mgr.14182) 485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.isxzlk ... 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:47:40.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.isxzlk ... 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: cephadm 2024-02-20T00:47:39.569154+0000 mgr.smithi088.fydtne (mgr.14182) 486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: audit 2024-02-20T00:47:39.569859+0000 mon.smithi088 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.isxzlk"}]: dispatch 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: cephadm 2024-02-20T00:47:39.571789+0000 mgr.smithi088.fydtne (mgr.14182) 487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.isxzlk ... 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: cephadm 2024-02-20T00:47:39.576650+0000 mgr.smithi088.fydtne (mgr.14182) 488 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.atuphj on smithi088 2024-02-20T00:47:40.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:40 smithi150 bash[20372]: cluster 2024-02-20T00:47:39.659313+0000 mgr.smithi088.fydtne (mgr.14182) 489 : cluster [DBG] pgmap v376: 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 2024-02-20T00:47:42.975 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:42 smithi088 bash[16865]: cluster 2024-02-20T00:47:41.661695+0000 mgr.smithi088.fydtne (mgr.14182) 490 : cluster [DBG] pgmap v377: 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 2024-02-20T00:47:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:42 smithi150 bash[20372]: cluster 2024-02-20T00:47:41.661695+0000 mgr.smithi088.fydtne (mgr.14182) 490 : cluster [DBG] pgmap v377: 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 2024-02-20T00:47:43.340 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:43.340 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:30.932297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.uddyak on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-uddyak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.uddyak\nDeploy daemon haproxy.nfs.foo.smithi150.uddyak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.003212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.swrxjt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-swrxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.swrxjt\nDeploy daemon haproxy.nfs.foo.smithi088.swrxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:46:35.008671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.sydkst on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:43 smithi088 bash[16865]: audit 2024-02-20T00:47:43.587649+0000 mon.smithi088 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.atuphj"}]: dispatch 2024-02-20T00:47:44.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:43 smithi150 bash[20372]: audit 2024-02-20T00:47:43.587649+0000 mon.smithi088 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.atuphj"}]: dispatch 2024-02-20T00:47:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: audit 2024-02-20T00:47:43.326714+0000 mgr.smithi088.fydtne (mgr.14182) 491 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cephadm 2024-02-20T00:47:43.586971+0000 mgr.smithi088.fydtne (mgr.14182) 492 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.atuphj ... 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:47:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.atuphj ... 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cephadm 2024-02-20T00:47:43.587222+0000 mgr.smithi088.fydtne (mgr.14182) 493 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cephadm 2024-02-20T00:47:43.588622+0000 mgr.smithi088.fydtne (mgr.14182) 494 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.atuphj ... 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cephadm 2024-02-20T00:47:43.590691+0000 mgr.smithi088.fydtne (mgr.14182) 495 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cephadm 2024-02-20T00:47:43.592561+0000 mgr.smithi088.fydtne (mgr.14182) 496 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:47:45.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cluster 2024-02-20T00:47:43.594186+0000 mgr.smithi088.fydtne (mgr.14182) 497 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:47:45.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:44 smithi088 bash[16865]: cluster 2024-02-20T00:47:43.718523+0000 mon.smithi088 (mon.0) 777 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:47:45.098 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: audit 2024-02-20T00:47:43.326714+0000 mgr.smithi088.fydtne (mgr.14182) 491 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cephadm 2024-02-20T00:47:43.586971+0000 mgr.smithi088.fydtne (mgr.14182) 492 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.atuphj ... 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:47:45.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.atuphj ... 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:45.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cephadm 2024-02-20T00:47:43.587222+0000 mgr.smithi088.fydtne (mgr.14182) 493 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cephadm 2024-02-20T00:47:43.588622+0000 mgr.smithi088.fydtne (mgr.14182) 494 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.atuphj ... 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cephadm 2024-02-20T00:47:43.590691+0000 mgr.smithi088.fydtne (mgr.14182) 495 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:47:45.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cephadm 2024-02-20T00:47:43.592561+0000 mgr.smithi088.fydtne (mgr.14182) 496 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:47:45.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cluster 2024-02-20T00:47:43.594186+0000 mgr.smithi088.fydtne (mgr.14182) 497 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:47:45.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:44 smithi150 bash[20372]: cluster 2024-02-20T00:47:43.718523+0000 mon.smithi088 (mon.0) 777 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:47:47.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:46 smithi150 bash[20372]: cluster 2024-02-20T00:47:45.595896+0000 mgr.smithi088.fydtne (mgr.14182) 498 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:47:47.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:46 smithi150 bash[20372]: audit 2024-02-20T00:47:45.844596+0000 mon.smithi088 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:47.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:46 smithi088 bash[16865]: cluster 2024-02-20T00:47:45.595896+0000 mgr.smithi088.fydtne (mgr.14182) 498 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:47:47.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:46 smithi088 bash[16865]: audit 2024-02-20T00:47:45.844596+0000 mon.smithi088 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:47:48.468 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:48.469 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:49.133 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:48 smithi088 bash[16865]: cluster 2024-02-20T00:47:47.597842+0000 mgr.smithi088.fydtne (mgr.14182) 499 : cluster [DBG] pgmap v380: 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 2024-02-20T00:47:49.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:48 smithi150 bash[20372]: cluster 2024-02-20T00:47:47.597842+0000 mgr.smithi088.fydtne (mgr.14182) 499 : cluster [DBG] pgmap v380: 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 2024-02-20T00:47:50.135 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:50.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:49 smithi088 bash[16865]: audit 2024-02-20T00:47:48.452423+0000 mgr.smithi088.fydtne (mgr.14182) 500 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:50.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:49 smithi150 bash[20372]: audit 2024-02-20T00:47:48.452423+0000 mgr.smithi088.fydtne (mgr.14182) 500 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:51.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:50 smithi150 bash[20372]: cluster 2024-02-20T00:47:49.598904+0000 mgr.smithi088.fydtne (mgr.14182) 501 : 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 2024-02-20T00:47:51.248 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:50 smithi088 bash[16865]: cluster 2024-02-20T00:47:49.598904+0000 mgr.smithi088.fydtne (mgr.14182) 501 : 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 2024-02-20T00:47:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:52 smithi150 bash[20372]: cluster 2024-02-20T00:47:51.601110+0000 mgr.smithi088.fydtne (mgr.14182) 502 : 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 2024-02-20T00:47:53.281 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:53.281 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:52 smithi088 bash[16865]: cluster 2024-02-20T00:47:51.601110+0000 mgr.smithi088.fydtne (mgr.14182) 502 : 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 2024-02-20T00:47:53.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:54.953 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:47:55.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:54 smithi150 bash[20372]: audit 2024-02-20T00:47:53.272032+0000 mgr.smithi088.fydtne (mgr.14182) 503 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:55.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:54 smithi150 bash[20372]: cluster 2024-02-20T00:47:53.602653+0000 mgr.smithi088.fydtne (mgr.14182) 504 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:55.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:54 smithi088 bash[16865]: audit 2024-02-20T00:47:53.272032+0000 mgr.smithi088.fydtne (mgr.14182) 503 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:55.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:54 smithi088 bash[16865]: cluster 2024-02-20T00:47:53.602653+0000 mgr.smithi088.fydtne (mgr.14182) 504 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:56 smithi150 bash[20372]: cluster 2024-02-20T00:47:55.604383+0000 mgr.smithi088.fydtne (mgr.14182) 505 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:57.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:56 smithi088 bash[16865]: cluster 2024-02-20T00:47:55.604383+0000 mgr.smithi088.fydtne (mgr.14182) 505 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:47:58.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:57 smithi088 bash[16865]: cluster 2024-02-20T00:47:57.606317+0000 mgr.smithi088.fydtne (mgr.14182) 506 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:58.138 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:47:58.138 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:47:58.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:57 smithi150 bash[20372]: cluster 2024-02-20T00:47:57.606317+0000 mgr.smithi088.fydtne (mgr.14182) 506 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:47:58.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:47:59.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:58 smithi088 bash[16865]: audit 2024-02-20T00:47:58.123855+0000 mgr.smithi088.fydtne (mgr.14182) 507 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:59.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:58 smithi150 bash[20372]: audit 2024-02-20T00:47:58.123855+0000 mgr.smithi088.fydtne (mgr.14182) 507 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:47:59.756 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:00.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:47:59 smithi088 bash[16865]: cluster 2024-02-20T00:47:59.607384+0000 mgr.smithi088.fydtne (mgr.14182) 508 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:00.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:47:59 smithi150 bash[20372]: cluster 2024-02-20T00:47:59.607384+0000 mgr.smithi088.fydtne (mgr.14182) 508 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:02.817 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:02.817 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:02 smithi150 bash[20372]: cluster 2024-02-20T00:48:01.609690+0000 mgr.smithi088.fydtne (mgr.14182) 509 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:03.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:02 smithi088 bash[16865]: cluster 2024-02-20T00:48:01.609690+0000 mgr.smithi088.fydtne (mgr.14182) 509 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:03.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:03.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:03 smithi088 bash[16865]: audit 2024-02-20T00:48:02.801099+0000 mgr.smithi088.fydtne (mgr.14182) 510 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:03.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:03 smithi150 bash[20372]: audit 2024-02-20T00:48:02.801099+0000 mgr.smithi088.fydtne (mgr.14182) 510 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:04.450 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:04.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:04 smithi088 bash[16865]: cluster 2024-02-20T00:48:03.611182+0000 mgr.smithi088.fydtne (mgr.14182) 511 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:05.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:04 smithi150 bash[20372]: cluster 2024-02-20T00:48:03.611182+0000 mgr.smithi088.fydtne (mgr.14182) 511 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:07.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:06 smithi088 bash[16865]: cluster 2024-02-20T00:48:05.612728+0000 mgr.smithi088.fydtne (mgr.14182) 512 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:06 smithi150 bash[20372]: cluster 2024-02-20T00:48:05.612728+0000 mgr.smithi088.fydtne (mgr.14182) 512 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:07.496 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:07.496 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:08.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:09.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:08 smithi088 bash[16865]: audit 2024-02-20T00:48:07.480059+0000 mgr.smithi088.fydtne (mgr.14182) 513 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:09.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:08 smithi088 bash[16865]: cluster 2024-02-20T00:48:07.614711+0000 mgr.smithi088.fydtne (mgr.14182) 514 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:09.173 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:08 smithi150 bash[20372]: audit 2024-02-20T00:48:07.480059+0000 mgr.smithi088.fydtne (mgr.14182) 513 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:09.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:08 smithi150 bash[20372]: cluster 2024-02-20T00:48:07.614711+0000 mgr.smithi088.fydtne (mgr.14182) 514 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:10.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:10 smithi088 bash[16865]: cluster 2024-02-20T00:48:09.615822+0000 mgr.smithi088.fydtne (mgr.14182) 515 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:11.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:10 smithi150 bash[20372]: cluster 2024-02-20T00:48:09.615822+0000 mgr.smithi088.fydtne (mgr.14182) 515 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:12.328 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:12.328 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:12.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:13.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:12 smithi088 bash[16865]: cluster 2024-02-20T00:48:11.618019+0000 mgr.smithi088.fydtne (mgr.14182) 516 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:13.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:12 smithi150 bash[20372]: cluster 2024-02-20T00:48:11.618019+0000 mgr.smithi088.fydtne (mgr.14182) 516 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:13.939 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:14.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:13 smithi088 bash[16865]: audit 2024-02-20T00:48:12.313824+0000 mgr.smithi088.fydtne (mgr.14182) 517 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:13 smithi150 bash[20372]: audit 2024-02-20T00:48:12.313824+0000 mgr.smithi088.fydtne (mgr.14182) 517 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:15.044 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:14 smithi088 bash[16865]: cluster 2024-02-20T00:48:13.619449+0000 mgr.smithi088.fydtne (mgr.14182) 518 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:15.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:14 smithi150 bash[20372]: cluster 2024-02-20T00:48:13.619449+0000 mgr.smithi088.fydtne (mgr.14182) 518 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:16 smithi088 bash[16865]: cluster 2024-02-20T00:48:15.621186+0000 mgr.smithi088.fydtne (mgr.14182) 519 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:17.009 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:17.010 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:17.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:16 smithi150 bash[20372]: cluster 2024-02-20T00:48:15.621186+0000 mgr.smithi088.fydtne (mgr.14182) 519 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:17.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:18.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:19.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:18 smithi088 bash[16865]: audit 2024-02-20T00:48:16.993208+0000 mgr.smithi088.fydtne (mgr.14182) 520 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:19.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:18 smithi088 bash[16865]: cluster 2024-02-20T00:48:17.622502+0000 mgr.smithi088.fydtne (mgr.14182) 521 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:19.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:18 smithi150 bash[20372]: audit 2024-02-20T00:48:16.993208+0000 mgr.smithi088.fydtne (mgr.14182) 520 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:19.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:18 smithi150 bash[20372]: cluster 2024-02-20T00:48:17.622502+0000 mgr.smithi088.fydtne (mgr.14182) 521 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:21.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:20 smithi088 bash[16865]: cluster 2024-02-20T00:48:19.623526+0000 mgr.smithi088.fydtne (mgr.14182) 522 : 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 2024-02-20T00:48:21.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:20 smithi150 bash[20372]: cluster 2024-02-20T00:48:19.623526+0000 mgr.smithi088.fydtne (mgr.14182) 522 : 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 2024-02-20T00:48:21.825 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:21.825 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:22.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:23.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:22 smithi088 bash[16865]: cluster 2024-02-20T00:48:21.625063+0000 mgr.smithi088.fydtne (mgr.14182) 523 : 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 2024-02-20T00:48:23.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:22 smithi088 bash[16865]: audit 2024-02-20T00:48:21.813441+0000 mgr.smithi088.fydtne (mgr.14182) 524 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:23.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:22 smithi150 bash[20372]: cluster 2024-02-20T00:48:21.625063+0000 mgr.smithi088.fydtne (mgr.14182) 523 : 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 2024-02-20T00:48:23.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:22 smithi150 bash[20372]: audit 2024-02-20T00:48:21.813441+0000 mgr.smithi088.fydtne (mgr.14182) 524 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:23.467 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:24.851 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:24 smithi088 bash[16865]: cluster 2024-02-20T00:48:23.626490+0000 mgr.smithi088.fydtne (mgr.14182) 525 : 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 2024-02-20T00:48:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:24 smithi150 bash[20372]: cluster 2024-02-20T00:48:23.626490+0000 mgr.smithi088.fydtne (mgr.14182) 525 : 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 2024-02-20T00:48:26.541 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:26.542 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:26 smithi088 bash[16865]: cluster 2024-02-20T00:48:25.628286+0000 mgr.smithi088.fydtne (mgr.14182) 526 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:27.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:26 smithi150 bash[20372]: cluster 2024-02-20T00:48:25.628286+0000 mgr.smithi088.fydtne (mgr.14182) 526 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:28.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:27 smithi088 bash[16865]: audit 2024-02-20T00:48:26.527153+0000 mgr.smithi088.fydtne (mgr.14182) 527 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:28.156 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:28.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:27 smithi150 bash[20372]: audit 2024-02-20T00:48:26.527153+0000 mgr.smithi088.fydtne (mgr.14182) 527 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:29.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:28 smithi088 bash[16865]: cluster 2024-02-20T00:48:27.630162+0000 mgr.smithi088.fydtne (mgr.14182) 528 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:29.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:28 smithi150 bash[20372]: cluster 2024-02-20T00:48:27.630162+0000 mgr.smithi088.fydtne (mgr.14182) 528 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:30 smithi088 bash[16865]: cluster 2024-02-20T00:48:29.631260+0000 mgr.smithi088.fydtne (mgr.14182) 529 : 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 2024-02-20T00:48:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:30 smithi150 bash[20372]: cluster 2024-02-20T00:48:29.631260+0000 mgr.smithi088.fydtne (mgr.14182) 529 : 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 2024-02-20T00:48:31.378 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:31.378 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:31.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:32.989 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:33.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:32 smithi088 bash[16865]: audit 2024-02-20T00:48:31.369193+0000 mgr.smithi088.fydtne (mgr.14182) 530 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:33.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:32 smithi088 bash[16865]: cluster 2024-02-20T00:48:31.633480+0000 mgr.smithi088.fydtne (mgr.14182) 531 : 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 2024-02-20T00:48:33.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:32 smithi150 bash[20372]: audit 2024-02-20T00:48:31.369193+0000 mgr.smithi088.fydtne (mgr.14182) 530 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:33.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:32 smithi150 bash[20372]: cluster 2024-02-20T00:48:31.633480+0000 mgr.smithi088.fydtne (mgr.14182) 531 : 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 2024-02-20T00:48:35.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:34 smithi088 bash[16865]: cluster 2024-02-20T00:48:33.634979+0000 mgr.smithi088.fydtne (mgr.14182) 532 : 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 2024-02-20T00:48:35.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:34 smithi150 bash[20372]: cluster 2024-02-20T00:48:33.634979+0000 mgr.smithi088.fydtne (mgr.14182) 532 : 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 2024-02-20T00:48:36.227 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:36.228 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:36.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:37.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:36 smithi088 bash[16865]: cluster 2024-02-20T00:48:35.636750+0000 mgr.smithi088.fydtne (mgr.14182) 533 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:36 smithi150 bash[20372]: cluster 2024-02-20T00:48:35.636750+0000 mgr.smithi088.fydtne (mgr.14182) 533 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:48:37.836 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:37 smithi088 bash[16865]: audit 2024-02-20T00:48:36.210300+0000 mgr.smithi088.fydtne (mgr.14182) 534 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:38.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:37 smithi150 bash[20372]: audit 2024-02-20T00:48:36.210300+0000 mgr.smithi088.fydtne (mgr.14182) 534 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:39.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:38 smithi150 bash[20372]: cluster 2024-02-20T00:48:37.638683+0000 mgr.smithi088.fydtne (mgr.14182) 535 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:39.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:38 smithi088 bash[16865]: cluster 2024-02-20T00:48:37.638683+0000 mgr.smithi088.fydtne (mgr.14182) 535 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:48:40.969 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:40.969 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:40 smithi150 bash[20372]: cluster 2024-02-20T00:48:39.639765+0000 mgr.smithi088.fydtne (mgr.14182) 536 : 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 2024-02-20T00:48:41.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:40 smithi088 bash[16865]: cluster 2024-02-20T00:48:39.639765+0000 mgr.smithi088.fydtne (mgr.14182) 536 : 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 2024-02-20T00:48:41.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:42.590 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:43.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:42 smithi088 bash[16865]: audit 2024-02-20T00:48:40.960344+0000 mgr.smithi088.fydtne (mgr.14182) 537 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:43.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:42 smithi088 bash[16865]: cluster 2024-02-20T00:48:41.642000+0000 mgr.smithi088.fydtne (mgr.14182) 538 : 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 2024-02-20T00:48:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:42 smithi150 bash[20372]: audit 2024-02-20T00:48:40.960344+0000 mgr.smithi088.fydtne (mgr.14182) 537 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:42 smithi150 bash[20372]: cluster 2024-02-20T00:48:41.642000+0000 mgr.smithi088.fydtne (mgr.14182) 538 : 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 2024-02-20T00:48:44.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:43 smithi088 bash[16865]: audit 2024-02-20T00:48:43.596137+0000 mon.smithi088 (mon.0) 779 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:48:44.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:43 smithi150 bash[20372]: audit 2024-02-20T00:48:43.596137+0000 mon.smithi088 (mon.0) 779 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:48:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:44 smithi150 bash[20372]: cluster 2024-02-20T00:48:43.643358+0000 mgr.smithi088.fydtne (mgr.14182) 539 : 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 2024-02-20T00:48:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:44 smithi150 bash[20372]: audit 2024-02-20T00:48:43.926361+0000 mon.smithi088 (mon.0) 780 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:48:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:44 smithi150 bash[20372]: audit 2024-02-20T00:48:43.928060+0000 mon.smithi088 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:48:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:44 smithi150 bash[20372]: audit 2024-02-20T00:48:43.937169+0000 mon.smithi088 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:44 smithi150 bash[20372]: audit 2024-02-20T00:48:43.945933+0000 mon.smithi088 (mon.0) 783 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:48:45.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:44 smithi150 bash[20372]: audit 2024-02-20T00:48:43.961432+0000 mon.smithi088 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:45.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:44 smithi088 bash[16865]: cluster 2024-02-20T00:48:43.643358+0000 mgr.smithi088.fydtne (mgr.14182) 539 : 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 2024-02-20T00:48:45.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:44 smithi088 bash[16865]: audit 2024-02-20T00:48:43.926361+0000 mon.smithi088 (mon.0) 780 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:48:45.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:44 smithi088 bash[16865]: audit 2024-02-20T00:48:43.928060+0000 mon.smithi088 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:48:45.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:44 smithi088 bash[16865]: audit 2024-02-20T00:48:43.937169+0000 mon.smithi088 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:45.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:44 smithi088 bash[16865]: audit 2024-02-20T00:48:43.945933+0000 mon.smithi088 (mon.0) 783 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:48:45.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:44 smithi088 bash[16865]: audit 2024-02-20T00:48:43.961432+0000 mon.smithi088 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:45.988 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:45.988 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:46:35.012402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kjimnw on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:45 smithi150 bash[20372]: cluster 2024-02-20T00:48:43.938146+0000 mgr.smithi088.fydtne (mgr.14182) 540 : cluster [DBG] pgmap v409: 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 2024-02-20T00:48:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:45 smithi150 bash[20372]: cephadm 2024-02-20T00:48:43.965429+0000 mgr.smithi088.fydtne (mgr.14182) 541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.ejrbur on smithi150 2024-02-20T00:48:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:45 smithi150 bash[20372]: cluster 2024-02-20T00:48:44.933772+0000 mon.smithi088 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:48:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:45 smithi150 bash[20372]: cluster 2024-02-20T00:48:44.933857+0000 mon.smithi088 (mon.0) 786 : cluster [INF] Cluster is now healthy 2024-02-20T00:48:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:45 smithi150 bash[20372]: audit 2024-02-20T00:48:45.367087+0000 mon.smithi088 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:46.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:45 smithi088 bash[16865]: cluster 2024-02-20T00:48:43.938146+0000 mgr.smithi088.fydtne (mgr.14182) 540 : cluster [DBG] pgmap v409: 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 2024-02-20T00:48:46.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:45 smithi088 bash[16865]: cephadm 2024-02-20T00:48:43.965429+0000 mgr.smithi088.fydtne (mgr.14182) 541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.ejrbur on smithi150 2024-02-20T00:48:46.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:45 smithi088 bash[16865]: cluster 2024-02-20T00:48:44.933772+0000 mon.smithi088 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:48:46.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:45 smithi088 bash[16865]: cluster 2024-02-20T00:48:44.933857+0000 mon.smithi088 (mon.0) 786 : cluster [INF] Cluster is now healthy 2024-02-20T00:48:46.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:45 smithi088 bash[16865]: audit 2024-02-20T00:48:45.367087+0000 mon.smithi088 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:46.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:47.687 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:47.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:47 smithi088 bash[16865]: cluster 2024-02-20T00:48:45.939601+0000 mgr.smithi088.fydtne (mgr.14182) 542 : cluster [DBG] pgmap v410: 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 2024-02-20T00:48:47.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:47 smithi088 bash[16865]: audit 2024-02-20T00:48:45.973327+0000 mgr.smithi088.fydtne (mgr.14182) 543 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:48.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:47 smithi150 bash[20372]: cluster 2024-02-20T00:48:45.939601+0000 mgr.smithi088.fydtne (mgr.14182) 542 : cluster [DBG] pgmap v410: 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 2024-02-20T00:48:48.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:47 smithi150 bash[20372]: audit 2024-02-20T00:48:45.973327+0000 mgr.smithi088.fydtne (mgr.14182) 543 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:48 smithi150 bash[20372]: audit 2024-02-20T00:48:47.934756+0000 mon.smithi088 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.ejrbur"}]: dispatch 2024-02-20T00:48:49.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:48 smithi088 bash[16865]: audit 2024-02-20T00:48:47.934756+0000 mon.smithi088 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.ejrbur"}]: dispatch 2024-02-20T00:48:50.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: cephadm 2024-02-20T00:48:47.933815+0000 mgr.smithi088.fydtne (mgr.14182) 544 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.ejrbur ... 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:48:50.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.ejrbur ... 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: cephadm 2024-02-20T00:48:47.934160+0000 mgr.smithi088.fydtne (mgr.14182) 545 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: cephadm 2024-02-20T00:48:47.936411+0000 mgr.smithi088.fydtne (mgr.14182) 546 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.ejrbur ... 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: cephadm 2024-02-20T00:48:47.940865+0000 mgr.smithi088.fydtne (mgr.14182) 547 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.ugphms on smithi088 2024-02-20T00:48:50.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:49 smithi150 bash[20372]: cluster 2024-02-20T00:48:47.941141+0000 mgr.smithi088.fydtne (mgr.14182) 548 : cluster [DBG] pgmap v411: 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 2024-02-20T00:48:50.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: cephadm 2024-02-20T00:48:47.933815+0000 mgr.smithi088.fydtne (mgr.14182) 544 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:50.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.ejrbur ... 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:48:50.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.ejrbur ... 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: cephadm 2024-02-20T00:48:47.934160+0000 mgr.smithi088.fydtne (mgr.14182) 545 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: cephadm 2024-02-20T00:48:47.936411+0000 mgr.smithi088.fydtne (mgr.14182) 546 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.ejrbur ... 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: cephadm 2024-02-20T00:48:47.940865+0000 mgr.smithi088.fydtne (mgr.14182) 547 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.ugphms on smithi088 2024-02-20T00:48:50.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:49 smithi088 bash[16865]: cluster 2024-02-20T00:48:47.941141+0000 mgr.smithi088.fydtne (mgr.14182) 548 : cluster [DBG] pgmap v411: 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 2024-02-20T00:48:51.144 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:51.144 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:39.571507Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.isxzlk on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-isxzlk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.isxzlk\nDeploy daemon haproxy.nfs.foo.smithi150.isxzlk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.588499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.atuphj on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-atuphj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.atuphj\nDeploy daemon haproxy.nfs.foo.smithi088.atuphj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:47:43.590577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uwphqv on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:51.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:52.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:51 smithi150 bash[20372]: cluster 2024-02-20T00:48:49.942195+0000 mgr.smithi088.fydtne (mgr.14182) 549 : cluster [DBG] pgmap v412: 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 2024-02-20T00:48:52.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:51 smithi088 bash[16865]: cluster 2024-02-20T00:48:49.942195+0000 mgr.smithi088.fydtne (mgr.14182) 549 : cluster [DBG] pgmap v412: 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 2024-02-20T00:48:52.908 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:52 smithi150 bash[20372]: audit 2024-02-20T00:48:51.128475+0000 mgr.smithi088.fydtne (mgr.14182) 550 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:53.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:52 smithi150 bash[20372]: audit 2024-02-20T00:48:52.063724+0000 mon.smithi088 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.ugphms"}]: dispatch 2024-02-20T00:48:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:52 smithi088 bash[16865]: audit 2024-02-20T00:48:51.128475+0000 mgr.smithi088.fydtne (mgr.14182) 550 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:52 smithi088 bash[16865]: audit 2024-02-20T00:48:52.063724+0000 mon.smithi088 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.ugphms"}]: dispatch 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cluster 2024-02-20T00:48:51.944444+0000 mgr.smithi088.fydtne (mgr.14182) 551 : cluster [DBG] pgmap v413: 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 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cephadm 2024-02-20T00:48:52.062579+0000 mgr.smithi088.fydtne (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.ugphms ... 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:54.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.ugphms ... 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cephadm 2024-02-20T00:48:52.063101+0000 mgr.smithi088.fydtne (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cephadm 2024-02-20T00:48:52.065145+0000 mgr.smithi088.fydtne (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:48:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.ugphms ... 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cephadm 2024-02-20T00:48:52.068450+0000 mgr.smithi088.fydtne (mgr.14182) 555 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cephadm 2024-02-20T00:48:52.071327+0000 mgr.smithi088.fydtne (mgr.14182) 556 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cluster 2024-02-20T00:48:52.072686+0000 mgr.smithi088.fydtne (mgr.14182) 557 : cluster [DBG] pgmap v414: 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 2024-02-20T00:48:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:53 smithi088 bash[16865]: cluster 2024-02-20T00:48:52.859935+0000 mon.smithi088 (mon.0) 790 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:48:54.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cluster 2024-02-20T00:48:51.944444+0000 mgr.smithi088.fydtne (mgr.14182) 551 : cluster [DBG] pgmap v413: 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 2024-02-20T00:48:54.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cephadm 2024-02-20T00:48:52.062579+0000 mgr.smithi088.fydtne (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:54.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.ugphms ... 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.ugphms ... 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cephadm 2024-02-20T00:48:52.063101+0000 mgr.smithi088.fydtne (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cephadm 2024-02-20T00:48:52.065145+0000 mgr.smithi088.fydtne (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.ugphms ... 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cephadm 2024-02-20T00:48:52.068450+0000 mgr.smithi088.fydtne (mgr.14182) 555 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cephadm 2024-02-20T00:48:52.071327+0000 mgr.smithi088.fydtne (mgr.14182) 556 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cluster 2024-02-20T00:48:52.072686+0000 mgr.smithi088.fydtne (mgr.14182) 557 : cluster [DBG] pgmap v414: 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 2024-02-20T00:48:54.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:53 smithi150 bash[20372]: cluster 2024-02-20T00:48:52.859935+0000 mon.smithi088 (mon.0) 790 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:48:56.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:55 smithi088 bash[16865]: cluster 2024-02-20T00:48:54.073544+0000 mgr.smithi088.fydtne (mgr.14182) 558 : cluster [DBG] pgmap v415: 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 2024-02-20T00:48:56.177 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:48:56.177 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:48:56.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:55 smithi150 bash[20372]: cluster 2024-02-20T00:48:54.073544+0000 mgr.smithi088.fydtne (mgr.14182) 558 : cluster [DBG] pgmap v415: 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 2024-02-20T00:48:56.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:48:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:56 smithi150 bash[20372]: audit 2024-02-20T00:48:55.903782+0000 mon.smithi088 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:56 smithi150 bash[20372]: cluster 2024-02-20T00:48:56.075568+0000 mgr.smithi088.fydtne (mgr.14182) 559 : cluster [DBG] pgmap v416: 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 2024-02-20T00:48:57.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:56 smithi150 bash[20372]: audit 2024-02-20T00:48:56.165140+0000 mgr.smithi088.fydtne (mgr.14182) 560 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:57.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:56 smithi088 bash[16865]: audit 2024-02-20T00:48:55.903782+0000 mon.smithi088 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:48:57.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:56 smithi088 bash[16865]: cluster 2024-02-20T00:48:56.075568+0000 mgr.smithi088.fydtne (mgr.14182) 559 : cluster [DBG] pgmap v416: 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 2024-02-20T00:48:57.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:56 smithi088 bash[16865]: audit 2024-02-20T00:48:56.165140+0000 mgr.smithi088.fydtne (mgr.14182) 560 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:48:57.824 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:48:59.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:48:59 smithi088 bash[16865]: cluster 2024-02-20T00:48:58.077030+0000 mgr.smithi088.fydtne (mgr.14182) 561 : cluster [DBG] pgmap v417: 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 2024-02-20T00:48:59.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:48:59 smithi150 bash[20372]: cluster 2024-02-20T00:48:58.077030+0000 mgr.smithi088.fydtne (mgr.14182) 561 : cluster [DBG] pgmap v417: 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 2024-02-20T00:49:01.124 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:01.124 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:01.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:01 smithi088 bash[16865]: cluster 2024-02-20T00:49:00.078415+0000 mgr.smithi088.fydtne (mgr.14182) 562 : cluster [DBG] pgmap v418: 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 2024-02-20T00:49:01.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:01 smithi088 bash[16865]: audit 2024-02-20T00:49:00.369906+0000 mon.smithi088 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:01 smithi150 bash[20372]: cluster 2024-02-20T00:49:00.078415+0000 mgr.smithi088.fydtne (mgr.14182) 562 : cluster [DBG] pgmap v418: 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 2024-02-20T00:49:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:01 smithi150 bash[20372]: audit 2024-02-20T00:49:00.369906+0000 mon.smithi088 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:01.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:02.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:02 smithi150 bash[20372]: audit 2024-02-20T00:49:01.108433+0000 mgr.smithi088.fydtne (mgr.14182) 563 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:02.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:02 smithi088 bash[16865]: audit 2024-02-20T00:49:01.108433+0000 mgr.smithi088.fydtne (mgr.14182) 563 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:02.826 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:03.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:03 smithi150 bash[20372]: cluster 2024-02-20T00:49:02.080593+0000 mgr.smithi088.fydtne (mgr.14182) 564 : cluster [DBG] pgmap v419: 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 2024-02-20T00:49:03.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:03 smithi088 bash[16865]: cluster 2024-02-20T00:49:02.080593+0000 mgr.smithi088.fydtne (mgr.14182) 564 : cluster [DBG] pgmap v419: 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 2024-02-20T00:49:05.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:05 smithi150 bash[20372]: cluster 2024-02-20T00:49:04.081596+0000 mgr.smithi088.fydtne (mgr.14182) 565 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:05.703 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:05 smithi088 bash[16865]: cluster 2024-02-20T00:49:04.081596+0000 mgr.smithi088.fydtne (mgr.14182) 565 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:06.063 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:06.063 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:06.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:07.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:07 smithi150 bash[20372]: audit 2024-02-20T00:49:06.051234+0000 mgr.smithi088.fydtne (mgr.14182) 566 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:07.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:07 smithi150 bash[20372]: cluster 2024-02-20T00:49:06.083685+0000 mgr.smithi088.fydtne (mgr.14182) 567 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:07.720 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:07.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:07 smithi088 bash[16865]: audit 2024-02-20T00:49:06.051234+0000 mgr.smithi088.fydtne (mgr.14182) 566 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:07.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:07 smithi088 bash[16865]: cluster 2024-02-20T00:49:06.083685+0000 mgr.smithi088.fydtne (mgr.14182) 567 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:09.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:09 smithi088 bash[16865]: cluster 2024-02-20T00:49:08.085182+0000 mgr.smithi088.fydtne (mgr.14182) 568 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:09.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:09 smithi150 bash[20372]: cluster 2024-02-20T00:49:08.085182+0000 mgr.smithi088.fydtne (mgr.14182) 568 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:10.952 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:10.952 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:11.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:11.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:11 smithi150 bash[20372]: cluster 2024-02-20T00:49:10.086498+0000 mgr.smithi088.fydtne (mgr.14182) 569 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:11.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:11 smithi088 bash[16865]: cluster 2024-02-20T00:49:10.086498+0000 mgr.smithi088.fydtne (mgr.14182) 569 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:12.604 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:12.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:12 smithi150 bash[20372]: audit 2024-02-20T00:49:10.941080+0000 mgr.smithi088.fydtne (mgr.14182) 570 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:12.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:12 smithi088 bash[16865]: audit 2024-02-20T00:49:10.941080+0000 mgr.smithi088.fydtne (mgr.14182) 570 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:13.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:13 smithi150 bash[20372]: cluster 2024-02-20T00:49:12.088622+0000 mgr.smithi088.fydtne (mgr.14182) 571 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:13.698 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:13 smithi088 bash[16865]: cluster 2024-02-20T00:49:12.088622+0000 mgr.smithi088.fydtne (mgr.14182) 571 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:15.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:15 smithi150 bash[20372]: cluster 2024-02-20T00:49:14.089669+0000 mgr.smithi088.fydtne (mgr.14182) 572 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:15.747 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:15.747 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:15.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:15 smithi088 bash[16865]: cluster 2024-02-20T00:49:14.089669+0000 mgr.smithi088.fydtne (mgr.14182) 572 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:16.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:16 smithi088 bash[16865]: audit 2024-02-20T00:49:15.738412+0000 mgr.smithi088.fydtne (mgr.14182) 573 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:16.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:16 smithi150 bash[20372]: audit 2024-02-20T00:49:15.738412+0000 mgr.smithi088.fydtne (mgr.14182) 573 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:17.403 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:17.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:17 smithi088 bash[16865]: cluster 2024-02-20T00:49:16.091743+0000 mgr.smithi088.fydtne (mgr.14182) 574 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:17.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:17 smithi150 bash[20372]: cluster 2024-02-20T00:49:16.091743+0000 mgr.smithi088.fydtne (mgr.14182) 574 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:19.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:19 smithi088 bash[16865]: cluster 2024-02-20T00:49:18.093224+0000 mgr.smithi088.fydtne (mgr.14182) 575 : 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 2024-02-20T00:49:19.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:19 smithi150 bash[20372]: cluster 2024-02-20T00:49:18.093224+0000 mgr.smithi088.fydtne (mgr.14182) 575 : 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 2024-02-20T00:49:20.681 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:20.681 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:21.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:21 smithi088 bash[16865]: cluster 2024-02-20T00:49:20.094604+0000 mgr.smithi088.fydtne (mgr.14182) 576 : 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 2024-02-20T00:49:21.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:21 smithi088 bash[16865]: audit 2024-02-20T00:49:20.672752+0000 mgr.smithi088.fydtne (mgr.14182) 577 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:21.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:21 smithi150 bash[20372]: cluster 2024-02-20T00:49:20.094604+0000 mgr.smithi088.fydtne (mgr.14182) 576 : 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 2024-02-20T00:49:21.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:21 smithi150 bash[20372]: audit 2024-02-20T00:49:20.672752+0000 mgr.smithi088.fydtne (mgr.14182) 577 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:22.349 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:23.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:23 smithi088 bash[16865]: cluster 2024-02-20T00:49:22.096774+0000 mgr.smithi088.fydtne (mgr.14182) 578 : 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 2024-02-20T00:49:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:23 smithi150 bash[20372]: cluster 2024-02-20T00:49:22.096774+0000 mgr.smithi088.fydtne (mgr.14182) 578 : 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 2024-02-20T00:49:25.611 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:25.612 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:25 smithi088 bash[16865]: cluster 2024-02-20T00:49:24.097815+0000 mgr.smithi088.fydtne (mgr.14182) 579 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:25.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:25 smithi150 bash[20372]: cluster 2024-02-20T00:49:24.097815+0000 mgr.smithi088.fydtne (mgr.14182) 579 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:26.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:26.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:26 smithi088 bash[16865]: audit 2024-02-20T00:49:25.594991+0000 mgr.smithi088.fydtne (mgr.14182) 580 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:26.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:26 smithi150 bash[20372]: audit 2024-02-20T00:49:25.594991+0000 mgr.smithi088.fydtne (mgr.14182) 580 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:27.269 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:27 smithi088 bash[16865]: cluster 2024-02-20T00:49:26.099880+0000 mgr.smithi088.fydtne (mgr.14182) 581 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:27 smithi150 bash[20372]: cluster 2024-02-20T00:49:26.099880+0000 mgr.smithi088.fydtne (mgr.14182) 581 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:29.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:29 smithi088 bash[16865]: cluster 2024-02-20T00:49:28.101306+0000 mgr.smithi088.fydtne (mgr.14182) 582 : 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 2024-02-20T00:49:29.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:29 smithi150 bash[20372]: cluster 2024-02-20T00:49:28.101306+0000 mgr.smithi088.fydtne (mgr.14182) 582 : 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 2024-02-20T00:49:30.308 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:30.309 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:31.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:31 smithi088 bash[16865]: cluster 2024-02-20T00:49:30.102293+0000 mgr.smithi088.fydtne (mgr.14182) 583 : 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 2024-02-20T00:49:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:31 smithi088 bash[16865]: audit 2024-02-20T00:49:30.298750+0000 mgr.smithi088.fydtne (mgr.14182) 584 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:31 smithi150 bash[20372]: cluster 2024-02-20T00:49:30.102293+0000 mgr.smithi088.fydtne (mgr.14182) 583 : 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 2024-02-20T00:49:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:31 smithi150 bash[20372]: audit 2024-02-20T00:49:30.298750+0000 mgr.smithi088.fydtne (mgr.14182) 584 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:32.020 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:33 smithi088 bash[16865]: cluster 2024-02-20T00:49:32.104525+0000 mgr.smithi088.fydtne (mgr.14182) 585 : 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 2024-02-20T00:49:33.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:33 smithi150 bash[20372]: cluster 2024-02-20T00:49:32.104525+0000 mgr.smithi088.fydtne (mgr.14182) 585 : 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 2024-02-20T00:49:35.207 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:35.207 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:35.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:35 smithi088 bash[16865]: cluster 2024-02-20T00:49:34.105622+0000 mgr.smithi088.fydtne (mgr.14182) 586 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:35.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:35 smithi150 bash[20372]: cluster 2024-02-20T00:49:34.105622+0000 mgr.smithi088.fydtne (mgr.14182) 586 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:36.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:36 smithi088 bash[16865]: audit 2024-02-20T00:49:35.191934+0000 mgr.smithi088.fydtne (mgr.14182) 587 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:36.807 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:36.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:36 smithi150 bash[20372]: audit 2024-02-20T00:49:35.191934+0000 mgr.smithi088.fydtne (mgr.14182) 587 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:37.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:37 smithi088 bash[16865]: cluster 2024-02-20T00:49:36.107736+0000 mgr.smithi088.fydtne (mgr.14182) 588 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:37.874 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:37 smithi150 bash[20372]: cluster 2024-02-20T00:49:36.107736+0000 mgr.smithi088.fydtne (mgr.14182) 588 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:39.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:39 smithi088 bash[16865]: cluster 2024-02-20T00:49:38.108840+0000 mgr.smithi088.fydtne (mgr.14182) 589 : 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 2024-02-20T00:49:39.905 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:39.905 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:39.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:39 smithi150 bash[20372]: cluster 2024-02-20T00:49:38.108840+0000 mgr.smithi088.fydtne (mgr.14182) 589 : 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 2024-02-20T00:49:40.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:40.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:40 smithi088 bash[16865]: audit 2024-02-20T00:49:39.886593+0000 mgr.smithi088.fydtne (mgr.14182) 590 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:40 smithi150 bash[20372]: audit 2024-02-20T00:49:39.886593+0000 mgr.smithi088.fydtne (mgr.14182) 590 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:41.560 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:41.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:41 smithi088 bash[16865]: cluster 2024-02-20T00:49:40.109578+0000 mgr.smithi088.fydtne (mgr.14182) 591 : 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 2024-02-20T00:49:41.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:41 smithi150 bash[20372]: cluster 2024-02-20T00:49:40.109578+0000 mgr.smithi088.fydtne (mgr.14182) 591 : 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 2024-02-20T00:49:43.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:43 smithi088 bash[16865]: cluster 2024-02-20T00:49:42.111782+0000 mgr.smithi088.fydtne (mgr.14182) 592 : 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 2024-02-20T00:49:43.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:43 smithi150 bash[20372]: cluster 2024-02-20T00:49:42.111782+0000 mgr.smithi088.fydtne (mgr.14182) 592 : 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 2024-02-20T00:49:44.762 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:44.762 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:45.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:45.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:45 smithi088 bash[16865]: cluster 2024-02-20T00:49:44.112452+0000 mgr.smithi088.fydtne (mgr.14182) 593 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:45.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:45 smithi088 bash[16865]: audit 2024-02-20T00:49:44.748489+0000 mgr.smithi088.fydtne (mgr.14182) 594 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:45.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:45 smithi150 bash[20372]: cluster 2024-02-20T00:49:44.112452+0000 mgr.smithi088.fydtne (mgr.14182) 593 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:49:45.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:45 smithi150 bash[20372]: audit 2024-02-20T00:49:44.748489+0000 mgr.smithi088.fydtne (mgr.14182) 594 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:46.410 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:47.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:47 smithi088 bash[16865]: cluster 2024-02-20T00:49:46.114479+0000 mgr.smithi088.fydtne (mgr.14182) 595 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:47.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:47 smithi150 bash[20372]: cluster 2024-02-20T00:49:46.114479+0000 mgr.smithi088.fydtne (mgr.14182) 595 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:49:49.649 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:49.650 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:49.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:49 smithi150 bash[20372]: cluster 2024-02-20T00:49:48.115880+0000 mgr.smithi088.fydtne (mgr.14182) 596 : 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 2024-02-20T00:49:50.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:49 smithi088 bash[16865]: cluster 2024-02-20T00:49:48.115880+0000 mgr.smithi088.fydtne (mgr.14182) 596 : 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 2024-02-20T00:49:50.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:50.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:50 smithi150 bash[20372]: audit 2024-02-20T00:49:49.635314+0000 mgr.smithi088.fydtne (mgr.14182) 597 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:51.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:50 smithi088 bash[16865]: audit 2024-02-20T00:49:49.635314+0000 mgr.smithi088.fydtne (mgr.14182) 597 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:51.260 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:51.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:51 smithi150 bash[20372]: cluster 2024-02-20T00:49:50.116801+0000 mgr.smithi088.fydtne (mgr.14182) 598 : 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 2024-02-20T00:49:52.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:51 smithi088 bash[16865]: cluster 2024-02-20T00:49:50.116801+0000 mgr.smithi088.fydtne (mgr.14182) 598 : 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 2024-02-20T00:49:52.672 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.075225+0000 mon.smithi088 (mon.0) 793 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:49:52.672 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.375848+0000 mon.smithi088 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.672 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.376911+0000 mon.smithi088 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.377738+0000 mon.smithi088 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.378525+0000 mon.smithi088 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.385404+0000 mon.smithi088 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.396039+0000 mon.smithi088 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.397619+0000 mon.smithi088 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.399053+0000 mon.smithi088 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.400493+0000 mon.smithi088 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.406576+0000 mon.smithi088 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.408153+0000 mon.smithi088 (mon.0) 804 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.409485+0000 mon.smithi088 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.418059+0000 mon.smithi088 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.427883+0000 mon.smithi088 (mon.0) 807 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:49:52.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:52 smithi088 bash[16865]: audit 2024-02-20T00:49:52.449380+0000 mon.smithi088 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.075225+0000 mon.smithi088 (mon.0) 793 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:49:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.375848+0000 mon.smithi088 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.376911+0000 mon.smithi088 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.377738+0000 mon.smithi088 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.378525+0000 mon.smithi088 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.385404+0000 mon.smithi088 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.396039+0000 mon.smithi088 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.397619+0000 mon.smithi088 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.399053+0000 mon.smithi088 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.400493+0000 mon.smithi088 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.406576+0000 mon.smithi088 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.408153+0000 mon.smithi088 (mon.0) 804 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.409485+0000 mon.smithi088 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.418059+0000 mon.smithi088 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.427883+0000 mon.smithi088 (mon.0) 807 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:49:52.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:52 smithi150 bash[20372]: audit 2024-02-20T00:49:52.449380+0000 mon.smithi088 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cluster 2024-02-20T00:49:52.118077+0000 mgr.smithi088.fydtne (mgr.14182) 599 : 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 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cephadm 2024-02-20T00:49:52.379164+0000 mgr.smithi088.fydtne (mgr.14182) 600 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3017M 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cephadm 2024-02-20T00:49:52.401500+0000 mgr.smithi088.fydtne (mgr.14182) 601 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3529M 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cluster 2024-02-20T00:49:52.419243+0000 mgr.smithi088.fydtne (mgr.14182) 602 : cluster [DBG] pgmap v445: 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 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cephadm 2024-02-20T00:49:52.453324+0000 mgr.smithi088.fydtne (mgr.14182) 603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.qzbprx on smithi150 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cluster 2024-02-20T00:49:52.571534+0000 mon.smithi088 (mon.0) 809 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:49:53.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:53 smithi150 bash[20372]: cluster 2024-02-20T00:49:52.571599+0000 mon.smithi088 (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-02-20T00:49:54.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cluster 2024-02-20T00:49:52.118077+0000 mgr.smithi088.fydtne (mgr.14182) 599 : 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 2024-02-20T00:49:54.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cephadm 2024-02-20T00:49:52.379164+0000 mgr.smithi088.fydtne (mgr.14182) 600 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3017M 2024-02-20T00:49:54.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cephadm 2024-02-20T00:49:52.401500+0000 mgr.smithi088.fydtne (mgr.14182) 601 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3529M 2024-02-20T00:49:54.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cluster 2024-02-20T00:49:52.419243+0000 mgr.smithi088.fydtne (mgr.14182) 602 : cluster [DBG] pgmap v445: 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 2024-02-20T00:49:54.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cephadm 2024-02-20T00:49:52.453324+0000 mgr.smithi088.fydtne (mgr.14182) 603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.qzbprx on smithi150 2024-02-20T00:49:54.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cluster 2024-02-20T00:49:52.571534+0000 mon.smithi088 (mon.0) 809 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:49:54.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:53 smithi088 bash[16865]: cluster 2024-02-20T00:49:52.571599+0000 mon.smithi088 (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-02-20T00:49:54.607 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:54.608 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:47:43.592419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.roudeb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:55.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:49:55.885 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:55 smithi150 bash[20372]: cluster 2024-02-20T00:49:54.419793+0000 mgr.smithi088.fydtne (mgr.14182) 604 : cluster [DBG] pgmap v446: 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 2024-02-20T00:49:55.885 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:55 smithi150 bash[20372]: audit 2024-02-20T00:49:54.594430+0000 mgr.smithi088.fydtne (mgr.14182) 605 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:56.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:55 smithi088 bash[16865]: cluster 2024-02-20T00:49:54.419793+0000 mgr.smithi088.fydtne (mgr.14182) 604 : cluster [DBG] pgmap v446: 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 2024-02-20T00:49:56.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:55 smithi088 bash[16865]: audit 2024-02-20T00:49:54.594430+0000 mgr.smithi088.fydtne (mgr.14182) 605 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:49:56.221 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:49:56.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:56 smithi150 bash[20372]: audit 2024-02-20T00:49:56.495856+0000 mon.smithi088 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.qzbprx"}]: dispatch 2024-02-20T00:49:56.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:56 smithi088 bash[16865]: audit 2024-02-20T00:49:56.495856+0000 mon.smithi088 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.qzbprx"}]: dispatch 2024-02-20T00:49:57.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: cluster 2024-02-20T00:49:56.420794+0000 mgr.smithi088.fydtne (mgr.14182) 606 : cluster [DBG] pgmap v447: 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 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: cephadm 2024-02-20T00:49:56.494593+0000 mgr.smithi088.fydtne (mgr.14182) 607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.qzbprx ... 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:49:57.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.qzbprx ... 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: cephadm 2024-02-20T00:49:56.495130+0000 mgr.smithi088.fydtne (mgr.14182) 608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: cephadm 2024-02-20T00:49:56.497761+0000 mgr.smithi088.fydtne (mgr.14182) 609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.qzbprx ... 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.790 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:57 smithi088 bash[16865]: cephadm 2024-02-20T00:49:56.502906+0000 mgr.smithi088.fydtne (mgr.14182) 610 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.dtnoxt on smithi088 2024-02-20T00:49:57.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: cluster 2024-02-20T00:49:56.420794+0000 mgr.smithi088.fydtne (mgr.14182) 606 : cluster [DBG] pgmap v447: 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 2024-02-20T00:49:57.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: cephadm 2024-02-20T00:49:56.494593+0000 mgr.smithi088.fydtne (mgr.14182) 607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:49:57.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:49:57.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.qzbprx ... 2024-02-20T00:49:57.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:49:57.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:49:57.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:49:57.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.qzbprx ... 2024-02-20T00:49:57.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:49:57.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:49:57.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:49:57.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: cephadm 2024-02-20T00:49:56.495130+0000 mgr.smithi088.fydtne (mgr.14182) 608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: cephadm 2024-02-20T00:49:56.497761+0000 mgr.smithi088.fydtne (mgr.14182) 609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.qzbprx ... 2024-02-20T00:49:57.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.941 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:49:57.941 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:49:57.941 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:49:57.941 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:49:57.941 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:57 smithi150 bash[20372]: cephadm 2024-02-20T00:49:56.502906+0000 mgr.smithi088.fydtne (mgr.14182) 610 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.dtnoxt on smithi088 2024-02-20T00:49:59.486 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:49:59.487 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:47.936147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ejrbur on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ejrbur\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ejrbur\nDeploy daemon haproxy.nfs.foo.smithi150.ejrbur ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.064969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ugphms on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-ugphms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.ugphms\nDeploy daemon haproxy.nfs.foo.smithi088.ugphms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:48:52.068270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.ibalfy on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:49:59.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:49:59 smithi088 bash[16865]: cluster 2024-02-20T00:49:58.421902+0000 mgr.smithi088.fydtne (mgr.14182) 611 : cluster [DBG] pgmap v448: 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 2024-02-20T00:49:59.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:49:59 smithi150 bash[20372]: cluster 2024-02-20T00:49:58.421902+0000 mgr.smithi088.fydtne (mgr.14182) 611 : cluster [DBG] pgmap v448: 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 2024-02-20T00:50:00.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:00.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:00 smithi150 bash[20372]: audit 2024-02-20T00:49:59.478058+0000 mgr.smithi088.fydtne (mgr.14182) 612 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:00 smithi150 bash[20372]: cluster 2024-02-20T00:50:00.000125+0000 mon.smithi088 (mon.0) 812 : cluster [INF] overall HEALTH_OK 2024-02-20T00:50:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:00 smithi150 bash[20372]: audit 2024-02-20T00:50:00.307934+0000 mon.smithi088 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.dtnoxt"}]: dispatch 2024-02-20T00:50:00.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:00 smithi150 bash[20372]: audit 2024-02-20T00:50:00.371251+0000 mon.smithi088 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:50:01.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:00 smithi088 bash[16865]: audit 2024-02-20T00:49:59.478058+0000 mgr.smithi088.fydtne (mgr.14182) 612 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:01.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:00 smithi088 bash[16865]: cluster 2024-02-20T00:50:00.000125+0000 mon.smithi088 (mon.0) 812 : cluster [INF] overall HEALTH_OK 2024-02-20T00:50:01.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:00 smithi088 bash[16865]: audit 2024-02-20T00:50:00.307934+0000 mon.smithi088 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.dtnoxt"}]: dispatch 2024-02-20T00:50:01.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:00 smithi088 bash[16865]: audit 2024-02-20T00:50:00.371251+0000 mon.smithi088 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:50:01.118 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:01.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cephadm 2024-02-20T00:50:00.307217+0000 mgr.smithi088.fydtne (mgr.14182) 613 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:01.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:50:01.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:01.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.dtnoxt ... 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.dtnoxt ... 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:01.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cephadm 2024-02-20T00:50:00.307454+0000 mgr.smithi088.fydtne (mgr.14182) 614 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cephadm 2024-02-20T00:50:00.308988+0000 mgr.smithi088.fydtne (mgr.14182) 615 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.dtnoxt ... 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:01.939 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cephadm 2024-02-20T00:50:00.310987+0000 mgr.smithi088.fydtne (mgr.14182) 616 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:50:01.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cephadm 2024-02-20T00:50:00.312566+0000 mgr.smithi088.fydtne (mgr.14182) 617 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:50:01.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cluster 2024-02-20T00:50:00.314139+0000 mgr.smithi088.fydtne (mgr.14182) 618 : cluster [DBG] pgmap v449: 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 2024-02-20T00:50:01.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: cluster 2024-02-20T00:50:00.609803+0000 mon.smithi088 (mon.0) 815 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:50:01.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:01 smithi150 bash[20372]: audit 2024-02-20T00:50:00.965409+0000 mon.smithi088 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:50:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cephadm 2024-02-20T00:50:00.307217+0000 mgr.smithi088.fydtne (mgr.14182) 613 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:50:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:50:02.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.dtnoxt ... 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:02.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.dtnoxt ... 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cephadm 2024-02-20T00:50:00.307454+0000 mgr.smithi088.fydtne (mgr.14182) 614 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cephadm 2024-02-20T00:50:00.308988+0000 mgr.smithi088.fydtne (mgr.14182) 615 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:50:02.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.dtnoxt ... 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cephadm 2024-02-20T00:50:00.310987+0000 mgr.smithi088.fydtne (mgr.14182) 616 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cephadm 2024-02-20T00:50:00.312566+0000 mgr.smithi088.fydtne (mgr.14182) 617 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cluster 2024-02-20T00:50:00.314139+0000 mgr.smithi088.fydtne (mgr.14182) 618 : cluster [DBG] pgmap v449: 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 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: cluster 2024-02-20T00:50:00.609803+0000 mon.smithi088 (mon.0) 815 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:50:02.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:01 smithi088 bash[16865]: audit 2024-02-20T00:50:00.965409+0000 mon.smithi088 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:50:03.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:03 smithi150 bash[20372]: cluster 2024-02-20T00:50:02.316154+0000 mgr.smithi088.fydtne (mgr.14182) 619 : cluster [DBG] pgmap v450: 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 2024-02-20T00:50:04.012 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:03 smithi088 bash[16865]: cluster 2024-02-20T00:50:02.316154+0000 mgr.smithi088.fydtne (mgr.14182) 619 : cluster [DBG] pgmap v450: 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 2024-02-20T00:50:04.451 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:04.451 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:05.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:05.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:05 smithi150 bash[20372]: cluster 2024-02-20T00:50:04.317128+0000 mgr.smithi088.fydtne (mgr.14182) 620 : cluster [DBG] pgmap v451: 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 2024-02-20T00:50:05.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:05 smithi150 bash[20372]: audit 2024-02-20T00:50:04.442341+0000 mgr.smithi088.fydtne (mgr.14182) 621 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:06.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:05 smithi088 bash[16865]: cluster 2024-02-20T00:50:04.317128+0000 mgr.smithi088.fydtne (mgr.14182) 620 : cluster [DBG] pgmap v451: 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 2024-02-20T00:50:06.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:05 smithi088 bash[16865]: audit 2024-02-20T00:50:04.442341+0000 mgr.smithi088.fydtne (mgr.14182) 621 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:06.133 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:07.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:07 smithi088 bash[16865]: cluster 2024-02-20T00:50:06.319212+0000 mgr.smithi088.fydtne (mgr.14182) 622 : cluster [DBG] pgmap v452: 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 2024-02-20T00:50:07.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:07 smithi150 bash[20372]: cluster 2024-02-20T00:50:06.319212+0000 mgr.smithi088.fydtne (mgr.14182) 622 : cluster [DBG] pgmap v452: 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 2024-02-20T00:50:09.282 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:09.282 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:09.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:09.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:09 smithi150 bash[20372]: cluster 2024-02-20T00:50:08.320809+0000 mgr.smithi088.fydtne (mgr.14182) 623 : cluster [DBG] pgmap v453: 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 2024-02-20T00:50:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:09 smithi088 bash[16865]: cluster 2024-02-20T00:50:08.320809+0000 mgr.smithi088.fydtne (mgr.14182) 623 : cluster [DBG] pgmap v453: 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 2024-02-20T00:50:10.856 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:10.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:10 smithi150 bash[20372]: audit 2024-02-20T00:50:09.269168+0000 mgr.smithi088.fydtne (mgr.14182) 624 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:11.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:10 smithi088 bash[16865]: audit 2024-02-20T00:50:09.269168+0000 mgr.smithi088.fydtne (mgr.14182) 624 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:11.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:11 smithi150 bash[20372]: cluster 2024-02-20T00:50:10.322372+0000 mgr.smithi088.fydtne (mgr.14182) 625 : cluster [DBG] pgmap v454: 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 2024-02-20T00:50:11.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:11 smithi088 bash[16865]: cluster 2024-02-20T00:50:10.322372+0000 mgr.smithi088.fydtne (mgr.14182) 625 : cluster [DBG] pgmap v454: 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 2024-02-20T00:50:13.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:13 smithi150 bash[20372]: cluster 2024-02-20T00:50:12.324363+0000 mgr.smithi088.fydtne (mgr.14182) 626 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:14.002 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:14.002 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:14.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:13 smithi088 bash[16865]: cluster 2024-02-20T00:50:12.324363+0000 mgr.smithi088.fydtne (mgr.14182) 626 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:14.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:15.609 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:15.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:15 smithi150 bash[20372]: audit 2024-02-20T00:50:13.993244+0000 mgr.smithi088.fydtne (mgr.14182) 627 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:15.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:15 smithi150 bash[20372]: cluster 2024-02-20T00:50:14.325426+0000 mgr.smithi088.fydtne (mgr.14182) 628 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:15.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:15 smithi150 bash[20372]: audit 2024-02-20T00:50:15.371788+0000 mon.smithi088 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:50:16.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:15 smithi088 bash[16865]: audit 2024-02-20T00:50:13.993244+0000 mgr.smithi088.fydtne (mgr.14182) 627 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:16.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:15 smithi088 bash[16865]: cluster 2024-02-20T00:50:14.325426+0000 mgr.smithi088.fydtne (mgr.14182) 628 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:16.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:15 smithi088 bash[16865]: audit 2024-02-20T00:50:15.371788+0000 mon.smithi088 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:50:18.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:17 smithi088 bash[16865]: cluster 2024-02-20T00:50:16.326495+0000 mgr.smithi088.fydtne (mgr.14182) 629 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:50:18.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:17 smithi150 bash[20372]: cluster 2024-02-20T00:50:16.326495+0000 mgr.smithi088.fydtne (mgr.14182) 629 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:50:18.846 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:18.846 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:19.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:19.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:19 smithi088 bash[16865]: cluster 2024-02-20T00:50:18.327281+0000 mgr.smithi088.fydtne (mgr.14182) 630 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:19.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:19 smithi088 bash[16865]: audit 2024-02-20T00:50:18.835726+0000 mgr.smithi088.fydtne (mgr.14182) 631 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:20.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:19 smithi150 bash[20372]: cluster 2024-02-20T00:50:18.327281+0000 mgr.smithi088.fydtne (mgr.14182) 630 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:20.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:19 smithi150 bash[20372]: audit 2024-02-20T00:50:18.835726+0000 mgr.smithi088.fydtne (mgr.14182) 631 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:20.453 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:21 smithi088 bash[16865]: cluster 2024-02-20T00:50:20.328120+0000 mgr.smithi088.fydtne (mgr.14182) 632 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:21 smithi150 bash[20372]: cluster 2024-02-20T00:50:20.328120+0000 mgr.smithi088.fydtne (mgr.14182) 632 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:23.464 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:23.464 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:23.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:23 smithi088 bash[16865]: cluster 2024-02-20T00:50:22.329409+0000 mgr.smithi088.fydtne (mgr.14182) 633 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:24.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:23 smithi150 bash[20372]: cluster 2024-02-20T00:50:22.329409+0000 mgr.smithi088.fydtne (mgr.14182) 633 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:25.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:24 smithi088 bash[16865]: audit 2024-02-20T00:50:23.451096+0000 mgr.smithi088.fydtne (mgr.14182) 634 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:25.065 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:24 smithi150 bash[20372]: audit 2024-02-20T00:50:23.451096+0000 mgr.smithi088.fydtne (mgr.14182) 634 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:26.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:25 smithi088 bash[16865]: cluster 2024-02-20T00:50:24.330440+0000 mgr.smithi088.fydtne (mgr.14182) 635 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:25 smithi150 bash[20372]: cluster 2024-02-20T00:50:24.330440+0000 mgr.smithi088.fydtne (mgr.14182) 635 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:28.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:27 smithi088 bash[16865]: cluster 2024-02-20T00:50:26.333160+0000 mgr.smithi088.fydtne (mgr.14182) 636 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:50:28.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:27 smithi150 bash[20372]: cluster 2024-02-20T00:50:26.333160+0000 mgr.smithi088.fydtne (mgr.14182) 636 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:50:28.278 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:28.278 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:28.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:29.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:29 smithi088 bash[16865]: audit 2024-02-20T00:50:28.269327+0000 mgr.smithi088.fydtne (mgr.14182) 637 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:29 smithi088 bash[16865]: cluster 2024-02-20T00:50:28.334511+0000 mgr.smithi088.fydtne (mgr.14182) 638 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:29 smithi150 bash[20372]: audit 2024-02-20T00:50:28.269327+0000 mgr.smithi088.fydtne (mgr.14182) 637 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:30.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:29 smithi150 bash[20372]: cluster 2024-02-20T00:50:28.334511+0000 mgr.smithi088.fydtne (mgr.14182) 638 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:32.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:31 smithi088 bash[16865]: cluster 2024-02-20T00:50:30.336335+0000 mgr.smithi088.fydtne (mgr.14182) 639 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:31 smithi150 bash[20372]: cluster 2024-02-20T00:50:30.336335+0000 mgr.smithi088.fydtne (mgr.14182) 639 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:50:33.233 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:33.233 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:33.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:34.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:33 smithi088 bash[16865]: cluster 2024-02-20T00:50:32.338277+0000 mgr.smithi088.fydtne (mgr.14182) 640 : 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 2024-02-20T00:50:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:33 smithi150 bash[20372]: cluster 2024-02-20T00:50:32.338277+0000 mgr.smithi088.fydtne (mgr.14182) 640 : 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 2024-02-20T00:50:34.854 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:35.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:34 smithi088 bash[16865]: audit 2024-02-20T00:50:33.218160+0000 mgr.smithi088.fydtne (mgr.14182) 641 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:34 smithi150 bash[20372]: audit 2024-02-20T00:50:33.218160+0000 mgr.smithi088.fydtne (mgr.14182) 641 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:36.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:35 smithi088 bash[16865]: cluster 2024-02-20T00:50:34.339383+0000 mgr.smithi088.fydtne (mgr.14182) 642 : 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 2024-02-20T00:50:36.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:35 smithi150 bash[20372]: cluster 2024-02-20T00:50:34.339383+0000 mgr.smithi088.fydtne (mgr.14182) 642 : 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 2024-02-20T00:50:37.963 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:37.963 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:38.025 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:37 smithi088 bash[16865]: cluster 2024-02-20T00:50:36.341435+0000 mgr.smithi088.fydtne (mgr.14182) 643 : 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 2024-02-20T00:50:38.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:37 smithi150 bash[20372]: cluster 2024-02-20T00:50:36.341435+0000 mgr.smithi088.fydtne (mgr.14182) 643 : 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 2024-02-20T00:50:38.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:39.563 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:39 smithi088 bash[16865]: audit 2024-02-20T00:50:37.951809+0000 mgr.smithi088.fydtne (mgr.14182) 644 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:39 smithi088 bash[16865]: cluster 2024-02-20T00:50:38.342858+0000 mgr.smithi088.fydtne (mgr.14182) 645 : 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 2024-02-20T00:50:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:39 smithi150 bash[20372]: audit 2024-02-20T00:50:37.951809+0000 mgr.smithi088.fydtne (mgr.14182) 644 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:39 smithi150 bash[20372]: cluster 2024-02-20T00:50:38.342858+0000 mgr.smithi088.fydtne (mgr.14182) 645 : 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 2024-02-20T00:50:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:41 smithi088 bash[16865]: cluster 2024-02-20T00:50:40.343750+0000 mgr.smithi088.fydtne (mgr.14182) 646 : 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 2024-02-20T00:50:42.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:41 smithi150 bash[20372]: cluster 2024-02-20T00:50:40.343750+0000 mgr.smithi088.fydtne (mgr.14182) 646 : 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 2024-02-20T00:50:42.768 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:42.768 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:43.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:44.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:43 smithi088 bash[16865]: cluster 2024-02-20T00:50:42.344910+0000 mgr.smithi088.fydtne (mgr.14182) 647 : 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 2024-02-20T00:50:44.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:43 smithi088 bash[16865]: audit 2024-02-20T00:50:42.757919+0000 mgr.smithi088.fydtne (mgr.14182) 648 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:43 smithi150 bash[20372]: cluster 2024-02-20T00:50:42.344910+0000 mgr.smithi088.fydtne (mgr.14182) 647 : 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 2024-02-20T00:50:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:43 smithi150 bash[20372]: audit 2024-02-20T00:50:42.757919+0000 mgr.smithi088.fydtne (mgr.14182) 648 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:44.465 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:45.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:45 smithi088 bash[16865]: cluster 2024-02-20T00:50:44.345906+0000 mgr.smithi088.fydtne (mgr.14182) 649 : 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 2024-02-20T00:50:46.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:45 smithi150 bash[20372]: cluster 2024-02-20T00:50:44.345906+0000 mgr.smithi088.fydtne (mgr.14182) 649 : 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 2024-02-20T00:50:47.514 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:47.514 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:48.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:47 smithi088 bash[16865]: cluster 2024-02-20T00:50:46.347400+0000 mgr.smithi088.fydtne (mgr.14182) 650 : 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 2024-02-20T00:50:48.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:48.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:47 smithi150 bash[20372]: cluster 2024-02-20T00:50:46.347400+0000 mgr.smithi088.fydtne (mgr.14182) 650 : 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 2024-02-20T00:50:49.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:48 smithi088 bash[16865]: audit 2024-02-20T00:50:47.503671+0000 mgr.smithi088.fydtne (mgr.14182) 651 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:49.109 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:48 smithi150 bash[20372]: audit 2024-02-20T00:50:47.503671+0000 mgr.smithi088.fydtne (mgr.14182) 651 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:50.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:49 smithi088 bash[16865]: cluster 2024-02-20T00:50:48.348875+0000 mgr.smithi088.fydtne (mgr.14182) 652 : 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 2024-02-20T00:50:50.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:49 smithi150 bash[20372]: cluster 2024-02-20T00:50:48.348875+0000 mgr.smithi088.fydtne (mgr.14182) 652 : 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 2024-02-20T00:50:52.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:51 smithi088 bash[16865]: cluster 2024-02-20T00:50:50.349807+0000 mgr.smithi088.fydtne (mgr.14182) 653 : 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 2024-02-20T00:50:52.090 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:52.090 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:51 smithi150 bash[20372]: cluster 2024-02-20T00:50:50.349807+0000 mgr.smithi088.fydtne (mgr.14182) 653 : 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 2024-02-20T00:50:52.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:53.750 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:54.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:53 smithi088 bash[16865]: audit 2024-02-20T00:50:52.082027+0000 mgr.smithi088.fydtne (mgr.14182) 654 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:54.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:53 smithi088 bash[16865]: cluster 2024-02-20T00:50:52.351318+0000 mgr.smithi088.fydtne (mgr.14182) 655 : 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 2024-02-20T00:50:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:53 smithi150 bash[20372]: audit 2024-02-20T00:50:52.082027+0000 mgr.smithi088.fydtne (mgr.14182) 654 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:53 smithi150 bash[20372]: cluster 2024-02-20T00:50:52.351318+0000 mgr.smithi088.fydtne (mgr.14182) 655 : 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 2024-02-20T00:50:56.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:55 smithi150 bash[20372]: cluster 2024-02-20T00:50:54.352399+0000 mgr.smithi088.fydtne (mgr.14182) 656 : 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 2024-02-20T00:50:56.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:55 smithi088 bash[16865]: cluster 2024-02-20T00:50:54.352399+0000 mgr.smithi088.fydtne (mgr.14182) 656 : 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 2024-02-20T00:50:57.051 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:50:57.051 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:50:57.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:50:58.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:57 smithi088 bash[16865]: cluster 2024-02-20T00:50:56.354331+0000 mgr.smithi088.fydtne (mgr.14182) 657 : 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 2024-02-20T00:50:58.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:57 smithi150 bash[20372]: cluster 2024-02-20T00:50:56.354331+0000 mgr.smithi088.fydtne (mgr.14182) 657 : 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 2024-02-20T00:50:58.673 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:50:59.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:58 smithi088 bash[16865]: audit 2024-02-20T00:50:57.035196+0000 mgr.smithi088.fydtne (mgr.14182) 658 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:50:59.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:58 smithi150 bash[20372]: audit 2024-02-20T00:50:57.035196+0000 mgr.smithi088.fydtne (mgr.14182) 658 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:00.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:50:59 smithi088 bash[16865]: cluster 2024-02-20T00:50:58.355821+0000 mgr.smithi088.fydtne (mgr.14182) 659 : 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 2024-02-20T00:51:00.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:50:59 smithi150 bash[20372]: cluster 2024-02-20T00:50:58.355821+0000 mgr.smithi088.fydtne (mgr.14182) 659 : 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 2024-02-20T00:51:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:00 smithi150 bash[20372]: audit 2024-02-20T00:51:00.316166+0000 mon.smithi088 (mon.0) 818 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:51:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:00 smithi150 bash[20372]: audit 2024-02-20T00:51:00.619348+0000 mon.smithi088 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:51:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:00 smithi150 bash[20372]: audit 2024-02-20T00:51:00.620614+0000 mon.smithi088 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:51:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:00 smithi150 bash[20372]: audit 2024-02-20T00:51:00.629505+0000 mon.smithi088 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:51:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:00 smithi150 bash[20372]: audit 2024-02-20T00:51:00.635392+0000 mon.smithi088 (mon.0) 822 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:51:01.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:00 smithi150 bash[20372]: audit 2024-02-20T00:51:00.651635+0000 mon.smithi088 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:51:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:00 smithi088 bash[16865]: audit 2024-02-20T00:51:00.316166+0000 mon.smithi088 (mon.0) 818 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:51:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:00 smithi088 bash[16865]: audit 2024-02-20T00:51:00.619348+0000 mon.smithi088 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:51:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:00 smithi088 bash[16865]: audit 2024-02-20T00:51:00.620614+0000 mon.smithi088 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:51:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:00 smithi088 bash[16865]: audit 2024-02-20T00:51:00.629505+0000 mon.smithi088 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:51:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:00 smithi088 bash[16865]: audit 2024-02-20T00:51:00.635392+0000 mon.smithi088 (mon.0) 822 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:51:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:00 smithi088 bash[16865]: audit 2024-02-20T00:51:00.651635+0000 mon.smithi088 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:51:01.955 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:01.955 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:48:52.071134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.nyocvf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:01 smithi150 bash[20372]: cluster 2024-02-20T00:51:00.357486+0000 mgr.smithi088.fydtne (mgr.14182) 660 : 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 2024-02-20T00:51:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:01 smithi150 bash[20372]: cluster 2024-02-20T00:51:00.630412+0000 mgr.smithi088.fydtne (mgr.14182) 661 : cluster [DBG] pgmap v480: 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 2024-02-20T00:51:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:01 smithi150 bash[20372]: cephadm 2024-02-20T00:51:00.654904+0000 mgr.smithi088.fydtne (mgr.14182) 662 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.yiicrv on smithi150 2024-02-20T00:51:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:01 smithi150 bash[20372]: cluster 2024-02-20T00:51:00.860389+0000 mon.smithi088 (mon.0) 824 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:51:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:01 smithi150 bash[20372]: cluster 2024-02-20T00:51:00.860453+0000 mon.smithi088 (mon.0) 825 : cluster [INF] Cluster is now healthy 2024-02-20T00:51:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:01 smithi088 bash[16865]: cluster 2024-02-20T00:51:00.357486+0000 mgr.smithi088.fydtne (mgr.14182) 660 : 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 2024-02-20T00:51:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:01 smithi088 bash[16865]: cluster 2024-02-20T00:51:00.630412+0000 mgr.smithi088.fydtne (mgr.14182) 661 : cluster [DBG] pgmap v480: 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 2024-02-20T00:51:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:01 smithi088 bash[16865]: cephadm 2024-02-20T00:51:00.654904+0000 mgr.smithi088.fydtne (mgr.14182) 662 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.yiicrv on smithi150 2024-02-20T00:51:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:01 smithi088 bash[16865]: cluster 2024-02-20T00:51:00.860389+0000 mon.smithi088 (mon.0) 824 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:51:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:01 smithi088 bash[16865]: cluster 2024-02-20T00:51:00.860453+0000 mon.smithi088 (mon.0) 825 : cluster [INF] Cluster is now healthy 2024-02-20T00:51:02.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:03.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:04.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:03 smithi088 bash[16865]: audit 2024-02-20T00:51:01.941654+0000 mgr.smithi088.fydtne (mgr.14182) 663 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:04.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:03 smithi088 bash[16865]: cluster 2024-02-20T00:51:02.631740+0000 mgr.smithi088.fydtne (mgr.14182) 664 : cluster [DBG] pgmap v481: 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 2024-02-20T00:51:04.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:03 smithi150 bash[20372]: audit 2024-02-20T00:51:01.941654+0000 mgr.smithi088.fydtne (mgr.14182) 663 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:04.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:03 smithi150 bash[20372]: cluster 2024-02-20T00:51:02.631740+0000 mgr.smithi088.fydtne (mgr.14182) 664 : cluster [DBG] pgmap v481: 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 2024-02-20T00:51:05.129 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:04 smithi088 bash[16865]: audit 2024-02-20T00:51:04.528103+0000 mon.smithi088 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.yiicrv"}]: dispatch 2024-02-20T00:51:05.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:04 smithi150 bash[20372]: audit 2024-02-20T00:51:04.528103+0000 mon.smithi088 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.yiicrv"}]: dispatch 2024-02-20T00:51:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: cephadm 2024-02-20T00:51:04.526903+0000 mgr.smithi088.fydtne (mgr.14182) 665 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.yiicrv ... 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.yiicrv ... 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: cephadm 2024-02-20T00:51:04.527422+0000 mgr.smithi088.fydtne (mgr.14182) 666 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: cephadm 2024-02-20T00:51:04.529741+0000 mgr.smithi088.fydtne (mgr.14182) 667 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.yiicrv ... 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: cephadm 2024-02-20T00:51:04.535089+0000 mgr.smithi088.fydtne (mgr.14182) 668 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.gokons on smithi088 2024-02-20T00:51:06.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:05 smithi150 bash[20372]: cluster 2024-02-20T00:51:04.632705+0000 mgr.smithi088.fydtne (mgr.14182) 669 : cluster [DBG] pgmap v482: 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 2024-02-20T00:51:06.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: cephadm 2024-02-20T00:51:04.526903+0000 mgr.smithi088.fydtne (mgr.14182) 665 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.yiicrv ... 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:51:06.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.yiicrv ... 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:06.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: cephadm 2024-02-20T00:51:04.527422+0000 mgr.smithi088.fydtne (mgr.14182) 666 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: cephadm 2024-02-20T00:51:04.529741+0000 mgr.smithi088.fydtne (mgr.14182) 667 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.yiicrv ... 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:06.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: cephadm 2024-02-20T00:51:04.535089+0000 mgr.smithi088.fydtne (mgr.14182) 668 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.gokons on smithi088 2024-02-20T00:51:06.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:05 smithi088 bash[16865]: cluster 2024-02-20T00:51:04.632705+0000 mgr.smithi088.fydtne (mgr.14182) 669 : cluster [DBG] pgmap v482: 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 2024-02-20T00:51:07.127 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:07.127 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:49:56.497420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qzbprx on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-qzbprx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.qzbprx\nDeploy daemon haproxy.nfs.foo.smithi150.qzbprx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.308845Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dtnoxt on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-dtnoxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.dtnoxt\nDeploy daemon haproxy.nfs.foo.smithi088.dtnoxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:50:00.310864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.oyaisa on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:07.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:08.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:07 smithi088 bash[16865]: cluster 2024-02-20T00:51:06.634657+0000 mgr.smithi088.fydtne (mgr.14182) 670 : cluster [DBG] pgmap v483: 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 2024-02-20T00:51:08.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:07 smithi150 bash[20372]: cluster 2024-02-20T00:51:06.634657+0000 mgr.smithi088.fydtne (mgr.14182) 670 : cluster [DBG] pgmap v483: 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 2024-02-20T00:51:08.787 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:09.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:08 smithi088 bash[16865]: audit 2024-02-20T00:51:07.110942+0000 mgr.smithi088.fydtne (mgr.14182) 671 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:09.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:08 smithi088 bash[16865]: audit 2024-02-20T00:51:08.325999+0000 mon.smithi088 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.gokons"}]: dispatch 2024-02-20T00:51:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:08 smithi150 bash[20372]: audit 2024-02-20T00:51:07.110942+0000 mgr.smithi088.fydtne (mgr.14182) 671 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:08 smithi150 bash[20372]: audit 2024-02-20T00:51:08.325999+0000 mon.smithi088 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.gokons"}]: dispatch 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cephadm 2024-02-20T00:51:08.324835+0000 mgr.smithi088.fydtne (mgr.14182) 672 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.gokons ... 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:10.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.gokons ... 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:10.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cephadm 2024-02-20T00:51:08.325464+0000 mgr.smithi088.fydtne (mgr.14182) 673 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cephadm 2024-02-20T00:51:08.327665+0000 mgr.smithi088.fydtne (mgr.14182) 674 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.gokons ... 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cephadm 2024-02-20T00:51:08.332768+0000 mgr.smithi088.fydtne (mgr.14182) 675 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:51:10.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cephadm 2024-02-20T00:51:08.334660+0000 mgr.smithi088.fydtne (mgr.14182) 676 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:51:10.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cluster 2024-02-20T00:51:08.336390+0000 mgr.smithi088.fydtne (mgr.14182) 677 : cluster [DBG] pgmap v484: 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 2024-02-20T00:51:10.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:09 smithi150 bash[20372]: cluster 2024-02-20T00:51:08.897341+0000 mon.smithi088 (mon.0) 828 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cephadm 2024-02-20T00:51:08.324835+0000 mgr.smithi088.fydtne (mgr.14182) 672 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.gokons ... 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:10.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.gokons ... 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cephadm 2024-02-20T00:51:08.325464+0000 mgr.smithi088.fydtne (mgr.14182) 673 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cephadm 2024-02-20T00:51:08.327665+0000 mgr.smithi088.fydtne (mgr.14182) 674 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.gokons ... 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:51:10.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:51:10.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:51:10.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:51:10.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cephadm 2024-02-20T00:51:08.332768+0000 mgr.smithi088.fydtne (mgr.14182) 675 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:51:10.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cephadm 2024-02-20T00:51:08.334660+0000 mgr.smithi088.fydtne (mgr.14182) 676 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:51:10.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cluster 2024-02-20T00:51:08.336390+0000 mgr.smithi088.fydtne (mgr.14182) 677 : cluster [DBG] pgmap v484: 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 2024-02-20T00:51:10.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:09 smithi088 bash[16865]: cluster 2024-02-20T00:51:08.897341+0000 mon.smithi088 (mon.0) 828 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:51:11.991 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:11.991 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:12.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:11 smithi150 bash[20372]: cluster 2024-02-20T00:51:10.337622+0000 mgr.smithi088.fydtne (mgr.14182) 678 : cluster [DBG] pgmap v485: 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 2024-02-20T00:51:12.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:11 smithi150 bash[20372]: audit 2024-02-20T00:51:11.022546+0000 mon.smithi088 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:51:12.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:11 smithi088 bash[16865]: cluster 2024-02-20T00:51:10.337622+0000 mgr.smithi088.fydtne (mgr.14182) 678 : cluster [DBG] pgmap v485: 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 2024-02-20T00:51:12.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:11 smithi088 bash[16865]: audit 2024-02-20T00:51:11.022546+0000 mon.smithi088 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:51:12.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:13.675 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:14.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:13 smithi088 bash[16865]: audit 2024-02-20T00:51:11.974671+0000 mgr.smithi088.fydtne (mgr.14182) 679 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:14.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:13 smithi088 bash[16865]: cluster 2024-02-20T00:51:12.339640+0000 mgr.smithi088.fydtne (mgr.14182) 680 : cluster [DBG] pgmap v486: 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 2024-02-20T00:51:14.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:13 smithi150 bash[20372]: audit 2024-02-20T00:51:11.974671+0000 mgr.smithi088.fydtne (mgr.14182) 679 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:13 smithi150 bash[20372]: cluster 2024-02-20T00:51:12.339640+0000 mgr.smithi088.fydtne (mgr.14182) 680 : cluster [DBG] pgmap v486: 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 2024-02-20T00:51:15.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:14 smithi088 bash[16865]: cluster 2024-02-20T00:51:14.340319+0000 mgr.smithi088.fydtne (mgr.14182) 681 : cluster [DBG] pgmap v487: 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 2024-02-20T00:51:15.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:14 smithi150 bash[20372]: cluster 2024-02-20T00:51:14.340319+0000 mgr.smithi088.fydtne (mgr.14182) 681 : cluster [DBG] pgmap v487: 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 2024-02-20T00:51:16.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:16.989 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:17.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:17.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:17 smithi150 bash[20372]: cluster 2024-02-20T00:51:16.341528+0000 mgr.smithi088.fydtne (mgr.14182) 682 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-20T00:51:17.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:17 smithi088 bash[16865]: cluster 2024-02-20T00:51:16.341528+0000 mgr.smithi088.fydtne (mgr.14182) 682 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-20T00:51:18.587 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:18.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:18 smithi150 bash[20372]: audit 2024-02-20T00:51:16.978812+0000 mgr.smithi088.fydtne (mgr.14182) 683 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:18 smithi088 bash[16865]: audit 2024-02-20T00:51:16.978812+0000 mgr.smithi088.fydtne (mgr.14182) 683 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:19.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:19 smithi150 bash[20372]: cluster 2024-02-20T00:51:18.342929+0000 mgr.smithi088.fydtne (mgr.14182) 684 : cluster [DBG] pgmap v489: 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 2024-02-20T00:51:19.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:19 smithi088 bash[16865]: cluster 2024-02-20T00:51:18.342929+0000 mgr.smithi088.fydtne (mgr.14182) 684 : cluster [DBG] pgmap v489: 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 2024-02-20T00:51:21.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:21 smithi150 bash[20372]: cluster 2024-02-20T00:51:20.344715+0000 mgr.smithi088.fydtne (mgr.14182) 685 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:21.784 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:21.784 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:21.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:21 smithi088 bash[16865]: cluster 2024-02-20T00:51:20.344715+0000 mgr.smithi088.fydtne (mgr.14182) 685 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:22.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:22 smithi150 bash[20372]: audit 2024-02-20T00:51:21.767290+0000 mgr.smithi088.fydtne (mgr.14182) 686 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:22.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:22 smithi088 bash[16865]: audit 2024-02-20T00:51:21.767290+0000 mgr.smithi088.fydtne (mgr.14182) 686 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:23.452 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:23.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:23 smithi088 bash[16865]: cluster 2024-02-20T00:51:22.346487+0000 mgr.smithi088.fydtne (mgr.14182) 687 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:23.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:23 smithi150 bash[20372]: cluster 2024-02-20T00:51:22.346487+0000 mgr.smithi088.fydtne (mgr.14182) 687 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:25.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:25 smithi088 bash[16865]: cluster 2024-02-20T00:51:24.347312+0000 mgr.smithi088.fydtne (mgr.14182) 688 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:25 smithi150 bash[20372]: cluster 2024-02-20T00:51:24.347312+0000 mgr.smithi088.fydtne (mgr.14182) 688 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:26.608 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:26.609 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:27.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:27 smithi088 bash[16865]: cluster 2024-02-20T00:51:26.349325+0000 mgr.smithi088.fydtne (mgr.14182) 689 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:27 smithi088 bash[16865]: audit 2024-02-20T00:51:26.597428+0000 mgr.smithi088.fydtne (mgr.14182) 690 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:27 smithi150 bash[20372]: cluster 2024-02-20T00:51:26.349325+0000 mgr.smithi088.fydtne (mgr.14182) 689 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:27 smithi150 bash[20372]: audit 2024-02-20T00:51:26.597428+0000 mgr.smithi088.fydtne (mgr.14182) 690 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:28.229 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:29.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:29 smithi088 bash[16865]: cluster 2024-02-20T00:51:28.350842+0000 mgr.smithi088.fydtne (mgr.14182) 691 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:29.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:29 smithi150 bash[20372]: cluster 2024-02-20T00:51:28.350842+0000 mgr.smithi088.fydtne (mgr.14182) 691 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:31.327 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:31.328 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:31 smithi088 bash[16865]: cluster 2024-02-20T00:51:30.352712+0000 mgr.smithi088.fydtne (mgr.14182) 692 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:31.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:31 smithi150 bash[20372]: cluster 2024-02-20T00:51:30.352712+0000 mgr.smithi088.fydtne (mgr.14182) 692 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:32.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:32 smithi088 bash[16865]: audit 2024-02-20T00:51:31.312822+0000 mgr.smithi088.fydtne (mgr.14182) 693 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:32.897 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:32.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:32 smithi150 bash[20372]: audit 2024-02-20T00:51:31.312822+0000 mgr.smithi088.fydtne (mgr.14182) 693 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:33 smithi088 bash[16865]: cluster 2024-02-20T00:51:32.354580+0000 mgr.smithi088.fydtne (mgr.14182) 694 : 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 2024-02-20T00:51:33.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:33 smithi150 bash[20372]: cluster 2024-02-20T00:51:32.354580+0000 mgr.smithi088.fydtne (mgr.14182) 694 : 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 2024-02-20T00:51:35.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:35 smithi088 bash[16865]: cluster 2024-02-20T00:51:34.355626+0000 mgr.smithi088.fydtne (mgr.14182) 695 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:35 smithi150 bash[20372]: cluster 2024-02-20T00:51:34.355626+0000 mgr.smithi088.fydtne (mgr.14182) 695 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:36.087 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:36.087 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:36.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:37.707 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:37.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:37 smithi088 bash[16865]: audit 2024-02-20T00:51:36.074093+0000 mgr.smithi088.fydtne (mgr.14182) 696 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:37.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:37 smithi088 bash[16865]: cluster 2024-02-20T00:51:36.358132+0000 mgr.smithi088.fydtne (mgr.14182) 697 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:37.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:37 smithi150 bash[20372]: audit 2024-02-20T00:51:36.074093+0000 mgr.smithi088.fydtne (mgr.14182) 696 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:37.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:37 smithi150 bash[20372]: cluster 2024-02-20T00:51:36.358132+0000 mgr.smithi088.fydtne (mgr.14182) 697 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:39.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:39 smithi088 bash[16865]: cluster 2024-02-20T00:51:38.359474+0000 mgr.smithi088.fydtne (mgr.14182) 698 : 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 2024-02-20T00:51:39.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:39 smithi150 bash[20372]: cluster 2024-02-20T00:51:38.359474+0000 mgr.smithi088.fydtne (mgr.14182) 698 : 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 2024-02-20T00:51:40.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:40.862 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:41.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:41.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:41 smithi088 bash[16865]: cluster 2024-02-20T00:51:40.360640+0000 mgr.smithi088.fydtne (mgr.14182) 699 : 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 2024-02-20T00:51:41.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:41 smithi088 bash[16865]: audit 2024-02-20T00:51:40.846121+0000 mgr.smithi088.fydtne (mgr.14182) 700 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:41.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:41 smithi150 bash[20372]: cluster 2024-02-20T00:51:40.360640+0000 mgr.smithi088.fydtne (mgr.14182) 699 : 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 2024-02-20T00:51:41.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:41 smithi150 bash[20372]: audit 2024-02-20T00:51:40.846121+0000 mgr.smithi088.fydtne (mgr.14182) 700 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:42.480 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:43.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:43 smithi088 bash[16865]: cluster 2024-02-20T00:51:42.362467+0000 mgr.smithi088.fydtne (mgr.14182) 701 : 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 2024-02-20T00:51:43.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:43 smithi150 bash[20372]: cluster 2024-02-20T00:51:42.362467+0000 mgr.smithi088.fydtne (mgr.14182) 701 : 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 2024-02-20T00:51:45.703 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:45.703 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:45.776 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:45 smithi088 bash[16865]: cluster 2024-02-20T00:51:44.363375+0000 mgr.smithi088.fydtne (mgr.14182) 702 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:45.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:45 smithi150 bash[20372]: cluster 2024-02-20T00:51:44.363375+0000 mgr.smithi088.fydtne (mgr.14182) 702 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:46.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:46.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:46 smithi088 bash[16865]: audit 2024-02-20T00:51:45.687092+0000 mgr.smithi088.fydtne (mgr.14182) 703 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:46.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:46 smithi150 bash[20372]: audit 2024-02-20T00:51:45.687092+0000 mgr.smithi088.fydtne (mgr.14182) 703 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:47.427 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:47.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:47 smithi088 bash[16865]: cluster 2024-02-20T00:51:46.365252+0000 mgr.smithi088.fydtne (mgr.14182) 704 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:47.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:47 smithi150 bash[20372]: cluster 2024-02-20T00:51:46.365252+0000 mgr.smithi088.fydtne (mgr.14182) 704 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:49.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:49 smithi088 bash[16865]: cluster 2024-02-20T00:51:48.366375+0000 mgr.smithi088.fydtne (mgr.14182) 705 : 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 2024-02-20T00:51:49.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:49 smithi150 bash[20372]: cluster 2024-02-20T00:51:48.366375+0000 mgr.smithi088.fydtne (mgr.14182) 705 : 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 2024-02-20T00:51:50.644 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:50.644 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:51.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:51.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:51 smithi088 bash[16865]: cluster 2024-02-20T00:51:50.367619+0000 mgr.smithi088.fydtne (mgr.14182) 706 : 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 2024-02-20T00:51:51.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:51 smithi088 bash[16865]: audit 2024-02-20T00:51:50.632799+0000 mgr.smithi088.fydtne (mgr.14182) 707 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:51.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:51 smithi150 bash[20372]: cluster 2024-02-20T00:51:50.367619+0000 mgr.smithi088.fydtne (mgr.14182) 706 : 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 2024-02-20T00:51:51.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:51 smithi150 bash[20372]: audit 2024-02-20T00:51:50.632799+0000 mgr.smithi088.fydtne (mgr.14182) 707 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:52.270 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:53.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:53 smithi088 bash[16865]: cluster 2024-02-20T00:51:52.369424+0000 mgr.smithi088.fydtne (mgr.14182) 708 : 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 2024-02-20T00:51:53.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:53 smithi150 bash[20372]: cluster 2024-02-20T00:51:52.369424+0000 mgr.smithi088.fydtne (mgr.14182) 708 : 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 2024-02-20T00:51:55.509 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:51:55.509 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:51:55.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:55 smithi088 bash[16865]: cluster 2024-02-20T00:51:54.370286+0000 mgr.smithi088.fydtne (mgr.14182) 709 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:55.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:55 smithi150 bash[20372]: cluster 2024-02-20T00:51:54.370286+0000 mgr.smithi088.fydtne (mgr.14182) 709 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:51:56.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:51:56.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:56 smithi088 bash[16865]: audit 2024-02-20T00:51:55.493376+0000 mgr.smithi088.fydtne (mgr.14182) 710 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:56.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:56 smithi150 bash[20372]: audit 2024-02-20T00:51:55.493376+0000 mgr.smithi088.fydtne (mgr.14182) 710 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:51:57.092 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:51:57.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:57 smithi150 bash[20372]: cluster 2024-02-20T00:51:56.372588+0000 mgr.smithi088.fydtne (mgr.14182) 711 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:58.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:57 smithi088 bash[16865]: cluster 2024-02-20T00:51:56.372588+0000 mgr.smithi088.fydtne (mgr.14182) 711 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:51:59.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:51:59 smithi150 bash[20372]: cluster 2024-02-20T00:51:58.373674+0000 mgr.smithi088.fydtne (mgr.14182) 712 : 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 2024-02-20T00:52:00.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:51:59 smithi088 bash[16865]: cluster 2024-02-20T00:51:58.373674+0000 mgr.smithi088.fydtne (mgr.14182) 712 : 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 2024-02-20T00:52:00.574 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:00.574 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:01.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:01.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:01 smithi150 bash[20372]: cluster 2024-02-20T00:52:00.374617+0000 mgr.smithi088.fydtne (mgr.14182) 713 : 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 2024-02-20T00:52:01.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:01 smithi150 bash[20372]: audit 2024-02-20T00:52:00.565346+0000 mgr.smithi088.fydtne (mgr.14182) 714 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:01 smithi088 bash[16865]: cluster 2024-02-20T00:52:00.374617+0000 mgr.smithi088.fydtne (mgr.14182) 713 : 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 2024-02-20T00:52:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:01 smithi088 bash[16865]: audit 2024-02-20T00:52:00.565346+0000 mgr.smithi088.fydtne (mgr.14182) 714 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:02.178 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:03.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:03 smithi088 bash[16865]: cluster 2024-02-20T00:52:02.376540+0000 mgr.smithi088.fydtne (mgr.14182) 715 : 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 2024-02-20T00:52:03.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:03 smithi150 bash[20372]: cluster 2024-02-20T00:52:02.376540+0000 mgr.smithi088.fydtne (mgr.14182) 715 : 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 2024-02-20T00:52:05.436 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:05.436 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:05.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:05 smithi088 bash[16865]: cluster 2024-02-20T00:52:04.377688+0000 mgr.smithi088.fydtne (mgr.14182) 716 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:05.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:05 smithi150 bash[20372]: cluster 2024-02-20T00:52:04.377688+0000 mgr.smithi088.fydtne (mgr.14182) 716 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:06.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:06.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:06 smithi150 bash[20372]: audit 2024-02-20T00:52:05.427082+0000 mgr.smithi088.fydtne (mgr.14182) 717 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:07.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:06 smithi088 bash[16865]: audit 2024-02-20T00:52:05.427082+0000 mgr.smithi088.fydtne (mgr.14182) 717 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:07.057 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:07.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:07 smithi150 bash[20372]: cluster 2024-02-20T00:52:06.379823+0000 mgr.smithi088.fydtne (mgr.14182) 718 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:52:08.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:07 smithi088 bash[16865]: cluster 2024-02-20T00:52:06.379823+0000 mgr.smithi088.fydtne (mgr.14182) 718 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:52:08.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:08 smithi088 bash[16865]: audit 2024-02-20T00:52:08.338608+0000 mon.smithi088 (mon.0) 830 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:52:08.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:08 smithi150 bash[20372]: audit 2024-02-20T00:52:08.338608+0000 mon.smithi088 (mon.0) 830 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: cluster 2024-02-20T00:52:08.380785+0000 mgr.smithi088.fydtne (mgr.14182) 719 : 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 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: audit 2024-02-20T00:52:08.650387+0000 mon.smithi088 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: audit 2024-02-20T00:52:08.651624+0000 mon.smithi088 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: audit 2024-02-20T00:52:08.660210+0000 mon.smithi088 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: cluster 2024-02-20T00:52:08.661297+0000 mgr.smithi088.fydtne (mgr.14182) 720 : cluster [DBG] pgmap v515: 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 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: audit 2024-02-20T00:52:08.669090+0000 mon.smithi088 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: audit 2024-02-20T00:52:08.680946+0000 mon.smithi088 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:09.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:09 smithi088 bash[16865]: cephadm 2024-02-20T00:52:08.683778+0000 mgr.smithi088.fydtne (mgr.14182) 721 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.ngmspo on smithi150 2024-02-20T00:52:09.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: cluster 2024-02-20T00:52:08.380785+0000 mgr.smithi088.fydtne (mgr.14182) 719 : 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 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: audit 2024-02-20T00:52:08.650387+0000 mon.smithi088 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: audit 2024-02-20T00:52:08.651624+0000 mon.smithi088 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: audit 2024-02-20T00:52:08.660210+0000 mon.smithi088 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: cluster 2024-02-20T00:52:08.661297+0000 mgr.smithi088.fydtne (mgr.14182) 720 : cluster [DBG] pgmap v515: 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 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: audit 2024-02-20T00:52:08.669090+0000 mon.smithi088 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: audit 2024-02-20T00:52:08.680946+0000 mon.smithi088 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:09.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:09 smithi150 bash[20372]: cephadm 2024-02-20T00:52:08.683778+0000 mgr.smithi088.fydtne (mgr.14182) 721 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.ngmspo on smithi150 2024-02-20T00:52:10.252 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:10.252 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:50:00.312468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.afcdte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:10.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:10 smithi150 bash[20372]: cluster 2024-02-20T00:52:09.655951+0000 mon.smithi088 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:52:10.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:10 smithi150 bash[20372]: cluster 2024-02-20T00:52:09.656066+0000 mon.smithi088 (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-02-20T00:52:10.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:10 smithi088 bash[16865]: cluster 2024-02-20T00:52:09.655951+0000 mon.smithi088 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:52:10.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:10 smithi088 bash[16865]: cluster 2024-02-20T00:52:09.656066+0000 mon.smithi088 (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-02-20T00:52:10.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:11.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:11 smithi150 bash[20372]: audit 2024-02-20T00:52:10.238603+0000 mgr.smithi088.fydtne (mgr.14182) 722 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:11.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:11 smithi150 bash[20372]: cluster 2024-02-20T00:52:10.662784+0000 mgr.smithi088.fydtne (mgr.14182) 723 : cluster [DBG] pgmap v516: 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 2024-02-20T00:52:11.973 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:11.984 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:11 smithi088 bash[16865]: audit 2024-02-20T00:52:10.238603+0000 mgr.smithi088.fydtne (mgr.14182) 722 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:11.984 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:11 smithi088 bash[16865]: cluster 2024-02-20T00:52:10.662784+0000 mgr.smithi088.fydtne (mgr.14182) 723 : cluster [DBG] pgmap v516: 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 2024-02-20T00:52:12.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:12 smithi150 bash[20372]: audit 2024-02-20T00:52:12.644048+0000 mon.smithi088 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.ngmspo"}]: dispatch 2024-02-20T00:52:13.041 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:12 smithi088 bash[16865]: audit 2024-02-20T00:52:12.644048+0000 mon.smithi088 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.ngmspo"}]: dispatch 2024-02-20T00:52:14.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: cephadm 2024-02-20T00:52:12.643030+0000 mgr.smithi088.fydtne (mgr.14182) 724 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:14.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:14.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.ngmspo ... 2024-02-20T00:52:14.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:14.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:14.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:14.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:52:14.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:52:14.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:52:14.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:52:14.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:52:14.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:14.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:14.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.ngmspo ... 2024-02-20T00:52:14.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:14.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:14.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:14.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: cephadm 2024-02-20T00:52:12.643455+0000 mgr.smithi088.fydtne (mgr.14182) 725 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: cephadm 2024-02-20T00:52:12.645602+0000 mgr.smithi088.fydtne (mgr.14182) 726 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:14.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:14.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.ngmspo ... 2024-02-20T00:52:14.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:14.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:14.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:14.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: cephadm 2024-02-20T00:52:12.649241+0000 mgr.smithi088.fydtne (mgr.14182) 727 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.utqrsw on smithi088 2024-02-20T00:52:14.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:13 smithi088 bash[16865]: cluster 2024-02-20T00:52:12.664111+0000 mgr.smithi088.fydtne (mgr.14182) 728 : cluster [DBG] pgmap v517: 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 2024-02-20T00:52:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: cephadm 2024-02-20T00:52:12.643030+0000 mgr.smithi088.fydtne (mgr.14182) 724 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.ngmspo ... 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:52:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.ngmspo ... 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: cephadm 2024-02-20T00:52:12.643455+0000 mgr.smithi088.fydtne (mgr.14182) 725 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: cephadm 2024-02-20T00:52:12.645602+0000 mgr.smithi088.fydtne (mgr.14182) 726 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.ngmspo ... 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: cephadm 2024-02-20T00:52:12.649241+0000 mgr.smithi088.fydtne (mgr.14182) 727 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.utqrsw on smithi088 2024-02-20T00:52:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:13 smithi150 bash[20372]: cluster 2024-02-20T00:52:12.664111+0000 mgr.smithi088.fydtne (mgr.14182) 728 : cluster [DBG] pgmap v517: 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 2024-02-20T00:52:15.209 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:15.209 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:04.529512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.yiicrv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-yiicrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.yiicrv\nDeploy daemon haproxy.nfs.foo.smithi150.yiicrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.327310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.gokons on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-gokons\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.gokons\nDeploy daemon haproxy.nfs.foo.smithi088.gokons ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:51:08.332625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fsdpko on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:15.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:16.039 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:15 smithi088 bash[16865]: cluster 2024-02-20T00:52:14.664781+0000 mgr.smithi088.fydtne (mgr.14182) 729 : cluster [DBG] pgmap v518: 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 2024-02-20T00:52:16.039 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:15 smithi088 bash[16865]: audit 2024-02-20T00:52:15.374726+0000 mon.smithi088 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:15 smithi150 bash[20372]: cluster 2024-02-20T00:52:14.664781+0000 mgr.smithi088.fydtne (mgr.14182) 729 : cluster [DBG] pgmap v518: 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 2024-02-20T00:52:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:15 smithi150 bash[20372]: audit 2024-02-20T00:52:15.374726+0000 mon.smithi088 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:16.885 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:16 smithi088 bash[16865]: audit 2024-02-20T00:52:15.193528+0000 mgr.smithi088.fydtne (mgr.14182) 730 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:17.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:16 smithi088 bash[16865]: audit 2024-02-20T00:52:16.381088+0000 mon.smithi088 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.utqrsw"}]: dispatch 2024-02-20T00:52:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:16 smithi150 bash[20372]: audit 2024-02-20T00:52:15.193528+0000 mgr.smithi088.fydtne (mgr.14182) 730 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:16 smithi150 bash[20372]: audit 2024-02-20T00:52:16.381088+0000 mon.smithi088 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.utqrsw"}]: dispatch 2024-02-20T00:52:18.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cephadm 2024-02-20T00:52:16.380312+0000 mgr.smithi088.fydtne (mgr.14182) 731 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.utqrsw ... 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.utqrsw ... 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cephadm 2024-02-20T00:52:16.380533+0000 mgr.smithi088.fydtne (mgr.14182) 732 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cephadm 2024-02-20T00:52:16.382536+0000 mgr.smithi088.fydtne (mgr.14182) 733 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.utqrsw ... 2024-02-20T00:52:18.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cephadm 2024-02-20T00:52:16.384600+0000 mgr.smithi088.fydtne (mgr.14182) 734 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cephadm 2024-02-20T00:52:16.386152+0000 mgr.smithi088.fydtne (mgr.14182) 735 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cluster 2024-02-20T00:52:16.387716+0000 mgr.smithi088.fydtne (mgr.14182) 736 : cluster [DBG] pgmap v519: 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 2024-02-20T00:52:18.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:17 smithi088 bash[16865]: cluster 2024-02-20T00:52:16.727438+0000 mon.smithi088 (mon.0) 841 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cephadm 2024-02-20T00:52:16.380312+0000 mgr.smithi088.fydtne (mgr.14182) 731 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.utqrsw ... 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.utqrsw ... 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cephadm 2024-02-20T00:52:16.380533+0000 mgr.smithi088.fydtne (mgr.14182) 732 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cephadm 2024-02-20T00:52:16.382536+0000 mgr.smithi088.fydtne (mgr.14182) 733 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.utqrsw ... 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cephadm 2024-02-20T00:52:16.384600+0000 mgr.smithi088.fydtne (mgr.14182) 734 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cephadm 2024-02-20T00:52:16.386152+0000 mgr.smithi088.fydtne (mgr.14182) 735 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cluster 2024-02-20T00:52:16.387716+0000 mgr.smithi088.fydtne (mgr.14182) 736 : cluster [DBG] pgmap v519: 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 2024-02-20T00:52:18.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:17 smithi150 bash[20372]: cluster 2024-02-20T00:52:16.727438+0000 mon.smithi088 (mon.0) 841 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:52:19.995 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:19.995 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:20.052 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:19 smithi088 bash[16865]: cluster 2024-02-20T00:52:18.388747+0000 mgr.smithi088.fydtne (mgr.14182) 737 : cluster [DBG] pgmap v520: 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 2024-02-20T00:52:20.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:19 smithi150 bash[20372]: cluster 2024-02-20T00:52:18.388747+0000 mgr.smithi088.fydtne (mgr.14182) 737 : cluster [DBG] pgmap v520: 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 2024-02-20T00:52:20.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:21.649 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:22.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:21 smithi088 bash[16865]: audit 2024-02-20T00:52:19.987105+0000 mgr.smithi088.fydtne (mgr.14182) 738 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:22.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:21 smithi088 bash[16865]: cluster 2024-02-20T00:52:20.390399+0000 mgr.smithi088.fydtne (mgr.14182) 739 : cluster [DBG] pgmap v521: 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 2024-02-20T00:52:22.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:21 smithi088 bash[16865]: audit 2024-02-20T00:52:21.081303+0000 mon.smithi088 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:21 smithi150 bash[20372]: audit 2024-02-20T00:52:19.987105+0000 mgr.smithi088.fydtne (mgr.14182) 738 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:21 smithi150 bash[20372]: cluster 2024-02-20T00:52:20.390399+0000 mgr.smithi088.fydtne (mgr.14182) 739 : cluster [DBG] pgmap v521: 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 2024-02-20T00:52:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:21 smithi150 bash[20372]: audit 2024-02-20T00:52:21.081303+0000 mon.smithi088 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:24.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:23 smithi088 bash[16865]: cluster 2024-02-20T00:52:22.392261+0000 mgr.smithi088.fydtne (mgr.14182) 740 : cluster [DBG] pgmap v522: 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 2024-02-20T00:52:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:23 smithi150 bash[20372]: cluster 2024-02-20T00:52:22.392261+0000 mgr.smithi088.fydtne (mgr.14182) 740 : cluster [DBG] pgmap v522: 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 2024-02-20T00:52:24.714 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:24.714 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:25.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:26.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:25 smithi088 bash[16865]: cluster 2024-02-20T00:52:24.392966+0000 mgr.smithi088.fydtne (mgr.14182) 741 : cluster [DBG] pgmap v523: 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 2024-02-20T00:52:26.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:25 smithi088 bash[16865]: audit 2024-02-20T00:52:24.705793+0000 mgr.smithi088.fydtne (mgr.14182) 742 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:25 smithi150 bash[20372]: cluster 2024-02-20T00:52:24.392966+0000 mgr.smithi088.fydtne (mgr.14182) 741 : cluster [DBG] pgmap v523: 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 2024-02-20T00:52:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:25 smithi150 bash[20372]: audit 2024-02-20T00:52:24.705793+0000 mgr.smithi088.fydtne (mgr.14182) 742 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:26.285 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:28.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:27 smithi088 bash[16865]: cluster 2024-02-20T00:52:26.395132+0000 mgr.smithi088.fydtne (mgr.14182) 743 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-20T00:52:28.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:27 smithi150 bash[20372]: cluster 2024-02-20T00:52:26.395132+0000 mgr.smithi088.fydtne (mgr.14182) 743 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-20T00:52:29.380 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:29.381 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:30.052 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:29 smithi088 bash[16865]: cluster 2024-02-20T00:52:28.396618+0000 mgr.smithi088.fydtne (mgr.14182) 744 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:30.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:29 smithi150 bash[20372]: cluster 2024-02-20T00:52:28.396618+0000 mgr.smithi088.fydtne (mgr.14182) 744 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:31.056 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:31.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:30 smithi088 bash[16865]: audit 2024-02-20T00:52:29.372491+0000 mgr.smithi088.fydtne (mgr.14182) 745 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:31.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:30 smithi088 bash[16865]: audit 2024-02-20T00:52:30.375470+0000 mon.smithi088 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:30 smithi150 bash[20372]: audit 2024-02-20T00:52:29.372491+0000 mgr.smithi088.fydtne (mgr.14182) 745 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:30 smithi150 bash[20372]: audit 2024-02-20T00:52:30.375470+0000 mon.smithi088 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:52:32.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:31 smithi088 bash[16865]: cluster 2024-02-20T00:52:30.399625+0000 mgr.smithi088.fydtne (mgr.14182) 746 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:31 smithi150 bash[20372]: cluster 2024-02-20T00:52:30.399625+0000 mgr.smithi088.fydtne (mgr.14182) 746 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:34.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:33 smithi088 bash[16865]: cluster 2024-02-20T00:52:32.401588+0000 mgr.smithi088.fydtne (mgr.14182) 747 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:33 smithi150 bash[20372]: cluster 2024-02-20T00:52:32.401588+0000 mgr.smithi088.fydtne (mgr.14182) 747 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:34.303 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:34.303 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:34.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:35.963 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:36.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:35 smithi088 bash[16865]: audit 2024-02-20T00:52:34.295342+0000 mgr.smithi088.fydtne (mgr.14182) 748 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:36.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:35 smithi088 bash[16865]: cluster 2024-02-20T00:52:34.402502+0000 mgr.smithi088.fydtne (mgr.14182) 749 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:35 smithi150 bash[20372]: audit 2024-02-20T00:52:34.295342+0000 mgr.smithi088.fydtne (mgr.14182) 748 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:35 smithi150 bash[20372]: cluster 2024-02-20T00:52:34.402502+0000 mgr.smithi088.fydtne (mgr.14182) 749 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:38.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:37 smithi088 bash[16865]: cluster 2024-02-20T00:52:36.404904+0000 mgr.smithi088.fydtne (mgr.14182) 750 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:52:38.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:37 smithi150 bash[20372]: cluster 2024-02-20T00:52:36.404904+0000 mgr.smithi088.fydtne (mgr.14182) 750 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:52:39.258 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:39.259 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:39.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:39 smithi150 bash[20372]: cluster 2024-02-20T00:52:38.406420+0000 mgr.smithi088.fydtne (mgr.14182) 751 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:40.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:39 smithi088 bash[16865]: cluster 2024-02-20T00:52:38.406420+0000 mgr.smithi088.fydtne (mgr.14182) 751 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:40.850 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:40 smithi150 bash[20372]: audit 2024-02-20T00:52:39.242735+0000 mgr.smithi088.fydtne (mgr.14182) 752 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:41.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:40 smithi088 bash[16865]: audit 2024-02-20T00:52:39.242735+0000 mgr.smithi088.fydtne (mgr.14182) 752 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:42.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:41 smithi088 bash[16865]: cluster 2024-02-20T00:52:40.408087+0000 mgr.smithi088.fydtne (mgr.14182) 753 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:42.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:41 smithi150 bash[20372]: cluster 2024-02-20T00:52:40.408087+0000 mgr.smithi088.fydtne (mgr.14182) 753 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:44.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:43 smithi088 bash[16865]: cluster 2024-02-20T00:52:42.409960+0000 mgr.smithi088.fydtne (mgr.14182) 754 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:44.087 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:44.087 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:43 smithi150 bash[20372]: cluster 2024-02-20T00:52:42.409960+0000 mgr.smithi088.fydtne (mgr.14182) 754 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:44.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:45.786 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:46.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:45 smithi088 bash[16865]: audit 2024-02-20T00:52:44.072678+0000 mgr.smithi088.fydtne (mgr.14182) 755 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:46.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:45 smithi088 bash[16865]: cluster 2024-02-20T00:52:44.411155+0000 mgr.smithi088.fydtne (mgr.14182) 756 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:46.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:45 smithi150 bash[20372]: audit 2024-02-20T00:52:44.072678+0000 mgr.smithi088.fydtne (mgr.14182) 755 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:46.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:45 smithi150 bash[20372]: cluster 2024-02-20T00:52:44.411155+0000 mgr.smithi088.fydtne (mgr.14182) 756 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:48.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:47 smithi150 bash[20372]: cluster 2024-02-20T00:52:46.413706+0000 mgr.smithi088.fydtne (mgr.14182) 757 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:52:48.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:47 smithi088 bash[16865]: cluster 2024-02-20T00:52:46.413706+0000 mgr.smithi088.fydtne (mgr.14182) 757 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:52:48.980 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:48.980 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:49.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:50.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:49 smithi150 bash[20372]: cluster 2024-02-20T00:52:48.415205+0000 mgr.smithi088.fydtne (mgr.14182) 758 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:50.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:49 smithi088 bash[16865]: cluster 2024-02-20T00:52:48.415205+0000 mgr.smithi088.fydtne (mgr.14182) 758 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:52:50.575 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:51.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:50 smithi150 bash[20372]: audit 2024-02-20T00:52:48.967350+0000 mgr.smithi088.fydtne (mgr.14182) 759 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:51.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:50 smithi088 bash[16865]: audit 2024-02-20T00:52:48.967350+0000 mgr.smithi088.fydtne (mgr.14182) 759 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:51.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:51 smithi088 bash[16865]: cluster 2024-02-20T00:52:50.416954+0000 mgr.smithi088.fydtne (mgr.14182) 760 : 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 2024-02-20T00:52:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:51 smithi150 bash[20372]: cluster 2024-02-20T00:52:50.416954+0000 mgr.smithi088.fydtne (mgr.14182) 760 : 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 2024-02-20T00:52:53.691 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:53.691 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:54.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:53 smithi088 bash[16865]: cluster 2024-02-20T00:52:52.418799+0000 mgr.smithi088.fydtne (mgr.14182) 761 : 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 2024-02-20T00:52:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:53 smithi150 bash[20372]: cluster 2024-02-20T00:52:52.418799+0000 mgr.smithi088.fydtne (mgr.14182) 761 : 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 2024-02-20T00:52:54.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:52:55.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:54 smithi150 bash[20372]: audit 2024-02-20T00:52:53.676378+0000 mgr.smithi088.fydtne (mgr.14182) 762 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:55.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:54 smithi088 bash[16865]: audit 2024-02-20T00:52:53.676378+0000 mgr.smithi088.fydtne (mgr.14182) 762 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:52:55.372 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:52:56.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:55 smithi150 bash[20372]: cluster 2024-02-20T00:52:54.419911+0000 mgr.smithi088.fydtne (mgr.14182) 763 : 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 2024-02-20T00:52:56.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:55 smithi088 bash[16865]: cluster 2024-02-20T00:52:54.419911+0000 mgr.smithi088.fydtne (mgr.14182) 763 : 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 2024-02-20T00:52:58.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:57 smithi150 bash[20372]: cluster 2024-02-20T00:52:56.422553+0000 mgr.smithi088.fydtne (mgr.14182) 764 : 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 2024-02-20T00:52:58.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:57 smithi088 bash[16865]: cluster 2024-02-20T00:52:56.422553+0000 mgr.smithi088.fydtne (mgr.14182) 764 : 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 2024-02-20T00:52:58.547 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:52:58.547 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:52:59.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:00.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:59 smithi150 bash[20372]: cluster 2024-02-20T00:52:58.424008+0000 mgr.smithi088.fydtne (mgr.14182) 765 : 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 2024-02-20T00:53:00.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:52:59 smithi150 bash[20372]: audit 2024-02-20T00:52:58.539133+0000 mgr.smithi088.fydtne (mgr.14182) 766 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:00.196 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:00.208 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:59 smithi088 bash[16865]: cluster 2024-02-20T00:52:58.424008+0000 mgr.smithi088.fydtne (mgr.14182) 765 : 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 2024-02-20T00:53:00.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:52:59 smithi088 bash[16865]: audit 2024-02-20T00:52:58.539133+0000 mgr.smithi088.fydtne (mgr.14182) 766 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:02.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:01 smithi088 bash[16865]: cluster 2024-02-20T00:53:00.424971+0000 mgr.smithi088.fydtne (mgr.14182) 767 : 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 2024-02-20T00:53:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:01 smithi150 bash[20372]: cluster 2024-02-20T00:53:00.424971+0000 mgr.smithi088.fydtne (mgr.14182) 767 : 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 2024-02-20T00:53:03.518 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:03.518 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:04.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:03 smithi150 bash[20372]: cluster 2024-02-20T00:53:02.426861+0000 mgr.smithi088.fydtne (mgr.14182) 768 : 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 2024-02-20T00:53:04.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:03 smithi088 bash[16865]: cluster 2024-02-20T00:53:02.426861+0000 mgr.smithi088.fydtne (mgr.14182) 768 : 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 2024-02-20T00:53:05.136 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:05.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:04 smithi150 bash[20372]: audit 2024-02-20T00:53:03.502193+0000 mgr.smithi088.fydtne (mgr.14182) 769 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:05.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:04 smithi088 bash[16865]: audit 2024-02-20T00:53:03.502193+0000 mgr.smithi088.fydtne (mgr.14182) 769 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:06.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:05 smithi150 bash[20372]: cluster 2024-02-20T00:53:04.428038+0000 mgr.smithi088.fydtne (mgr.14182) 770 : 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 2024-02-20T00:53:06.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:05 smithi088 bash[16865]: cluster 2024-02-20T00:53:04.428038+0000 mgr.smithi088.fydtne (mgr.14182) 770 : 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 2024-02-20T00:53:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:07 smithi088 bash[16865]: cluster 2024-02-20T00:53:06.430192+0000 mgr.smithi088.fydtne (mgr.14182) 771 : 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 2024-02-20T00:53:08.176 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:08.177 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:08.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:07 smithi150 bash[20372]: cluster 2024-02-20T00:53:06.430192+0000 mgr.smithi088.fydtne (mgr.14182) 771 : 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 2024-02-20T00:53:08.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:09.788 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:09 smithi088 bash[16865]: audit 2024-02-20T00:53:08.160530+0000 mgr.smithi088.fydtne (mgr.14182) 772 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:10.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:09 smithi088 bash[16865]: cluster 2024-02-20T00:53:08.430952+0000 mgr.smithi088.fydtne (mgr.14182) 773 : 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 2024-02-20T00:53:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:09 smithi150 bash[20372]: audit 2024-02-20T00:53:08.160530+0000 mgr.smithi088.fydtne (mgr.14182) 772 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:10.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:09 smithi150 bash[20372]: cluster 2024-02-20T00:53:08.430952+0000 mgr.smithi088.fydtne (mgr.14182) 773 : 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 2024-02-20T00:53:12.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:11 smithi088 bash[16865]: cluster 2024-02-20T00:53:10.431774+0000 mgr.smithi088.fydtne (mgr.14182) 774 : 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 2024-02-20T00:53:12.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:11 smithi150 bash[20372]: cluster 2024-02-20T00:53:10.431774+0000 mgr.smithi088.fydtne (mgr.14182) 774 : 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 2024-02-20T00:53:12.975 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:12.975 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:13.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:14.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:13 smithi088 bash[16865]: cluster 2024-02-20T00:53:12.433655+0000 mgr.smithi088.fydtne (mgr.14182) 775 : 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 2024-02-20T00:53:14.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:13 smithi150 bash[20372]: cluster 2024-02-20T00:53:12.433655+0000 mgr.smithi088.fydtne (mgr.14182) 775 : 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 2024-02-20T00:53:14.617 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:15.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:14 smithi088 bash[16865]: audit 2024-02-20T00:53:12.959753+0000 mgr.smithi088.fydtne (mgr.14182) 776 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:15.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:14 smithi150 bash[20372]: audit 2024-02-20T00:53:12.959753+0000 mgr.smithi088.fydtne (mgr.14182) 776 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:16.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:15 smithi088 bash[16865]: cluster 2024-02-20T00:53:14.434635+0000 mgr.smithi088.fydtne (mgr.14182) 777 : 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 2024-02-20T00:53:16.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:15 smithi150 bash[20372]: cluster 2024-02-20T00:53:14.434635+0000 mgr.smithi088.fydtne (mgr.14182) 777 : 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 2024-02-20T00:53:17.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: audit 2024-02-20T00:53:16.390829+0000 mon.smithi088 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:53:17.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: cluster 2024-02-20T00:53:16.437247+0000 mgr.smithi088.fydtne (mgr.14182) 778 : 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 2024-02-20T00:53:17.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: audit 2024-02-20T00:53:16.716793+0000 mon.smithi088 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:53:17.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: audit 2024-02-20T00:53:16.718289+0000 mon.smithi088 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:53:17.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: audit 2024-02-20T00:53:16.724884+0000 mon.smithi088 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:53:17.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: cluster 2024-02-20T00:53:16.725650+0000 mgr.smithi088.fydtne (mgr.14182) 779 : cluster [DBG] pgmap v550: 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 2024-02-20T00:53:17.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: audit 2024-02-20T00:53:16.732483+0000 mon.smithi088 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:53:17.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: audit 2024-02-20T00:53:16.764602+0000 mon.smithi088 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:53:17.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:16 smithi088 bash[16865]: cephadm 2024-02-20T00:53:16.769326+0000 mgr.smithi088.fydtne (mgr.14182) 780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.aradlw on smithi150 2024-02-20T00:53:17.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: audit 2024-02-20T00:53:16.390829+0000 mon.smithi088 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: cluster 2024-02-20T00:53:16.437247+0000 mgr.smithi088.fydtne (mgr.14182) 778 : 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 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: audit 2024-02-20T00:53:16.716793+0000 mon.smithi088 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: audit 2024-02-20T00:53:16.718289+0000 mon.smithi088 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: audit 2024-02-20T00:53:16.724884+0000 mon.smithi088 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: cluster 2024-02-20T00:53:16.725650+0000 mgr.smithi088.fydtne (mgr.14182) 779 : cluster [DBG] pgmap v550: 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 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: audit 2024-02-20T00:53:16.732483+0000 mon.smithi088 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: audit 2024-02-20T00:53:16.764602+0000 mon.smithi088 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:53:17.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:16 smithi150 bash[20372]: cephadm 2024-02-20T00:53:16.769326+0000 mgr.smithi088.fydtne (mgr.14182) 780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.aradlw on smithi150 2024-02-20T00:53:18.035 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:18.035 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:51:08.334546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bfxwzu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:18.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:17 smithi088 bash[16865]: cluster 2024-02-20T00:53:16.948237+0000 mon.smithi088 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:53:18.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:17 smithi088 bash[16865]: cluster 2024-02-20T00:53:16.948304+0000 mon.smithi088 (mon.0) 851 : cluster [INF] Cluster is now healthy 2024-02-20T00:53:18.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:17 smithi150 bash[20372]: cluster 2024-02-20T00:53:16.948237+0000 mon.smithi088 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:53:18.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:17 smithi150 bash[20372]: cluster 2024-02-20T00:53:16.948304+0000 mon.smithi088 (mon.0) 851 : cluster [INF] Cluster is now healthy 2024-02-20T00:53:18.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:19.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:18 smithi088 bash[16865]: audit 2024-02-20T00:53:18.022634+0000 mgr.smithi088.fydtne (mgr.14182) 781 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:19.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:18 smithi088 bash[16865]: cluster 2024-02-20T00:53:18.726852+0000 mgr.smithi088.fydtne (mgr.14182) 782 : cluster [DBG] pgmap v551: 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 2024-02-20T00:53:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:18 smithi150 bash[20372]: audit 2024-02-20T00:53:18.022634+0000 mgr.smithi088.fydtne (mgr.14182) 781 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:18 smithi150 bash[20372]: cluster 2024-02-20T00:53:18.726852+0000 mgr.smithi088.fydtne (mgr.14182) 782 : cluster [DBG] pgmap v551: 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 2024-02-20T00:53:19.710 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:20.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:20 smithi150 bash[20372]: audit 2024-02-20T00:53:20.685797+0000 mon.smithi088 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.aradlw"}]: dispatch 2024-02-20T00:53:21.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:20 smithi088 bash[16865]: audit 2024-02-20T00:53:20.685797+0000 mon.smithi088 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.aradlw"}]: dispatch 2024-02-20T00:53:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: cephadm 2024-02-20T00:53:20.684769+0000 mgr.smithi088.fydtne (mgr.14182) 783 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:22.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.aradlw ... 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.aradlw ... 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: cephadm 2024-02-20T00:53:20.685230+0000 mgr.smithi088.fydtne (mgr.14182) 784 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: cephadm 2024-02-20T00:53:20.687310+0000 mgr.smithi088.fydtne (mgr.14182) 785 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.aradlw ... 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: cephadm 2024-02-20T00:53:20.691821+0000 mgr.smithi088.fydtne (mgr.14182) 786 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.pwpfob on smithi088 2024-02-20T00:53:22.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:21 smithi150 bash[20372]: cluster 2024-02-20T00:53:20.728467+0000 mgr.smithi088.fydtne (mgr.14182) 787 : cluster [DBG] pgmap v552: 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 2024-02-20T00:53:22.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: cephadm 2024-02-20T00:53:20.684769+0000 mgr.smithi088.fydtne (mgr.14182) 783 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.aradlw ... 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:53:22.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.aradlw ... 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:22.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: cephadm 2024-02-20T00:53:20.685230+0000 mgr.smithi088.fydtne (mgr.14182) 784 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: cephadm 2024-02-20T00:53:20.687310+0000 mgr.smithi088.fydtne (mgr.14182) 785 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.aradlw ... 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: cephadm 2024-02-20T00:53:20.691821+0000 mgr.smithi088.fydtne (mgr.14182) 786 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.pwpfob on smithi088 2024-02-20T00:53:22.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:21 smithi088 bash[16865]: cluster 2024-02-20T00:53:20.728467+0000 mgr.smithi088.fydtne (mgr.14182) 787 : cluster [DBG] pgmap v552: 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 2024-02-20T00:53:22.966 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:22.966 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:12.645411Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.ngmspo on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-ngmspo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.ngmspo\nDeploy daemon haproxy.nfs.foo.smithi150.ngmspo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.382404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.utqrsw on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-utqrsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.utqrsw\nDeploy daemon haproxy.nfs.foo.smithi088.utqrsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:52:16.384496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.uhuxjr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:23.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:23 smithi150 bash[20372]: cluster 2024-02-20T00:53:22.729593+0000 mgr.smithi088.fydtne (mgr.14182) 788 : cluster [DBG] pgmap v553: 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 2024-02-20T00:53:24.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:23 smithi088 bash[16865]: cluster 2024-02-20T00:53:22.729593+0000 mgr.smithi088.fydtne (mgr.14182) 788 : cluster [DBG] pgmap v553: 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 2024-02-20T00:53:24.583 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:24 smithi150 bash[20372]: audit 2024-02-20T00:53:22.954351+0000 mgr.smithi088.fydtne (mgr.14182) 789 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:24 smithi150 bash[20372]: audit 2024-02-20T00:53:24.612349+0000 mon.smithi088 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.pwpfob"}]: dispatch 2024-02-20T00:53:25.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:24 smithi088 bash[16865]: audit 2024-02-20T00:53:22.954351+0000 mgr.smithi088.fydtne (mgr.14182) 789 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:25.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:24 smithi088 bash[16865]: audit 2024-02-20T00:53:24.612349+0000 mon.smithi088 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.pwpfob"}]: dispatch 2024-02-20T00:53:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cephadm 2024-02-20T00:53:24.611559+0000 mgr.smithi088.fydtne (mgr.14182) 790 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.pwpfob ... 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:53:26.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.pwpfob ... 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cephadm 2024-02-20T00:53:24.611809+0000 mgr.smithi088.fydtne (mgr.14182) 791 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cephadm 2024-02-20T00:53:24.613536+0000 mgr.smithi088.fydtne (mgr.14182) 792 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.pwpfob ... 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cephadm 2024-02-20T00:53:24.616739+0000 mgr.smithi088.fydtne (mgr.14182) 793 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cephadm 2024-02-20T00:53:24.619263+0000 mgr.smithi088.fydtne (mgr.14182) 794 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:53:26.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cluster 2024-02-20T00:53:24.620620+0000 mgr.smithi088.fydtne (mgr.14182) 795 : cluster [DBG] pgmap v554: 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 2024-02-20T00:53:26.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:25 smithi150 bash[20372]: cluster 2024-02-20T00:53:24.884916+0000 mon.smithi088 (mon.0) 854 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cephadm 2024-02-20T00:53:24.611559+0000 mgr.smithi088.fydtne (mgr.14182) 790 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.pwpfob ... 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.pwpfob ... 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cephadm 2024-02-20T00:53:24.611809+0000 mgr.smithi088.fydtne (mgr.14182) 791 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cephadm 2024-02-20T00:53:24.613536+0000 mgr.smithi088.fydtne (mgr.14182) 792 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:26.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.pwpfob ... 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cephadm 2024-02-20T00:53:24.616739+0000 mgr.smithi088.fydtne (mgr.14182) 793 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cephadm 2024-02-20T00:53:24.619263+0000 mgr.smithi088.fydtne (mgr.14182) 794 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cluster 2024-02-20T00:53:24.620620+0000 mgr.smithi088.fydtne (mgr.14182) 795 : cluster [DBG] pgmap v554: 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 2024-02-20T00:53:26.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:25 smithi088 bash[16865]: cluster 2024-02-20T00:53:24.884916+0000 mon.smithi088 (mon.0) 854 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:53:27.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:27 smithi150 bash[20372]: audit 2024-02-20T00:53:26.145375+0000 mon.smithi088 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:53:27.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:27 smithi150 bash[20372]: cluster 2024-02-20T00:53:26.623122+0000 mgr.smithi088.fydtne (mgr.14182) 796 : cluster [DBG] pgmap v555: 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 2024-02-20T00:53:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:27 smithi088 bash[16865]: audit 2024-02-20T00:53:26.145375+0000 mon.smithi088 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:53:27.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:27 smithi088 bash[16865]: cluster 2024-02-20T00:53:26.623122+0000 mgr.smithi088.fydtne (mgr.14182) 796 : cluster [DBG] pgmap v555: 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 2024-02-20T00:53:28.196 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:28.196 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:28.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:29.790 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:29 smithi088 bash[16865]: audit 2024-02-20T00:53:28.181727+0000 mgr.smithi088.fydtne (mgr.14182) 797 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:30.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:29 smithi088 bash[16865]: cluster 2024-02-20T00:53:28.624698+0000 mgr.smithi088.fydtne (mgr.14182) 798 : cluster [DBG] pgmap v556: 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 2024-02-20T00:53:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:29 smithi150 bash[20372]: audit 2024-02-20T00:53:28.181727+0000 mgr.smithi088.fydtne (mgr.14182) 797 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:29 smithi150 bash[20372]: cluster 2024-02-20T00:53:28.624698+0000 mgr.smithi088.fydtne (mgr.14182) 798 : cluster [DBG] pgmap v556: 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 2024-02-20T00:53:32.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:31 smithi088 bash[16865]: cluster 2024-02-20T00:53:30.626630+0000 mgr.smithi088.fydtne (mgr.14182) 799 : cluster [DBG] pgmap v557: 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 2024-02-20T00:53:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:31 smithi150 bash[20372]: cluster 2024-02-20T00:53:30.626630+0000 mgr.smithi088.fydtne (mgr.14182) 799 : cluster [DBG] pgmap v557: 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 2024-02-20T00:53:33.146 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:33.146 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:33.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:34.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:33 smithi088 bash[16865]: cluster 2024-02-20T00:53:32.628536+0000 mgr.smithi088.fydtne (mgr.14182) 800 : cluster [DBG] pgmap v558: 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, 17 op/s 2024-02-20T00:53:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:33 smithi150 bash[20372]: cluster 2024-02-20T00:53:32.628536+0000 mgr.smithi088.fydtne (mgr.14182) 800 : cluster [DBG] pgmap v558: 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, 17 op/s 2024-02-20T00:53:34.799 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:35.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:34 smithi088 bash[16865]: audit 2024-02-20T00:53:33.134681+0000 mgr.smithi088.fydtne (mgr.14182) 801 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:34 smithi150 bash[20372]: audit 2024-02-20T00:53:33.134681+0000 mgr.smithi088.fydtne (mgr.14182) 801 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:36.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:35 smithi088 bash[16865]: cluster 2024-02-20T00:53:34.629614+0000 mgr.smithi088.fydtne (mgr.14182) 802 : cluster [DBG] pgmap v559: 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, 17 op/s 2024-02-20T00:53:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:35 smithi150 bash[20372]: cluster 2024-02-20T00:53:34.629614+0000 mgr.smithi088.fydtne (mgr.14182) 802 : cluster [DBG] pgmap v559: 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, 17 op/s 2024-02-20T00:53:37.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:37 smithi088 bash[16865]: cluster 2024-02-20T00:53:36.631741+0000 mgr.smithi088.fydtne (mgr.14182) 803 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2024-02-20T00:53:38.013 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:38.014 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:38.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:37 smithi150 bash[20372]: cluster 2024-02-20T00:53:36.631741+0000 mgr.smithi088.fydtne (mgr.14182) 803 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2024-02-20T00:53:38.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:39.664 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:39 smithi088 bash[16865]: audit 2024-02-20T00:53:38.001265+0000 mgr.smithi088.fydtne (mgr.14182) 804 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:39 smithi088 bash[16865]: cluster 2024-02-20T00:53:38.633216+0000 mgr.smithi088.fydtne (mgr.14182) 805 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-20T00:53:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:39 smithi150 bash[20372]: audit 2024-02-20T00:53:38.001265+0000 mgr.smithi088.fydtne (mgr.14182) 804 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:39 smithi150 bash[20372]: cluster 2024-02-20T00:53:38.633216+0000 mgr.smithi088.fydtne (mgr.14182) 805 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-20T00:53:42.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:41 smithi088 bash[16865]: cluster 2024-02-20T00:53:40.635064+0000 mgr.smithi088.fydtne (mgr.14182) 806 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-20T00:53:42.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:41 smithi150 bash[20372]: cluster 2024-02-20T00:53:40.635064+0000 mgr.smithi088.fydtne (mgr.14182) 806 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-20T00:53:42.991 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:42.992 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:43.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:44.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:43 smithi088 bash[16865]: cluster 2024-02-20T00:53:42.637104+0000 mgr.smithi088.fydtne (mgr.14182) 807 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-20T00:53:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:43 smithi150 bash[20372]: cluster 2024-02-20T00:53:42.637104+0000 mgr.smithi088.fydtne (mgr.14182) 807 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-20T00:53:44.619 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:44 smithi088 bash[16865]: audit 2024-02-20T00:53:42.978457+0000 mgr.smithi088.fydtne (mgr.14182) 808 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:44 smithi150 bash[20372]: audit 2024-02-20T00:53:42.978457+0000 mgr.smithi088.fydtne (mgr.14182) 808 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:46.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:45 smithi088 bash[16865]: cluster 2024-02-20T00:53:44.637802+0000 mgr.smithi088.fydtne (mgr.14182) 809 : cluster [DBG] pgmap v564: 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 2024-02-20T00:53:46.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:45 smithi150 bash[20372]: cluster 2024-02-20T00:53:44.637802+0000 mgr.smithi088.fydtne (mgr.14182) 809 : cluster [DBG] pgmap v564: 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 2024-02-20T00:53:47.829 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:47.830 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:48.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:47 smithi088 bash[16865]: cluster 2024-02-20T00:53:46.640457+0000 mgr.smithi088.fydtne (mgr.14182) 810 : cluster [DBG] pgmap v565: 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 2024-02-20T00:53:48.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:47 smithi150 bash[20372]: cluster 2024-02-20T00:53:46.640457+0000 mgr.smithi088.fydtne (mgr.14182) 810 : cluster [DBG] pgmap v565: 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 2024-02-20T00:53:48.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:49.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:48 smithi088 bash[16865]: audit 2024-02-20T00:53:47.821889+0000 mgr.smithi088.fydtne (mgr.14182) 811 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:48 smithi150 bash[20372]: audit 2024-02-20T00:53:47.821889+0000 mgr.smithi088.fydtne (mgr.14182) 811 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:49.477 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:50.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:49 smithi150 bash[20372]: cluster 2024-02-20T00:53:48.641999+0000 mgr.smithi088.fydtne (mgr.14182) 812 : cluster [DBG] pgmap v566: 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 2024-02-20T00:53:50.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:49 smithi088 bash[16865]: cluster 2024-02-20T00:53:48.641999+0000 mgr.smithi088.fydtne (mgr.14182) 812 : cluster [DBG] pgmap v566: 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 2024-02-20T00:53:52.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:51 smithi088 bash[16865]: cluster 2024-02-20T00:53:50.643736+0000 mgr.smithi088.fydtne (mgr.14182) 813 : 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 2024-02-20T00:53:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:51 smithi150 bash[20372]: cluster 2024-02-20T00:53:50.643736+0000 mgr.smithi088.fydtne (mgr.14182) 813 : 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 2024-02-20T00:53:52.827 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:52.827 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:53.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:54.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:53 smithi088 bash[16865]: cluster 2024-02-20T00:53:52.645272+0000 mgr.smithi088.fydtne (mgr.14182) 814 : 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 2024-02-20T00:53:54.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:53 smithi088 bash[16865]: audit 2024-02-20T00:53:52.819401+0000 mgr.smithi088.fydtne (mgr.14182) 815 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:53 smithi150 bash[20372]: cluster 2024-02-20T00:53:52.645272+0000 mgr.smithi088.fydtne (mgr.14182) 814 : 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 2024-02-20T00:53:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:53 smithi150 bash[20372]: audit 2024-02-20T00:53:52.819401+0000 mgr.smithi088.fydtne (mgr.14182) 815 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:54.462 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:53:55.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:55 smithi088 bash[16865]: cluster 2024-02-20T00:53:54.646240+0000 mgr.smithi088.fydtne (mgr.14182) 816 : 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 2024-02-20T00:53:56.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:55 smithi150 bash[20372]: cluster 2024-02-20T00:53:54.646240+0000 mgr.smithi088.fydtne (mgr.14182) 816 : 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 2024-02-20T00:53:57.648 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:53:57.649 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:53:58.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:57 smithi088 bash[16865]: cluster 2024-02-20T00:53:56.648427+0000 mgr.smithi088.fydtne (mgr.14182) 817 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:53:58.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:57 smithi150 bash[20372]: cluster 2024-02-20T00:53:56.648427+0000 mgr.smithi088.fydtne (mgr.14182) 817 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:53:58.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:53:59.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:58 smithi088 bash[16865]: audit 2024-02-20T00:53:57.636346+0000 mgr.smithi088.fydtne (mgr.14182) 818 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:59.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:58 smithi150 bash[20372]: audit 2024-02-20T00:53:57.636346+0000 mgr.smithi088.fydtne (mgr.14182) 818 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:53:59.306 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:00.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:53:59 smithi088 bash[16865]: cluster 2024-02-20T00:53:58.649966+0000 mgr.smithi088.fydtne (mgr.14182) 819 : 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 2024-02-20T00:54:00.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:53:59 smithi150 bash[20372]: cluster 2024-02-20T00:53:58.649966+0000 mgr.smithi088.fydtne (mgr.14182) 819 : 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 2024-02-20T00:54:02.111 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:01 smithi088 bash[16865]: cluster 2024-02-20T00:54:00.651744+0000 mgr.smithi088.fydtne (mgr.14182) 820 : 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 2024-02-20T00:54:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:01 smithi150 bash[20372]: cluster 2024-02-20T00:54:00.651744+0000 mgr.smithi088.fydtne (mgr.14182) 820 : 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 2024-02-20T00:54:02.551 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:02.551 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:03.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:04.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:03 smithi150 bash[20372]: audit 2024-02-20T00:54:02.539156+0000 mgr.smithi088.fydtne (mgr.14182) 821 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:04.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:03 smithi150 bash[20372]: cluster 2024-02-20T00:54:02.653904+0000 mgr.smithi088.fydtne (mgr.14182) 822 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:04.205 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:04.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:03 smithi088 bash[16865]: audit 2024-02-20T00:54:02.539156+0000 mgr.smithi088.fydtne (mgr.14182) 821 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:04.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:03 smithi088 bash[16865]: cluster 2024-02-20T00:54:02.653904+0000 mgr.smithi088.fydtne (mgr.14182) 822 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:06.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:05 smithi088 bash[16865]: cluster 2024-02-20T00:54:04.655042+0000 mgr.smithi088.fydtne (mgr.14182) 823 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:06.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:05 smithi150 bash[20372]: cluster 2024-02-20T00:54:04.655042+0000 mgr.smithi088.fydtne (mgr.14182) 823 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:07.473 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:07.473 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:08.089 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:07 smithi088 bash[16865]: cluster 2024-02-20T00:54:06.657355+0000 mgr.smithi088.fydtne (mgr.14182) 824 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:54:08.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:08.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:07 smithi150 bash[20372]: cluster 2024-02-20T00:54:06.657355+0000 mgr.smithi088.fydtne (mgr.14182) 824 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:54:09.091 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:09.102 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:08 smithi088 bash[16865]: audit 2024-02-20T00:54:07.456557+0000 mgr.smithi088.fydtne (mgr.14182) 825 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:09.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:08 smithi150 bash[20372]: audit 2024-02-20T00:54:07.456557+0000 mgr.smithi088.fydtne (mgr.14182) 825 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:10.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:09 smithi088 bash[16865]: cluster 2024-02-20T00:54:08.659071+0000 mgr.smithi088.fydtne (mgr.14182) 826 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:10.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:09 smithi150 bash[20372]: cluster 2024-02-20T00:54:08.659071+0000 mgr.smithi088.fydtne (mgr.14182) 826 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:12.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:11 smithi088 bash[16865]: cluster 2024-02-20T00:54:10.660916+0000 mgr.smithi088.fydtne (mgr.14182) 827 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:12.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:11 smithi150 bash[20372]: cluster 2024-02-20T00:54:10.660916+0000 mgr.smithi088.fydtne (mgr.14182) 827 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:12.228 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:12.228 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:12.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:13.881 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:14.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:13 smithi150 bash[20372]: audit 2024-02-20T00:54:12.214402+0000 mgr.smithi088.fydtne (mgr.14182) 828 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:13 smithi150 bash[20372]: cluster 2024-02-20T00:54:12.662742+0000 mgr.smithi088.fydtne (mgr.14182) 829 : cluster [DBG] pgmap v578: 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 2024-02-20T00:54:14.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:13 smithi088 bash[16865]: audit 2024-02-20T00:54:12.214402+0000 mgr.smithi088.fydtne (mgr.14182) 828 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:14.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:13 smithi088 bash[16865]: cluster 2024-02-20T00:54:12.662742+0000 mgr.smithi088.fydtne (mgr.14182) 829 : cluster [DBG] pgmap v578: 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 2024-02-20T00:54:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:15 smithi150 bash[20372]: cluster 2024-02-20T00:54:14.663759+0000 mgr.smithi088.fydtne (mgr.14182) 830 : cluster [DBG] pgmap v579: 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 2024-02-20T00:54:16.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:15 smithi088 bash[16865]: cluster 2024-02-20T00:54:14.663759+0000 mgr.smithi088.fydtne (mgr.14182) 830 : cluster [DBG] pgmap v579: 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 2024-02-20T00:54:17.207 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:17.207 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:17.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:18.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:17 smithi088 bash[16865]: cluster 2024-02-20T00:54:16.665895+0000 mgr.smithi088.fydtne (mgr.14182) 831 : cluster [DBG] pgmap v580: 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 2024-02-20T00:54:18.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:17 smithi150 bash[20372]: cluster 2024-02-20T00:54:16.665895+0000 mgr.smithi088.fydtne (mgr.14182) 831 : cluster [DBG] pgmap v580: 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 2024-02-20T00:54:18.801 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:19.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:18 smithi150 bash[20372]: audit 2024-02-20T00:54:17.199731+0000 mgr.smithi088.fydtne (mgr.14182) 832 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:18 smithi088 bash[16865]: audit 2024-02-20T00:54:17.199731+0000 mgr.smithi088.fydtne (mgr.14182) 832 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:20.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:19 smithi088 bash[16865]: cluster 2024-02-20T00:54:18.667387+0000 mgr.smithi088.fydtne (mgr.14182) 833 : cluster [DBG] pgmap v581: 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 2024-02-20T00:54:20.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:19 smithi150 bash[20372]: cluster 2024-02-20T00:54:18.667387+0000 mgr.smithi088.fydtne (mgr.14182) 833 : cluster [DBG] pgmap v581: 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 2024-02-20T00:54:21.886 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:21.886 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:21 smithi150 bash[20372]: cluster 2024-02-20T00:54:20.669199+0000 mgr.smithi088.fydtne (mgr.14182) 834 : cluster [DBG] pgmap v582: 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 2024-02-20T00:54:22.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:21 smithi088 bash[16865]: cluster 2024-02-20T00:54:20.669199+0000 mgr.smithi088.fydtne (mgr.14182) 834 : cluster [DBG] pgmap v582: 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 2024-02-20T00:54:22.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:23.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:22 smithi150 bash[20372]: audit 2024-02-20T00:54:21.873547+0000 mgr.smithi088.fydtne (mgr.14182) 835 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:23.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:22 smithi088 bash[16865]: audit 2024-02-20T00:54:21.873547+0000 mgr.smithi088.fydtne (mgr.14182) 835 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:23.520 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:24.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:23 smithi150 bash[20372]: cluster 2024-02-20T00:54:22.671075+0000 mgr.smithi088.fydtne (mgr.14182) 836 : cluster [DBG] pgmap v583: 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 2024-02-20T00:54:24.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:23 smithi088 bash[16865]: cluster 2024-02-20T00:54:22.671075+0000 mgr.smithi088.fydtne (mgr.14182) 836 : cluster [DBG] pgmap v583: 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 2024-02-20T00:54:25.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:24 smithi088 bash[16865]: audit 2024-02-20T00:54:24.623561+0000 mon.smithi088 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:54:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:24 smithi150 bash[20372]: audit 2024-02-20T00:54:24.623561+0000 mon.smithi088 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:54:26.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:25 smithi088 bash[16865]: cluster 2024-02-20T00:54:24.671770+0000 mgr.smithi088.fydtne (mgr.14182) 837 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T00:54:26.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:25 smithi088 bash[16865]: audit 2024-02-20T00:54:24.954351+0000 mon.smithi088 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:54:26.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:25 smithi088 bash[16865]: audit 2024-02-20T00:54:24.955898+0000 mon.smithi088 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:54:26.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:25 smithi088 bash[16865]: audit 2024-02-20T00:54:24.964644+0000 mon.smithi088 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:26.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:25 smithi088 bash[16865]: audit 2024-02-20T00:54:24.972123+0000 mon.smithi088 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:54:26.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:25 smithi088 bash[16865]: audit 2024-02-20T00:54:24.983629+0000 mon.smithi088 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:25 smithi150 bash[20372]: cluster 2024-02-20T00:54:24.671770+0000 mgr.smithi088.fydtne (mgr.14182) 837 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T00:54:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:25 smithi150 bash[20372]: audit 2024-02-20T00:54:24.954351+0000 mon.smithi088 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:54:26.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:25 smithi150 bash[20372]: audit 2024-02-20T00:54:24.955898+0000 mon.smithi088 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:54:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:25 smithi150 bash[20372]: audit 2024-02-20T00:54:24.964644+0000 mon.smithi088 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:25 smithi150 bash[20372]: audit 2024-02-20T00:54:24.972123+0000 mon.smithi088 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:54:26.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:25 smithi150 bash[20372]: audit 2024-02-20T00:54:24.983629+0000 mon.smithi088 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:26.635 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:26.636 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:52:16.386050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.oubvyo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:26 smithi088 bash[16865]: cluster 2024-02-20T00:54:24.965599+0000 mgr.smithi088.fydtne (mgr.14182) 838 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T00:54:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:26 smithi088 bash[16865]: cephadm 2024-02-20T00:54:24.986819+0000 mgr.smithi088.fydtne (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.bdhuph on smithi150 2024-02-20T00:54:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:26 smithi088 bash[16865]: cluster 2024-02-20T00:54:25.960425+0000 mon.smithi088 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:54:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:26 smithi088 bash[16865]: cluster 2024-02-20T00:54:25.960498+0000 mon.smithi088 (mon.0) 863 : cluster [INF] Cluster is now healthy 2024-02-20T00:54:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:26 smithi150 bash[20372]: cluster 2024-02-20T00:54:24.965599+0000 mgr.smithi088.fydtne (mgr.14182) 838 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T00:54:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:26 smithi150 bash[20372]: cephadm 2024-02-20T00:54:24.986819+0000 mgr.smithi088.fydtne (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.bdhuph on smithi150 2024-02-20T00:54:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:26 smithi150 bash[20372]: cluster 2024-02-20T00:54:25.960425+0000 mon.smithi088 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:54:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:26 smithi150 bash[20372]: cluster 2024-02-20T00:54:25.960498+0000 mon.smithi088 (mon.0) 863 : cluster [INF] Cluster is now healthy 2024-02-20T00:54:27.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:28.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:27 smithi150 bash[20372]: audit 2024-02-20T00:54:26.622089+0000 mgr.smithi088.fydtne (mgr.14182) 840 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:28.240 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:28.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:27 smithi088 bash[16865]: audit 2024-02-20T00:54:26.622089+0000 mgr.smithi088.fydtne (mgr.14182) 840 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:29.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:28 smithi150 bash[20372]: cluster 2024-02-20T00:54:26.967896+0000 mgr.smithi088.fydtne (mgr.14182) 841 : cluster [DBG] pgmap v586: 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 2024-02-20T00:54:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:28 smithi088 bash[16865]: cluster 2024-02-20T00:54:26.967896+0000 mgr.smithi088.fydtne (mgr.14182) 841 : cluster [DBG] pgmap v586: 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 2024-02-20T00:54:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:29 smithi150 bash[20372]: audit 2024-02-20T00:54:29.008886+0000 mon.smithi088 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.bdhuph"}]: dispatch 2024-02-20T00:54:30.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:29 smithi088 bash[16865]: audit 2024-02-20T00:54:29.008886+0000 mon.smithi088 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.bdhuph"}]: dispatch 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: cluster 2024-02-20T00:54:28.968770+0000 mgr.smithi088.fydtne (mgr.14182) 842 : cluster [DBG] pgmap v587: 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 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: cephadm 2024-02-20T00:54:29.007523+0000 mgr.smithi088.fydtne (mgr.14182) 843 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:31.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.bdhuph ... 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.bdhuph ... 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: cephadm 2024-02-20T00:54:29.008145+0000 mgr.smithi088.fydtne (mgr.14182) 844 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: cephadm 2024-02-20T00:54:29.010714+0000 mgr.smithi088.fydtne (mgr.14182) 845 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:31.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.bdhuph ... 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: cephadm 2024-02-20T00:54:29.014455+0000 mgr.smithi088.fydtne (mgr.14182) 846 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.fhxjar on smithi088 2024-02-20T00:54:31.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:30 smithi088 bash[16865]: audit 2024-02-20T00:54:30.379544+0000 mon.smithi088 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:31.385 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:31.385 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:20.687065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.aradlw on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-aradlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.aradlw\nDeploy daemon haproxy.nfs.foo.smithi150.aradlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.613425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.pwpfob on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-pwpfob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.pwpfob\nDeploy daemon haproxy.nfs.foo.smithi088.pwpfob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:53:24.616564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.fomrli on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:31.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: cluster 2024-02-20T00:54:28.968770+0000 mgr.smithi088.fydtne (mgr.14182) 842 : cluster [DBG] pgmap v587: 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 2024-02-20T00:54:31.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: cephadm 2024-02-20T00:54:29.007523+0000 mgr.smithi088.fydtne (mgr.14182) 843 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:31.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.bdhuph ... 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:54:31.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:31.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.bdhuph ... 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: cephadm 2024-02-20T00:54:29.008145+0000 mgr.smithi088.fydtne (mgr.14182) 844 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: cephadm 2024-02-20T00:54:29.010714+0000 mgr.smithi088.fydtne (mgr.14182) 845 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.bdhuph ... 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:31.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:31.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:31.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: cephadm 2024-02-20T00:54:29.014455+0000 mgr.smithi088.fydtne (mgr.14182) 846 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.fhxjar on smithi088 2024-02-20T00:54:31.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:30 smithi150 bash[20372]: audit 2024-02-20T00:54:30.379544+0000 mon.smithi088 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:32.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:33.053 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:33.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:32 smithi088 bash[16865]: cluster 2024-02-20T00:54:30.970175+0000 mgr.smithi088.fydtne (mgr.14182) 847 : cluster [DBG] pgmap v588: 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 2024-02-20T00:54:33.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:32 smithi088 bash[16865]: audit 2024-02-20T00:54:31.371761+0000 mgr.smithi088.fydtne (mgr.14182) 848 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:33.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:32 smithi088 bash[16865]: audit 2024-02-20T00:54:32.788761+0000 mon.smithi088 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.fhxjar"}]: dispatch 2024-02-20T00:54:33.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:32 smithi150 bash[20372]: cluster 2024-02-20T00:54:30.970175+0000 mgr.smithi088.fydtne (mgr.14182) 847 : cluster [DBG] pgmap v588: 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 2024-02-20T00:54:33.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:32 smithi150 bash[20372]: audit 2024-02-20T00:54:31.371761+0000 mgr.smithi088.fydtne (mgr.14182) 848 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:33.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:32 smithi150 bash[20372]: audit 2024-02-20T00:54:32.788761+0000 mon.smithi088 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.fhxjar"}]: dispatch 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cephadm 2024-02-20T00:54:32.787918+0000 mgr.smithi088.fydtne (mgr.14182) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.fhxjar ... 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:34.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.fhxjar ... 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cephadm 2024-02-20T00:54:32.788281+0000 mgr.smithi088.fydtne (mgr.14182) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cephadm 2024-02-20T00:54:32.790027+0000 mgr.smithi088.fydtne (mgr.14182) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.fhxjar ... 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cephadm 2024-02-20T00:54:32.794506+0000 mgr.smithi088.fydtne (mgr.14182) 852 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cephadm 2024-02-20T00:54:32.796279+0000 mgr.smithi088.fydtne (mgr.14182) 853 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cluster 2024-02-20T00:54:32.797388+0000 mgr.smithi088.fydtne (mgr.14182) 854 : cluster [DBG] pgmap v589: 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 2024-02-20T00:54:34.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:33 smithi088 bash[16865]: cluster 2024-02-20T00:54:32.934354+0000 mon.smithi088 (mon.0) 867 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:54:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cephadm 2024-02-20T00:54:32.787918+0000 mgr.smithi088.fydtne (mgr.14182) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.fhxjar ... 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:34.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.fhxjar ... 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cephadm 2024-02-20T00:54:32.788281+0000 mgr.smithi088.fydtne (mgr.14182) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cephadm 2024-02-20T00:54:32.790027+0000 mgr.smithi088.fydtne (mgr.14182) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:34.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.fhxjar ... 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cephadm 2024-02-20T00:54:32.794506+0000 mgr.smithi088.fydtne (mgr.14182) 852 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cephadm 2024-02-20T00:54:32.796279+0000 mgr.smithi088.fydtne (mgr.14182) 853 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cluster 2024-02-20T00:54:32.797388+0000 mgr.smithi088.fydtne (mgr.14182) 854 : cluster [DBG] pgmap v589: 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 2024-02-20T00:54:34.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:33 smithi150 bash[20372]: cluster 2024-02-20T00:54:32.934354+0000 mon.smithi088 (mon.0) 867 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:54:36.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:35 smithi088 bash[16865]: cluster 2024-02-20T00:54:34.798128+0000 mgr.smithi088.fydtne (mgr.14182) 855 : cluster [DBG] pgmap v590: 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 2024-02-20T00:54:36.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:35 smithi150 bash[20372]: cluster 2024-02-20T00:54:34.798128+0000 mgr.smithi088.fydtne (mgr.14182) 855 : cluster [DBG] pgmap v590: 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 2024-02-20T00:54:36.436 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:36.436 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:37.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:37.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:37 smithi088 bash[16865]: audit 2024-02-20T00:54:36.205200+0000 mon.smithi088 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:37.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:37 smithi088 bash[16865]: audit 2024-02-20T00:54:36.423627+0000 mgr.smithi088.fydtne (mgr.14182) 856 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:37.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:37 smithi088 bash[16865]: cluster 2024-02-20T00:54:36.800728+0000 mgr.smithi088.fydtne (mgr.14182) 857 : cluster [DBG] pgmap v591: 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 2024-02-20T00:54:37.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:37 smithi150 bash[20372]: audit 2024-02-20T00:54:36.205200+0000 mon.smithi088 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:37.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:37 smithi150 bash[20372]: audit 2024-02-20T00:54:36.423627+0000 mgr.smithi088.fydtne (mgr.14182) 856 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:37.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:37 smithi150 bash[20372]: cluster 2024-02-20T00:54:36.800728+0000 mgr.smithi088.fydtne (mgr.14182) 857 : cluster [DBG] pgmap v591: 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 2024-02-20T00:54:38.074 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:40.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:39 smithi150 bash[20372]: cluster 2024-02-20T00:54:38.801884+0000 mgr.smithi088.fydtne (mgr.14182) 858 : cluster [DBG] pgmap v592: 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 2024-02-20T00:54:40.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:39 smithi088 bash[16865]: cluster 2024-02-20T00:54:38.801884+0000 mgr.smithi088.fydtne (mgr.14182) 858 : cluster [DBG] pgmap v592: 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 2024-02-20T00:54:41.329 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:41.330 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:41.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:42.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:41 smithi150 bash[20372]: cluster 2024-02-20T00:54:40.802990+0000 mgr.smithi088.fydtne (mgr.14182) 859 : cluster [DBG] pgmap v593: 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 2024-02-20T00:54:42.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:41 smithi088 bash[16865]: cluster 2024-02-20T00:54:40.802990+0000 mgr.smithi088.fydtne (mgr.14182) 859 : cluster [DBG] pgmap v593: 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 2024-02-20T00:54:42.928 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:43.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:42 smithi150 bash[20372]: audit 2024-02-20T00:54:41.322043+0000 mgr.smithi088.fydtne (mgr.14182) 860 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:43.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:42 smithi088 bash[16865]: audit 2024-02-20T00:54:41.322043+0000 mgr.smithi088.fydtne (mgr.14182) 860 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:44.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:43 smithi088 bash[16865]: cluster 2024-02-20T00:54:42.804860+0000 mgr.smithi088.fydtne (mgr.14182) 861 : cluster [DBG] pgmap v594: 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 2024-02-20T00:54:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:43 smithi150 bash[20372]: cluster 2024-02-20T00:54:42.804860+0000 mgr.smithi088.fydtne (mgr.14182) 861 : cluster [DBG] pgmap v594: 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 2024-02-20T00:54:46.048 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:46.049 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:46.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:45 smithi150 bash[20372]: cluster 2024-02-20T00:54:44.805552+0000 mgr.smithi088.fydtne (mgr.14182) 862 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:45 smithi150 bash[20372]: audit 2024-02-20T00:54:45.379133+0000 mon.smithi088 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:46.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:45 smithi088 bash[16865]: cluster 2024-02-20T00:54:44.805552+0000 mgr.smithi088.fydtne (mgr.14182) 862 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:46.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:45 smithi088 bash[16865]: audit 2024-02-20T00:54:45.379133+0000 mon.smithi088 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:54:46.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:47.618 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:48.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:47 smithi150 bash[20372]: audit 2024-02-20T00:54:46.032929+0000 mgr.smithi088.fydtne (mgr.14182) 863 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:48.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:47 smithi150 bash[20372]: cluster 2024-02-20T00:54:46.807848+0000 mgr.smithi088.fydtne (mgr.14182) 864 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:54:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:47 smithi088 bash[16865]: audit 2024-02-20T00:54:46.032929+0000 mgr.smithi088.fydtne (mgr.14182) 863 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:47 smithi088 bash[16865]: cluster 2024-02-20T00:54:46.807848+0000 mgr.smithi088.fydtne (mgr.14182) 864 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:54:50.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:49 smithi150 bash[20372]: cluster 2024-02-20T00:54:48.808835+0000 mgr.smithi088.fydtne (mgr.14182) 865 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:50.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:49 smithi088 bash[16865]: cluster 2024-02-20T00:54:48.808835+0000 mgr.smithi088.fydtne (mgr.14182) 865 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:50.955 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:50.955 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:51.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:52.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:51 smithi150 bash[20372]: cluster 2024-02-20T00:54:50.809949+0000 mgr.smithi088.fydtne (mgr.14182) 866 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:52.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:51 smithi150 bash[20372]: audit 2024-02-20T00:54:50.941049+0000 mgr.smithi088.fydtne (mgr.14182) 867 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:52.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:51 smithi088 bash[16865]: cluster 2024-02-20T00:54:50.809949+0000 mgr.smithi088.fydtne (mgr.14182) 866 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:52.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:51 smithi088 bash[16865]: audit 2024-02-20T00:54:50.941049+0000 mgr.smithi088.fydtne (mgr.14182) 867 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:52.613 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:53.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:53 smithi088 bash[16865]: cluster 2024-02-20T00:54:52.812293+0000 mgr.smithi088.fydtne (mgr.14182) 868 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:53 smithi150 bash[20372]: cluster 2024-02-20T00:54:52.812293+0000 mgr.smithi088.fydtne (mgr.14182) 868 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:55.761 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:54:55.761 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:54:56.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:55 smithi150 bash[20372]: cluster 2024-02-20T00:54:54.813386+0000 mgr.smithi088.fydtne (mgr.14182) 869 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:56.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:55 smithi088 bash[16865]: cluster 2024-02-20T00:54:54.813386+0000 mgr.smithi088.fydtne (mgr.14182) 869 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:54:56.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:54:57.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:56 smithi150 bash[20372]: audit 2024-02-20T00:54:55.753776+0000 mgr.smithi088.fydtne (mgr.14182) 870 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:57.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:56 smithi088 bash[16865]: audit 2024-02-20T00:54:55.753776+0000 mgr.smithi088.fydtne (mgr.14182) 870 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:54:57.420 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:54:58.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:57 smithi150 bash[20372]: cluster 2024-02-20T00:54:56.815915+0000 mgr.smithi088.fydtne (mgr.14182) 871 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:54:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:57 smithi088 bash[16865]: cluster 2024-02-20T00:54:56.815915+0000 mgr.smithi088.fydtne (mgr.14182) 871 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:00.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:54:59 smithi088 bash[16865]: cluster 2024-02-20T00:54:58.817009+0000 mgr.smithi088.fydtne (mgr.14182) 872 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:00.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:54:59 smithi150 bash[20372]: cluster 2024-02-20T00:54:58.817009+0000 mgr.smithi088.fydtne (mgr.14182) 872 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:00.629 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:00.629 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:01.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:02.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:01 smithi150 bash[20372]: audit 2024-02-20T00:55:00.616674+0000 mgr.smithi088.fydtne (mgr.14182) 873 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:02.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:01 smithi150 bash[20372]: cluster 2024-02-20T00:55:00.818752+0000 mgr.smithi088.fydtne (mgr.14182) 874 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:02.293 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:01 smithi088 bash[16865]: audit 2024-02-20T00:55:00.616674+0000 mgr.smithi088.fydtne (mgr.14182) 873 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:01 smithi088 bash[16865]: cluster 2024-02-20T00:55:00.818752+0000 mgr.smithi088.fydtne (mgr.14182) 874 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:04.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:03 smithi088 bash[16865]: cluster 2024-02-20T00:55:02.820684+0000 mgr.smithi088.fydtne (mgr.14182) 875 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:04.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:03 smithi150 bash[20372]: cluster 2024-02-20T00:55:02.820684+0000 mgr.smithi088.fydtne (mgr.14182) 875 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:05.595 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:05.595 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:06.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:06.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:05 smithi088 bash[16865]: cluster 2024-02-20T00:55:04.821756+0000 mgr.smithi088.fydtne (mgr.14182) 876 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:06.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:05 smithi150 bash[20372]: cluster 2024-02-20T00:55:04.821756+0000 mgr.smithi088.fydtne (mgr.14182) 876 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:07.205 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:06 smithi088 bash[16865]: audit 2024-02-20T00:55:05.585421+0000 mgr.smithi088.fydtne (mgr.14182) 877 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:07.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:06 smithi150 bash[20372]: audit 2024-02-20T00:55:05.585421+0000 mgr.smithi088.fydtne (mgr.14182) 877 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:08.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:07 smithi088 bash[16865]: cluster 2024-02-20T00:55:06.824144+0000 mgr.smithi088.fydtne (mgr.14182) 878 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:07 smithi150 bash[20372]: cluster 2024-02-20T00:55:06.824144+0000 mgr.smithi088.fydtne (mgr.14182) 878 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:10.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:09 smithi088 bash[16865]: cluster 2024-02-20T00:55:08.825157+0000 mgr.smithi088.fydtne (mgr.14182) 879 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:10.339 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:10.339 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:10.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:09 smithi150 bash[20372]: cluster 2024-02-20T00:55:08.825157+0000 mgr.smithi088.fydtne (mgr.14182) 879 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:10.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:11 smithi088 bash[16865]: audit 2024-02-20T00:55:10.324096+0000 mgr.smithi088.fydtne (mgr.14182) 880 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:11 smithi088 bash[16865]: cluster 2024-02-20T00:55:10.826901+0000 mgr.smithi088.fydtne (mgr.14182) 881 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:11.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:11 smithi150 bash[20372]: audit 2024-02-20T00:55:10.324096+0000 mgr.smithi088.fydtne (mgr.14182) 880 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:11.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:11 smithi150 bash[20372]: cluster 2024-02-20T00:55:10.826901+0000 mgr.smithi088.fydtne (mgr.14182) 881 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:11.955 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:14.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:13 smithi150 bash[20372]: cluster 2024-02-20T00:55:12.828899+0000 mgr.smithi088.fydtne (mgr.14182) 882 : 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 2024-02-20T00:55:14.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:13 smithi088 bash[16865]: cluster 2024-02-20T00:55:12.828899+0000 mgr.smithi088.fydtne (mgr.14182) 882 : 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 2024-02-20T00:55:15.062 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:15.062 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:15.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:16.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:15 smithi088 bash[16865]: cluster 2024-02-20T00:55:14.830209+0000 mgr.smithi088.fydtne (mgr.14182) 883 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:16.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:15 smithi150 bash[20372]: cluster 2024-02-20T00:55:14.830209+0000 mgr.smithi088.fydtne (mgr.14182) 883 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:16.699 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:17.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:16 smithi088 bash[16865]: audit 2024-02-20T00:55:15.046749+0000 mgr.smithi088.fydtne (mgr.14182) 884 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:16 smithi150 bash[20372]: audit 2024-02-20T00:55:15.046749+0000 mgr.smithi088.fydtne (mgr.14182) 884 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:18.038 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:17 smithi088 bash[16865]: cluster 2024-02-20T00:55:16.832664+0000 mgr.smithi088.fydtne (mgr.14182) 885 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:18.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:17 smithi150 bash[20372]: cluster 2024-02-20T00:55:16.832664+0000 mgr.smithi088.fydtne (mgr.14182) 885 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:19.740 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:19.740 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:20.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:19 smithi150 bash[20372]: cluster 2024-02-20T00:55:18.833725+0000 mgr.smithi088.fydtne (mgr.14182) 886 : 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 2024-02-20T00:55:20.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:19 smithi088 bash[16865]: cluster 2024-02-20T00:55:18.833725+0000 mgr.smithi088.fydtne (mgr.14182) 886 : 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 2024-02-20T00:55:20.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:21.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:20 smithi150 bash[20372]: audit 2024-02-20T00:55:19.724967+0000 mgr.smithi088.fydtne (mgr.14182) 887 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:21.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:20 smithi088 bash[16865]: audit 2024-02-20T00:55:19.724967+0000 mgr.smithi088.fydtne (mgr.14182) 887 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:21.343 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:22.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:21 smithi150 bash[20372]: cluster 2024-02-20T00:55:20.835440+0000 mgr.smithi088.fydtne (mgr.14182) 888 : 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 2024-02-20T00:55:22.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:21 smithi088 bash[16865]: cluster 2024-02-20T00:55:20.835440+0000 mgr.smithi088.fydtne (mgr.14182) 888 : 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 2024-02-20T00:55:24.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:23 smithi088 bash[16865]: cluster 2024-02-20T00:55:22.837254+0000 mgr.smithi088.fydtne (mgr.14182) 889 : 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 2024-02-20T00:55:24.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:23 smithi150 bash[20372]: cluster 2024-02-20T00:55:22.837254+0000 mgr.smithi088.fydtne (mgr.14182) 889 : 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 2024-02-20T00:55:24.525 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:24.526 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:25.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:26.181 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:26.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:25 smithi088 bash[16865]: audit 2024-02-20T00:55:24.510242+0000 mgr.smithi088.fydtne (mgr.14182) 890 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:26.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:25 smithi088 bash[16865]: cluster 2024-02-20T00:55:24.838315+0000 mgr.smithi088.fydtne (mgr.14182) 891 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:26.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:25 smithi150 bash[20372]: audit 2024-02-20T00:55:24.510242+0000 mgr.smithi088.fydtne (mgr.14182) 890 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:26.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:25 smithi150 bash[20372]: cluster 2024-02-20T00:55:24.838315+0000 mgr.smithi088.fydtne (mgr.14182) 891 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:28.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:27 smithi150 bash[20372]: cluster 2024-02-20T00:55:26.840792+0000 mgr.smithi088.fydtne (mgr.14182) 892 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:28.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:27 smithi088 bash[16865]: cluster 2024-02-20T00:55:26.840792+0000 mgr.smithi088.fydtne (mgr.14182) 892 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:29.286 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:29.286 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:29.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:30.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:29 smithi088 bash[16865]: cluster 2024-02-20T00:55:28.841635+0000 mgr.smithi088.fydtne (mgr.14182) 893 : 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 2024-02-20T00:55:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:29 smithi150 bash[20372]: cluster 2024-02-20T00:55:28.841635+0000 mgr.smithi088.fydtne (mgr.14182) 893 : 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 2024-02-20T00:55:30.859 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:31.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:30 smithi088 bash[16865]: audit 2024-02-20T00:55:29.270651+0000 mgr.smithi088.fydtne (mgr.14182) 894 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:31.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:30 smithi150 bash[20372]: audit 2024-02-20T00:55:29.270651+0000 mgr.smithi088.fydtne (mgr.14182) 894 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:32.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:31 smithi088 bash[16865]: cluster 2024-02-20T00:55:30.843355+0000 mgr.smithi088.fydtne (mgr.14182) 895 : 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 2024-02-20T00:55:32.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:31 smithi150 bash[20372]: cluster 2024-02-20T00:55:30.843355+0000 mgr.smithi088.fydtne (mgr.14182) 895 : 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 2024-02-20T00:55:33.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:32 smithi088 bash[16865]: audit 2024-02-20T00:55:32.800176+0000 mon.smithi088 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:55:33.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:32 smithi150 bash[20372]: audit 2024-02-20T00:55:32.800176+0000 mon.smithi088 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:55:34.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:33 smithi088 bash[16865]: cluster 2024-02-20T00:55:32.845172+0000 mgr.smithi088.fydtne (mgr.14182) 896 : 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 2024-02-20T00:55:34.207 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:34.208 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:45:12.717842Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:45:12.717945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:45:12.718059Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:45:12.717743Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:45:12.717569Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:45:12.718709Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:45:12.718153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:45:12.718246Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:45:12.718616Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:34.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:33 smithi150 bash[20372]: cluster 2024-02-20T00:55:32.845172+0000 mgr.smithi088.fydtne (mgr.14182) 896 : 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 2024-02-20T00:55:34.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:35.876 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:36.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:35 smithi088 bash[16865]: audit 2024-02-20T00:55:34.192973+0000 mgr.smithi088.fydtne (mgr.14182) 897 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:36.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:35 smithi088 bash[16865]: cluster 2024-02-20T00:55:34.845950+0000 mgr.smithi088.fydtne (mgr.14182) 898 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:36.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:35 smithi150 bash[20372]: audit 2024-02-20T00:55:34.192973+0000 mgr.smithi088.fydtne (mgr.14182) 897 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:36.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:35 smithi150 bash[20372]: cluster 2024-02-20T00:55:34.845950+0000 mgr.smithi088.fydtne (mgr.14182) 898 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:55:37.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:36 smithi088 bash[16865]: cluster 2024-02-20T00:55:36.848020+0000 mgr.smithi088.fydtne (mgr.14182) 899 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:37.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:36 smithi150 bash[20372]: cluster 2024-02-20T00:55:36.848020+0000 mgr.smithi088.fydtne (mgr.14182) 899 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:55:39.120 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:39.121 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:53:24.619115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.bivnks on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:39.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:40.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: cluster 2024-02-20T00:55:38.848723+0000 mgr.smithi088.fydtne (mgr.14182) 900 : 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 2024-02-20T00:55:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: audit 2024-02-20T00:55:39.018835+0000 mon.smithi088 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: audit 2024-02-20T00:55:39.308615+0000 mon.smithi088 (mon.0) 872 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:55:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: audit 2024-02-20T00:55:39.310237+0000 mon.smithi088 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:55:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: audit 2024-02-20T00:55:39.319253+0000 mon.smithi088 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: audit 2024-02-20T00:55:39.325617+0000 mon.smithi088 (mon.0) 875 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:55:40.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:39 smithi088 bash[16865]: audit 2024-02-20T00:55:39.341475+0000 mon.smithi088 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: cluster 2024-02-20T00:55:38.848723+0000 mgr.smithi088.fydtne (mgr.14182) 900 : 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 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: audit 2024-02-20T00:55:39.018835+0000 mon.smithi088 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: audit 2024-02-20T00:55:39.308615+0000 mon.smithi088 (mon.0) 872 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: audit 2024-02-20T00:55:39.310237+0000 mon.smithi088 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: audit 2024-02-20T00:55:39.319253+0000 mon.smithi088 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: audit 2024-02-20T00:55:39.325617+0000 mon.smithi088 (mon.0) 875 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:55:40.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:39 smithi150 bash[20372]: audit 2024-02-20T00:55:39.341475+0000 mon.smithi088 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:40.711 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:41.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:40 smithi088 bash[16865]: audit 2024-02-20T00:55:39.108083+0000 mgr.smithi088.fydtne (mgr.14182) 901 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:40 smithi088 bash[16865]: cluster 2024-02-20T00:55:39.320117+0000 mgr.smithi088.fydtne (mgr.14182) 902 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:40 smithi088 bash[16865]: cephadm 2024-02-20T00:55:39.345579+0000 mgr.smithi088.fydtne (mgr.14182) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.okwyng on smithi150 2024-02-20T00:55:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:40 smithi088 bash[16865]: cluster 2024-02-20T00:55:40.316934+0000 mon.smithi088 (mon.0) 877 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:55:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:40 smithi088 bash[16865]: cluster 2024-02-20T00:55:40.316999+0000 mon.smithi088 (mon.0) 878 : cluster [INF] Cluster is now healthy 2024-02-20T00:55:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:40 smithi150 bash[20372]: audit 2024-02-20T00:55:39.108083+0000 mgr.smithi088.fydtne (mgr.14182) 901 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:40 smithi150 bash[20372]: cluster 2024-02-20T00:55:39.320117+0000 mgr.smithi088.fydtne (mgr.14182) 902 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:40 smithi150 bash[20372]: cephadm 2024-02-20T00:55:39.345579+0000 mgr.smithi088.fydtne (mgr.14182) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.okwyng on smithi150 2024-02-20T00:55:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:40 smithi150 bash[20372]: cluster 2024-02-20T00:55:40.316934+0000 mon.smithi088 (mon.0) 877 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:55:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:40 smithi150 bash[20372]: cluster 2024-02-20T00:55:40.316999+0000 mon.smithi088 (mon.0) 878 : cluster [INF] Cluster is now healthy 2024-02-20T00:55:43.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:42 smithi150 bash[20372]: cluster 2024-02-20T00:55:41.321916+0000 mgr.smithi088.fydtne (mgr.14182) 904 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:43.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:42 smithi088 bash[16865]: cluster 2024-02-20T00:55:41.321916+0000 mgr.smithi088.fydtne (mgr.14182) 904 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:44.069 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:44.069 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:29.010429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bdhuph on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bdhuph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bdhuph\nDeploy daemon haproxy.nfs.foo.smithi150.bdhuph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.789756Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.fhxjar on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-fhxjar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.fhxjar\nDeploy daemon haproxy.nfs.foo.smithi088.fhxjar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:54:32.794268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wjfrtr on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:43 smithi150 bash[20372]: audit 2024-02-20T00:55:43.366641+0000 mon.smithi088 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.okwyng"}]: dispatch 2024-02-20T00:55:44.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:43 smithi088 bash[16865]: audit 2024-02-20T00:55:43.366641+0000 mon.smithi088 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.okwyng"}]: dispatch 2024-02-20T00:55:44.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:45.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: cluster 2024-02-20T00:55:43.323127+0000 mgr.smithi088.fydtne (mgr.14182) 905 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:45.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: cephadm 2024-02-20T00:55:43.365671+0000 mgr.smithi088.fydtne (mgr.14182) 906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:45.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.okwyng ... 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:55:45.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.okwyng ... 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:45.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: cephadm 2024-02-20T00:55:43.366130+0000 mgr.smithi088.fydtne (mgr.14182) 907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: cephadm 2024-02-20T00:55:43.367961+0000 mgr.smithi088.fydtne (mgr.14182) 908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.okwyng ... 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:44 smithi088 bash[16865]: cephadm 2024-02-20T00:55:43.372791+0000 mgr.smithi088.fydtne (mgr.14182) 909 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.peewul on smithi088 2024-02-20T00:55:45.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: cluster 2024-02-20T00:55:43.323127+0000 mgr.smithi088.fydtne (mgr.14182) 905 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:45.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: cephadm 2024-02-20T00:55:43.365671+0000 mgr.smithi088.fydtne (mgr.14182) 906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.okwyng ... 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.okwyng ... 2024-02-20T00:55:45.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: cephadm 2024-02-20T00:55:43.366130+0000 mgr.smithi088.fydtne (mgr.14182) 907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: cephadm 2024-02-20T00:55:43.367961+0000 mgr.smithi088.fydtne (mgr.14182) 908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.okwyng ... 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:45.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:45.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:45.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:45.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:44 smithi150 bash[20372]: cephadm 2024-02-20T00:55:43.372791+0000 mgr.smithi088.fydtne (mgr.14182) 909 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.peewul on smithi088 2024-02-20T00:55:45.766 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:46.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:45 smithi088 bash[16865]: audit 2024-02-20T00:55:44.053632+0000 mgr.smithi088.fydtne (mgr.14182) 910 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:46.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:45 smithi088 bash[16865]: audit 2024-02-20T00:55:45.380076+0000 mon.smithi088 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:46.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:45 smithi150 bash[20372]: audit 2024-02-20T00:55:44.053632+0000 mgr.smithi088.fydtne (mgr.14182) 910 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:46.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:45 smithi150 bash[20372]: audit 2024-02-20T00:55:45.380076+0000 mon.smithi088 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:47.038 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:46 smithi088 bash[16865]: cluster 2024-02-20T00:55:45.324589+0000 mgr.smithi088.fydtne (mgr.14182) 911 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:47.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:46 smithi150 bash[20372]: cluster 2024-02-20T00:55:45.324589+0000 mgr.smithi088.fydtne (mgr.14182) 911 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T00:55:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:47 smithi088 bash[16865]: audit 2024-02-20T00:55:47.100021+0000 mon.smithi088 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.peewul"}]: dispatch 2024-02-20T00:55:48.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:47 smithi150 bash[20372]: audit 2024-02-20T00:55:47.100021+0000 mon.smithi088 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.peewul"}]: dispatch 2024-02-20T00:55:49.067 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:49.067 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cephadm 2024-02-20T00:55:47.099272+0000 mgr.smithi088.fydtne (mgr.14182) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.peewul ... 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:49.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.peewul ... 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cephadm 2024-02-20T00:55:47.099487+0000 mgr.smithi088.fydtne (mgr.14182) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cephadm 2024-02-20T00:55:47.101349+0000 mgr.smithi088.fydtne (mgr.14182) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.peewul ... 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cephadm 2024-02-20T00:55:47.105303+0000 mgr.smithi088.fydtne (mgr.14182) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cephadm 2024-02-20T00:55:47.108703+0000 mgr.smithi088.fydtne (mgr.14182) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cluster 2024-02-20T00:55:47.110666+0000 mgr.smithi088.fydtne (mgr.14182) 917 : cluster [DBG] pgmap v627: 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 2024-02-20T00:55:49.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:48 smithi088 bash[16865]: cluster 2024-02-20T00:55:47.943058+0000 mon.smithi088 (mon.0) 882 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:55:49.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cephadm 2024-02-20T00:55:47.099272+0000 mgr.smithi088.fydtne (mgr.14182) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:49.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.peewul ... 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:49.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.peewul ... 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cephadm 2024-02-20T00:55:47.099487+0000 mgr.smithi088.fydtne (mgr.14182) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cephadm 2024-02-20T00:55:47.101349+0000 mgr.smithi088.fydtne (mgr.14182) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:49.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.peewul ... 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:55:49.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cephadm 2024-02-20T00:55:47.105303+0000 mgr.smithi088.fydtne (mgr.14182) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:55:49.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cephadm 2024-02-20T00:55:47.108703+0000 mgr.smithi088.fydtne (mgr.14182) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:55:49.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cluster 2024-02-20T00:55:47.110666+0000 mgr.smithi088.fydtne (mgr.14182) 917 : cluster [DBG] pgmap v627: 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 2024-02-20T00:55:49.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:48 smithi150 bash[20372]: cluster 2024-02-20T00:55:47.943058+0000 mon.smithi088 (mon.0) 882 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:55:49.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:50.774 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:51.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:50 smithi088 bash[16865]: audit 2024-02-20T00:55:49.052838+0000 mgr.smithi088.fydtne (mgr.14182) 918 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:51.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:50 smithi088 bash[16865]: cluster 2024-02-20T00:55:49.111580+0000 mgr.smithi088.fydtne (mgr.14182) 919 : cluster [DBG] pgmap v628: 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 2024-02-20T00:55:51.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:50 smithi150 bash[20372]: audit 2024-02-20T00:55:49.052838+0000 mgr.smithi088.fydtne (mgr.14182) 918 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:51.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:50 smithi150 bash[20372]: cluster 2024-02-20T00:55:49.111580+0000 mgr.smithi088.fydtne (mgr.14182) 919 : cluster [DBG] pgmap v628: 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 2024-02-20T00:55:52.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:52 smithi088 bash[16865]: cluster 2024-02-20T00:55:51.113755+0000 mgr.smithi088.fydtne (mgr.14182) 920 : cluster [DBG] pgmap v629: 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 2024-02-20T00:55:52.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:52 smithi088 bash[16865]: audit 2024-02-20T00:55:51.272479+0000 mon.smithi088 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:52.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:52 smithi150 bash[20372]: cluster 2024-02-20T00:55:51.113755+0000 mgr.smithi088.fydtne (mgr.14182) 920 : cluster [DBG] pgmap v629: 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 2024-02-20T00:55:52.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:52 smithi150 bash[20372]: audit 2024-02-20T00:55:51.272479+0000 mon.smithi088 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:55:53.912 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:53.913 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:54.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:54 smithi088 bash[16865]: cluster 2024-02-20T00:55:53.115337+0000 mgr.smithi088.fydtne (mgr.14182) 921 : cluster [DBG] pgmap v630: 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 2024-02-20T00:55:54.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:54 smithi088 bash[16865]: audit 2024-02-20T00:55:53.897369+0000 mgr.smithi088.fydtne (mgr.14182) 922 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:54.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:54 smithi150 bash[20372]: cluster 2024-02-20T00:55:53.115337+0000 mgr.smithi088.fydtne (mgr.14182) 921 : cluster [DBG] pgmap v630: 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 2024-02-20T00:55:54.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:54 smithi150 bash[20372]: audit 2024-02-20T00:55:53.897369+0000 mgr.smithi088.fydtne (mgr.14182) 922 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:54.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:55.769 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:55:56.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:56 smithi088 bash[16865]: cluster 2024-02-20T00:55:55.116805+0000 mgr.smithi088.fydtne (mgr.14182) 923 : cluster [DBG] pgmap v631: 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 2024-02-20T00:55:56.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:56 smithi150 bash[20372]: cluster 2024-02-20T00:55:55.116805+0000 mgr.smithi088.fydtne (mgr.14182) 923 : cluster [DBG] pgmap v631: 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 2024-02-20T00:55:58.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:58 smithi088 bash[16865]: cluster 2024-02-20T00:55:57.117968+0000 mgr.smithi088.fydtne (mgr.14182) 924 : cluster [DBG] pgmap v632: 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 2024-02-20T00:55:58.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:58 smithi150 bash[20372]: cluster 2024-02-20T00:55:57.117968+0000 mgr.smithi088.fydtne (mgr.14182) 924 : cluster [DBG] pgmap v632: 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 2024-02-20T00:55:58.900 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:55:58.900 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:55:59.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:55:59.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:55:59 smithi088 bash[16865]: audit 2024-02-20T00:55:58.887891+0000 mgr.smithi088.fydtne (mgr.14182) 925 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:55:59.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:55:59 smithi150 bash[20372]: audit 2024-02-20T00:55:58.887891+0000 mgr.smithi088.fydtne (mgr.14182) 925 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:00.524 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:00.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:00 smithi150 bash[20372]: cluster 2024-02-20T00:55:59.118602+0000 mgr.smithi088.fydtne (mgr.14182) 926 : 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 2024-02-20T00:56:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:00 smithi088 bash[16865]: cluster 2024-02-20T00:55:59.118602+0000 mgr.smithi088.fydtne (mgr.14182) 926 : 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 2024-02-20T00:56:01.674 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:01 smithi088 bash[16865]: audit 2024-02-20T00:56:00.380661+0000 mon.smithi088 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:01 smithi150 bash[20372]: audit 2024-02-20T00:56:00.380661+0000 mon.smithi088 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:02.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:02 smithi150 bash[20372]: cluster 2024-02-20T00:56:01.119841+0000 mgr.smithi088.fydtne (mgr.14182) 927 : 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 2024-02-20T00:56:02.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:02 smithi088 bash[16865]: cluster 2024-02-20T00:56:01.119841+0000 mgr.smithi088.fydtne (mgr.14182) 927 : 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 2024-02-20T00:56:03.906 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:03.906 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:04.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:04.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:04 smithi150 bash[20372]: cluster 2024-02-20T00:56:03.121228+0000 mgr.smithi088.fydtne (mgr.14182) 928 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:04.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:04 smithi150 bash[20372]: audit 2024-02-20T00:56:03.893893+0000 mgr.smithi088.fydtne (mgr.14182) 929 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:04.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:04 smithi088 bash[16865]: cluster 2024-02-20T00:56:03.121228+0000 mgr.smithi088.fydtne (mgr.14182) 928 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:04.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:04 smithi088 bash[16865]: audit 2024-02-20T00:56:03.893893+0000 mgr.smithi088.fydtne (mgr.14182) 929 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:05.543 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:06.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:06 smithi150 bash[20372]: cluster 2024-02-20T00:56:05.122619+0000 mgr.smithi088.fydtne (mgr.14182) 930 : 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 2024-02-20T00:56:06.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:06 smithi088 bash[16865]: cluster 2024-02-20T00:56:05.122619+0000 mgr.smithi088.fydtne (mgr.14182) 930 : 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 2024-02-20T00:56:08.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:08 smithi088 bash[16865]: cluster 2024-02-20T00:56:07.124835+0000 mgr.smithi088.fydtne (mgr.14182) 931 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:56:08.647 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:08.647 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:08.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:08 smithi150 bash[20372]: cluster 2024-02-20T00:56:07.124835+0000 mgr.smithi088.fydtne (mgr.14182) 931 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:56:09.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:09.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:09 smithi088 bash[16865]: audit 2024-02-20T00:56:08.639384+0000 mgr.smithi088.fydtne (mgr.14182) 932 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:09.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:09 smithi150 bash[20372]: audit 2024-02-20T00:56:08.639384+0000 mgr.smithi088.fydtne (mgr.14182) 932 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:10.262 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:10.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:10 smithi088 bash[16865]: cluster 2024-02-20T00:56:09.125852+0000 mgr.smithi088.fydtne (mgr.14182) 933 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:10.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:10 smithi150 bash[20372]: cluster 2024-02-20T00:56:09.125852+0000 mgr.smithi088.fydtne (mgr.14182) 933 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:12.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:12 smithi088 bash[16865]: cluster 2024-02-20T00:56:11.126925+0000 mgr.smithi088.fydtne (mgr.14182) 934 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:12.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:12 smithi150 bash[20372]: cluster 2024-02-20T00:56:11.126925+0000 mgr.smithi088.fydtne (mgr.14182) 934 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:13.563 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:13.563 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:14.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:14.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:14 smithi088 bash[16865]: cluster 2024-02-20T00:56:13.128293+0000 mgr.smithi088.fydtne (mgr.14182) 935 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:14.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:14 smithi088 bash[16865]: audit 2024-02-20T00:56:13.547796+0000 mgr.smithi088.fydtne (mgr.14182) 936 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:14.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:14 smithi150 bash[20372]: cluster 2024-02-20T00:56:13.128293+0000 mgr.smithi088.fydtne (mgr.14182) 935 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:14.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:14 smithi150 bash[20372]: audit 2024-02-20T00:56:13.547796+0000 mgr.smithi088.fydtne (mgr.14182) 936 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:15.215 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:16.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:16 smithi088 bash[16865]: cluster 2024-02-20T00:56:15.129579+0000 mgr.smithi088.fydtne (mgr.14182) 937 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:16.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:16 smithi150 bash[20372]: cluster 2024-02-20T00:56:15.129579+0000 mgr.smithi088.fydtne (mgr.14182) 937 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:18.321 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:18.322 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:18.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:18 smithi088 bash[16865]: cluster 2024-02-20T00:56:17.130694+0000 mgr.smithi088.fydtne (mgr.14182) 938 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:56:18.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:18 smithi150 bash[20372]: cluster 2024-02-20T00:56:17.130694+0000 mgr.smithi088.fydtne (mgr.14182) 938 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:56:18.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:19.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:19 smithi088 bash[16865]: audit 2024-02-20T00:56:18.314208+0000 mgr.smithi088.fydtne (mgr.14182) 939 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:19.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:19 smithi150 bash[20372]: audit 2024-02-20T00:56:18.314208+0000 mgr.smithi088.fydtne (mgr.14182) 939 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:19.950 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:20.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:20 smithi088 bash[16865]: cluster 2024-02-20T00:56:19.131809+0000 mgr.smithi088.fydtne (mgr.14182) 940 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:20.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:20 smithi150 bash[20372]: cluster 2024-02-20T00:56:19.131809+0000 mgr.smithi088.fydtne (mgr.14182) 940 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:22.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:22 smithi088 bash[16865]: cluster 2024-02-20T00:56:21.133477+0000 mgr.smithi088.fydtne (mgr.14182) 941 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:22.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:22 smithi150 bash[20372]: cluster 2024-02-20T00:56:21.133477+0000 mgr.smithi088.fydtne (mgr.14182) 941 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:23.090 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:23.090 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:23.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:24.769 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:24.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:24 smithi088 bash[16865]: audit 2024-02-20T00:56:23.077755+0000 mgr.smithi088.fydtne (mgr.14182) 942 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:24.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:24 smithi088 bash[16865]: cluster 2024-02-20T00:56:23.134942+0000 mgr.smithi088.fydtne (mgr.14182) 943 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:24.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:24 smithi150 bash[20372]: audit 2024-02-20T00:56:23.077755+0000 mgr.smithi088.fydtne (mgr.14182) 942 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:24.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:24 smithi150 bash[20372]: cluster 2024-02-20T00:56:23.134942+0000 mgr.smithi088.fydtne (mgr.14182) 943 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:26.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:26 smithi088 bash[16865]: cluster 2024-02-20T00:56:25.136385+0000 mgr.smithi088.fydtne (mgr.14182) 944 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:26.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:26 smithi150 bash[20372]: cluster 2024-02-20T00:56:25.136385+0000 mgr.smithi088.fydtne (mgr.14182) 944 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:28.066 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:28.066 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:28.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:28.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:28 smithi088 bash[16865]: cluster 2024-02-20T00:56:27.138489+0000 mgr.smithi088.fydtne (mgr.14182) 945 : 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 2024-02-20T00:56:28.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:28 smithi150 bash[20372]: cluster 2024-02-20T00:56:27.138489+0000 mgr.smithi088.fydtne (mgr.14182) 945 : 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 2024-02-20T00:56:29.705 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:29.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:29 smithi088 bash[16865]: audit 2024-02-20T00:56:28.053522+0000 mgr.smithi088.fydtne (mgr.14182) 946 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:29.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:29 smithi150 bash[20372]: audit 2024-02-20T00:56:28.053522+0000 mgr.smithi088.fydtne (mgr.14182) 946 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:30.775 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:30 smithi088 bash[16865]: cluster 2024-02-20T00:56:29.139504+0000 mgr.smithi088.fydtne (mgr.14182) 947 : 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 2024-02-20T00:56:30.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:30 smithi150 bash[20372]: cluster 2024-02-20T00:56:29.139504+0000 mgr.smithi088.fydtne (mgr.14182) 947 : 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 2024-02-20T00:56:32.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:32 smithi088 bash[16865]: cluster 2024-02-20T00:56:31.141585+0000 mgr.smithi088.fydtne (mgr.14182) 948 : 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 2024-02-20T00:56:32.812 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:32.812 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:32.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:32 smithi150 bash[20372]: cluster 2024-02-20T00:56:31.141585+0000 mgr.smithi088.fydtne (mgr.14182) 948 : 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 2024-02-20T00:56:33.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:33.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:33 smithi088 bash[16865]: audit 2024-02-20T00:56:32.805198+0000 mgr.smithi088.fydtne (mgr.14182) 949 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:33.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:33 smithi150 bash[20372]: audit 2024-02-20T00:56:32.805198+0000 mgr.smithi088.fydtne (mgr.14182) 949 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:34.456 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:34.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:34 smithi088 bash[16865]: cluster 2024-02-20T00:56:33.143028+0000 mgr.smithi088.fydtne (mgr.14182) 950 : 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 2024-02-20T00:56:34.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:34 smithi150 bash[20372]: cluster 2024-02-20T00:56:33.143028+0000 mgr.smithi088.fydtne (mgr.14182) 950 : 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 2024-02-20T00:56:36.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:36 smithi088 bash[16865]: cluster 2024-02-20T00:56:35.144459+0000 mgr.smithi088.fydtne (mgr.14182) 951 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:36.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:36 smithi150 bash[20372]: cluster 2024-02-20T00:56:35.144459+0000 mgr.smithi088.fydtne (mgr.14182) 951 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:37.588 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:37.589 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:38.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:38.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:38 smithi088 bash[16865]: cluster 2024-02-20T00:56:37.147465+0000 mgr.smithi088.fydtne (mgr.14182) 952 : 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 2024-02-20T00:56:38.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:38 smithi088 bash[16865]: audit 2024-02-20T00:56:37.573438+0000 mgr.smithi088.fydtne (mgr.14182) 953 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:38.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:38 smithi150 bash[20372]: cluster 2024-02-20T00:56:37.147465+0000 mgr.smithi088.fydtne (mgr.14182) 952 : 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 2024-02-20T00:56:38.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:38 smithi150 bash[20372]: audit 2024-02-20T00:56:37.573438+0000 mgr.smithi088.fydtne (mgr.14182) 953 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:39.183 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:40.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:40 smithi088 bash[16865]: cluster 2024-02-20T00:56:39.148616+0000 mgr.smithi088.fydtne (mgr.14182) 954 : 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 2024-02-20T00:56:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:40 smithi150 bash[20372]: cluster 2024-02-20T00:56:39.148616+0000 mgr.smithi088.fydtne (mgr.14182) 954 : 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 2024-02-20T00:56:42.229 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:42.229 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:42.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:42 smithi088 bash[16865]: cluster 2024-02-20T00:56:41.150766+0000 mgr.smithi088.fydtne (mgr.14182) 955 : 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 2024-02-20T00:56:42.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:42.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:42 smithi150 bash[20372]: cluster 2024-02-20T00:56:41.150766+0000 mgr.smithi088.fydtne (mgr.14182) 955 : 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 2024-02-20T00:56:43.847 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:43.859 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:43 smithi088 bash[16865]: audit 2024-02-20T00:56:42.213235+0000 mgr.smithi088.fydtne (mgr.14182) 956 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:43.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:43 smithi150 bash[20372]: audit 2024-02-20T00:56:42.213235+0000 mgr.smithi088.fydtne (mgr.14182) 956 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:44 smithi150 bash[20372]: cluster 2024-02-20T00:56:43.152234+0000 mgr.smithi088.fydtne (mgr.14182) 957 : 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 2024-02-20T00:56:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:44 smithi088 bash[16865]: cluster 2024-02-20T00:56:43.152234+0000 mgr.smithi088.fydtne (mgr.14182) 957 : 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 2024-02-20T00:56:46.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:46 smithi150 bash[20372]: cluster 2024-02-20T00:56:45.153424+0000 mgr.smithi088.fydtne (mgr.14182) 958 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:47.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:46 smithi088 bash[16865]: cluster 2024-02-20T00:56:45.153424+0000 mgr.smithi088.fydtne (mgr.14182) 958 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:56:47.104 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:47.104 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:47.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:47.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:47 smithi150 bash[20372]: audit 2024-02-20T00:56:47.112053+0000 mon.smithi088 (mon.0) 885 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:56:47.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:47 smithi150 bash[20372]: audit 2024-02-20T00:56:47.412709+0000 mon.smithi088 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:48.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:47 smithi088 bash[16865]: audit 2024-02-20T00:56:47.112053+0000 mon.smithi088 (mon.0) 885 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:56:48.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:47 smithi088 bash[16865]: audit 2024-02-20T00:56:47.412709+0000 mon.smithi088 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:48.747 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:48.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:48 smithi150 bash[20372]: audit 2024-02-20T00:56:47.090712+0000 mgr.smithi088.fydtne (mgr.14182) 959 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:48.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:48 smithi150 bash[20372]: cluster 2024-02-20T00:56:47.154823+0000 mgr.smithi088.fydtne (mgr.14182) 960 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:56:49.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:48 smithi088 bash[16865]: audit 2024-02-20T00:56:47.090712+0000 mgr.smithi088.fydtne (mgr.14182) 959 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:49.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:48 smithi088 bash[16865]: cluster 2024-02-20T00:56:47.154823+0000 mgr.smithi088.fydtne (mgr.14182) 960 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:56:50.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:50 smithi150 bash[20372]: cluster 2024-02-20T00:56:49.155857+0000 mgr.smithi088.fydtne (mgr.14182) 961 : 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 2024-02-20T00:56:51.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:50 smithi088 bash[16865]: cluster 2024-02-20T00:56:49.155857+0000 mgr.smithi088.fydtne (mgr.14182) 961 : 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 2024-02-20T00:56:51.884 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:51.885 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:46:26.690508Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:46:26.690893Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:46:26.691169Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:46:26.691427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:46:26.691932Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:46:26.691680Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:46:26.693011Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:52.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:52.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:52 smithi088 bash[16865]: cluster 2024-02-20T00:56:51.158045+0000 mgr.smithi088.fydtne (mgr.14182) 962 : 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 2024-02-20T00:56:52.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:52 smithi088 bash[16865]: audit 2024-02-20T00:56:51.869408+0000 mgr.smithi088.fydtne (mgr.14182) 963 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:52.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:52 smithi150 bash[20372]: cluster 2024-02-20T00:56:51.158045+0000 mgr.smithi088.fydtne (mgr.14182) 962 : 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 2024-02-20T00:56:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:52 smithi150 bash[20372]: audit 2024-02-20T00:56:51.869408+0000 mgr.smithi088.fydtne (mgr.14182) 963 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:53.496 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:54.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: audit 2024-02-20T00:56:53.018968+0000 mon.smithi088 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: cluster 2024-02-20T00:56:53.159493+0000 mgr.smithi088.fydtne (mgr.14182) 964 : 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 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: audit 2024-02-20T00:56:53.316999+0000 mon.smithi088 (mon.0) 888 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: audit 2024-02-20T00:56:53.319005+0000 mon.smithi088 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: audit 2024-02-20T00:56:53.328590+0000 mon.smithi088 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: cluster 2024-02-20T00:56:53.329667+0000 mgr.smithi088.fydtne (mgr.14182) 965 : cluster [DBG] pgmap v661: 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 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: audit 2024-02-20T00:56:53.336688+0000 mon.smithi088 (mon.0) 891 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: audit 2024-02-20T00:56:53.352219+0000 mon.smithi088 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:54.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:54 smithi088 bash[16865]: cephadm 2024-02-20T00:56:53.356174+0000 mgr.smithi088.fydtne (mgr.14182) 966 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.vaabpn on smithi150 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: audit 2024-02-20T00:56:53.018968+0000 mon.smithi088 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: cluster 2024-02-20T00:56:53.159493+0000 mgr.smithi088.fydtne (mgr.14182) 964 : 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 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: audit 2024-02-20T00:56:53.316999+0000 mon.smithi088 (mon.0) 888 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: audit 2024-02-20T00:56:53.319005+0000 mon.smithi088 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: audit 2024-02-20T00:56:53.328590+0000 mon.smithi088 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: cluster 2024-02-20T00:56:53.329667+0000 mgr.smithi088.fydtne (mgr.14182) 965 : cluster [DBG] pgmap v661: 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 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: audit 2024-02-20T00:56:53.336688+0000 mon.smithi088 (mon.0) 891 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: audit 2024-02-20T00:56:53.352219+0000 mon.smithi088 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:56:54.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:54 smithi150 bash[20372]: cephadm 2024-02-20T00:56:53.356174+0000 mgr.smithi088.fydtne (mgr.14182) 966 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.vaabpn on smithi150 2024-02-20T00:56:55.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:55 smithi088 bash[16865]: cluster 2024-02-20T00:56:54.014245+0000 mon.smithi088 (mon.0) 893 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:56:55.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:55 smithi088 bash[16865]: cluster 2024-02-20T00:56:54.014317+0000 mon.smithi088 (mon.0) 894 : cluster [INF] Cluster is now healthy 2024-02-20T00:56:55.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:55 smithi150 bash[20372]: cluster 2024-02-20T00:56:54.014245+0000 mon.smithi088 (mon.0) 893 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:56:55.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:55 smithi150 bash[20372]: cluster 2024-02-20T00:56:54.014317+0000 mon.smithi088 (mon.0) 894 : cluster [INF] Cluster is now healthy 2024-02-20T00:56:56.776 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:56:56.776 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:54:32.796167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.zblcrx on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:43.367807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.okwyng on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-okwyng\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.okwyng\nDeploy daemon haproxy.nfs.foo.smithi150.okwyng ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.101122Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.peewul on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-peewul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.peewul\nDeploy daemon haproxy.nfs.foo.smithi088.peewul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:55:47.105089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bozcsz on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:56:57.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:56 smithi088 bash[16865]: cluster 2024-02-20T00:56:55.331105+0000 mgr.smithi088.fydtne (mgr.14182) 967 : cluster [DBG] pgmap v662: 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 2024-02-20T00:56:57.340 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:56 smithi150 bash[20372]: cluster 2024-02-20T00:56:55.331105+0000 mgr.smithi088.fydtne (mgr.14182) 967 : cluster [DBG] pgmap v662: 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 2024-02-20T00:56:57.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:56:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:57 smithi088 bash[16865]: audit 2024-02-20T00:56:56.761296+0000 mgr.smithi088.fydtne (mgr.14182) 968 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:57 smithi088 bash[16865]: audit 2024-02-20T00:56:57.408805+0000 mon.smithi088 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.vaabpn"}]: dispatch 2024-02-20T00:56:58.392 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:56:58.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:57 smithi150 bash[20372]: audit 2024-02-20T00:56:56.761296+0000 mgr.smithi088.fydtne (mgr.14182) 968 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:56:58.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:57 smithi150 bash[20372]: audit 2024-02-20T00:56:57.408805+0000 mon.smithi088 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.vaabpn"}]: dispatch 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: cluster 2024-02-20T00:56:57.332773+0000 mgr.smithi088.fydtne (mgr.14182) 969 : cluster [DBG] pgmap v663: 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 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: cephadm 2024-02-20T00:56:57.407712+0000 mgr.smithi088.fydtne (mgr.14182) 970 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.vaabpn ... 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:56:59.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.vaabpn ... 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: cephadm 2024-02-20T00:56:57.408215+0000 mgr.smithi088.fydtne (mgr.14182) 971 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: cephadm 2024-02-20T00:56:57.410257+0000 mgr.smithi088.fydtne (mgr.14182) 972 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.vaabpn ... 2024-02-20T00:56:59.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:56:59.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:56:59.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:56:59.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:56:58 smithi088 bash[16865]: cephadm 2024-02-20T00:56:57.415602+0000 mgr.smithi088.fydtne (mgr.14182) 973 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.lxmcvo on smithi088 2024-02-20T00:56:59.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: cluster 2024-02-20T00:56:57.332773+0000 mgr.smithi088.fydtne (mgr.14182) 969 : cluster [DBG] pgmap v663: 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 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: cephadm 2024-02-20T00:56:57.407712+0000 mgr.smithi088.fydtne (mgr.14182) 970 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.vaabpn ... 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:56:59.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.vaabpn ... 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:56:59.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: cephadm 2024-02-20T00:56:57.408215+0000 mgr.smithi088.fydtne (mgr.14182) 971 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: cephadm 2024-02-20T00:56:57.410257+0000 mgr.smithi088.fydtne (mgr.14182) 972 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.vaabpn ... 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:56:59.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:56:58 smithi150 bash[20372]: cephadm 2024-02-20T00:56:57.415602+0000 mgr.smithi088.fydtne (mgr.14182) 973 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.lxmcvo on smithi088 2024-02-20T00:57:01.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:00 smithi088 bash[16865]: cluster 2024-02-20T00:56:59.333552+0000 mgr.smithi088.fydtne (mgr.14182) 974 : cluster [DBG] pgmap v664: 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 2024-02-20T00:57:01.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:00 smithi088 bash[16865]: audit 2024-02-20T00:57:00.382326+0000 mon.smithi088 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:57:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:00 smithi150 bash[20372]: cluster 2024-02-20T00:56:59.333552+0000 mgr.smithi088.fydtne (mgr.14182) 974 : cluster [DBG] pgmap v664: 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 2024-02-20T00:57:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:00 smithi150 bash[20372]: audit 2024-02-20T00:57:00.382326+0000 mon.smithi088 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:57:01.702 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:01.702 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:02.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:01 smithi088 bash[16865]: audit 2024-02-20T00:57:01.261176+0000 mon.smithi088 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.lxmcvo"}]: dispatch 2024-02-20T00:57:02.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:01 smithi088 bash[16865]: audit 2024-02-20T00:57:01.330881+0000 mon.smithi088 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:57:02.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:02.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:01 smithi150 bash[20372]: audit 2024-02-20T00:57:01.261176+0000 mon.smithi088 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.lxmcvo"}]: dispatch 2024-02-20T00:57:02.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:01 smithi150 bash[20372]: audit 2024-02-20T00:57:01.330881+0000 mon.smithi088 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:57:03.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cephadm 2024-02-20T00:57:01.260164+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:57:03.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.lxmcvo ... 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:57:03.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.lxmcvo ... 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cephadm 2024-02-20T00:57:01.260584+0000 mgr.smithi088.fydtne (mgr.14182) 976 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cephadm 2024-02-20T00:57:01.263854+0000 mgr.smithi088.fydtne (mgr.14182) 977 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.lxmcvo ... 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cephadm 2024-02-20T00:57:01.266619+0000 mgr.smithi088.fydtne (mgr.14182) 978 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cephadm 2024-02-20T00:57:01.268723+0000 mgr.smithi088.fydtne (mgr.14182) 979 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cluster 2024-02-20T00:57:01.270431+0000 mgr.smithi088.fydtne (mgr.14182) 980 : cluster [DBG] pgmap v665: 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 2024-02-20T00:57:03.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: audit 2024-02-20T00:57:01.688853+0000 mgr.smithi088.fydtne (mgr.14182) 981 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:03.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:02 smithi088 bash[16865]: cluster 2024-02-20T00:57:01.957958+0000 mon.smithi088 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:57:03.363 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cephadm 2024-02-20T00:57:01.260164+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.lxmcvo ... 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:57:03.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.lxmcvo ... 2024-02-20T00:57:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cephadm 2024-02-20T00:57:01.260584+0000 mgr.smithi088.fydtne (mgr.14182) 976 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cephadm 2024-02-20T00:57:01.263854+0000 mgr.smithi088.fydtne (mgr.14182) 977 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:57:03.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo 2024-02-20T00:57:03.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:57:03.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo 2024-02-20T00:57:03.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.lxmcvo ... 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cephadm 2024-02-20T00:57:01.266619+0000 mgr.smithi088.fydtne (mgr.14182) 978 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cephadm 2024-02-20T00:57:01.268723+0000 mgr.smithi088.fydtne (mgr.14182) 979 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cluster 2024-02-20T00:57:01.270431+0000 mgr.smithi088.fydtne (mgr.14182) 980 : cluster [DBG] pgmap v665: 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 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: audit 2024-02-20T00:57:01.688853+0000 mgr.smithi088.fydtne (mgr.14182) 981 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:03.440 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:02 smithi150 bash[20372]: cluster 2024-02-20T00:57:01.957958+0000 mon.smithi088 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:57:05.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:04 smithi088 bash[16865]: cluster 2024-02-20T00:57:03.271901+0000 mgr.smithi088.fydtne (mgr.14182) 982 : cluster [DBG] pgmap v666: 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 2024-02-20T00:57:05.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:04 smithi150 bash[20372]: cluster 2024-02-20T00:57:03.271901+0000 mgr.smithi088.fydtne (mgr.14182) 982 : cluster [DBG] pgmap v666: 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 2024-02-20T00:57:06.506 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:06.507 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:07.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:07.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:06 smithi088 bash[16865]: cluster 2024-02-20T00:57:05.273528+0000 mgr.smithi088.fydtne (mgr.14182) 983 : 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 2024-02-20T00:57:07.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:06 smithi150 bash[20372]: cluster 2024-02-20T00:57:05.273528+0000 mgr.smithi088.fydtne (mgr.14182) 983 : 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 2024-02-20T00:57:08.202 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:08.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:08 smithi088 bash[16865]: audit 2024-02-20T00:57:06.492673+0000 mgr.smithi088.fydtne (mgr.14182) 984 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:08 smithi150 bash[20372]: audit 2024-02-20T00:57:06.492673+0000 mgr.smithi088.fydtne (mgr.14182) 984 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:09.282 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:09 smithi088 bash[16865]: cluster 2024-02-20T00:57:07.275590+0000 mgr.smithi088.fydtne (mgr.14182) 985 : cluster [DBG] pgmap v668: 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 2024-02-20T00:57:09.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:09 smithi150 bash[20372]: cluster 2024-02-20T00:57:07.275590+0000 mgr.smithi088.fydtne (mgr.14182) 985 : cluster [DBG] pgmap v668: 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 2024-02-20T00:57:10.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:10 smithi088 bash[16865]: cluster 2024-02-20T00:57:09.276650+0000 mgr.smithi088.fydtne (mgr.14182) 986 : 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 2024-02-20T00:57:10.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:10 smithi150 bash[20372]: cluster 2024-02-20T00:57:09.276650+0000 mgr.smithi088.fydtne (mgr.14182) 986 : 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 2024-02-20T00:57:11.326 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:11.326 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:11.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:12.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:12 smithi150 bash[20372]: cluster 2024-02-20T00:57:11.277919+0000 mgr.smithi088.fydtne (mgr.14182) 987 : 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 2024-02-20T00:57:12.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:12 smithi150 bash[20372]: audit 2024-02-20T00:57:11.310608+0000 mgr.smithi088.fydtne (mgr.14182) 988 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:12.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:12 smithi088 bash[16865]: cluster 2024-02-20T00:57:11.277919+0000 mgr.smithi088.fydtne (mgr.14182) 987 : 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 2024-02-20T00:57:12.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:12 smithi088 bash[16865]: audit 2024-02-20T00:57:11.310608+0000 mgr.smithi088.fydtne (mgr.14182) 988 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:12.990 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:14.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:14 smithi150 bash[20372]: cluster 2024-02-20T00:57:13.279377+0000 mgr.smithi088.fydtne (mgr.14182) 989 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:14.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:14 smithi088 bash[16865]: cluster 2024-02-20T00:57:13.279377+0000 mgr.smithi088.fydtne (mgr.14182) 989 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:16.098 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:16.098 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:16.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:16 smithi088 bash[16865]: cluster 2024-02-20T00:57:15.280989+0000 mgr.smithi088.fydtne (mgr.14182) 990 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:16.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:16 smithi088 bash[16865]: audit 2024-02-20T00:57:15.382767+0000 mon.smithi088 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:57:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:16 smithi150 bash[20372]: cluster 2024-02-20T00:57:15.280989+0000 mgr.smithi088.fydtne (mgr.14182) 990 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:16 smithi150 bash[20372]: audit 2024-02-20T00:57:15.382767+0000 mon.smithi088 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:57:16.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:17.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:17 smithi150 bash[20372]: audit 2024-02-20T00:57:16.084250+0000 mgr.smithi088.fydtne (mgr.14182) 991 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:17.710 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:17.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:17 smithi088 bash[16865]: audit 2024-02-20T00:57:16.084250+0000 mgr.smithi088.fydtne (mgr.14182) 991 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:18 smithi150 bash[20372]: cluster 2024-02-20T00:57:17.283173+0000 mgr.smithi088.fydtne (mgr.14182) 992 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:18.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:18 smithi088 bash[16865]: cluster 2024-02-20T00:57:17.283173+0000 mgr.smithi088.fydtne (mgr.14182) 992 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:20.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:20 smithi150 bash[20372]: cluster 2024-02-20T00:57:19.284577+0000 mgr.smithi088.fydtne (mgr.14182) 993 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:20.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:20 smithi088 bash[16865]: cluster 2024-02-20T00:57:19.284577+0000 mgr.smithi088.fydtne (mgr.14182) 993 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:20.893 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:20.893 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:21.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:21.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:21 smithi150 bash[20372]: audit 2024-02-20T00:57:20.878210+0000 mgr.smithi088.fydtne (mgr.14182) 994 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:21.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:21 smithi088 bash[16865]: audit 2024-02-20T00:57:20.878210+0000 mgr.smithi088.fydtne (mgr.14182) 994 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:22.549 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:22.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:22 smithi150 bash[20372]: cluster 2024-02-20T00:57:21.286770+0000 mgr.smithi088.fydtne (mgr.14182) 995 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:22 smithi088 bash[16865]: cluster 2024-02-20T00:57:21.286770+0000 mgr.smithi088.fydtne (mgr.14182) 995 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:24.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:24 smithi150 bash[20372]: cluster 2024-02-20T00:57:23.288353+0000 mgr.smithi088.fydtne (mgr.14182) 996 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:24.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:24 smithi088 bash[16865]: cluster 2024-02-20T00:57:23.288353+0000 mgr.smithi088.fydtne (mgr.14182) 996 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:25.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:25.788 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:26.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:26 smithi150 bash[20372]: cluster 2024-02-20T00:57:25.290104+0000 mgr.smithi088.fydtne (mgr.14182) 997 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:26.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:26 smithi150 bash[20372]: audit 2024-02-20T00:57:25.781343+0000 mgr.smithi088.fydtne (mgr.14182) 998 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:26.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:26 smithi088 bash[16865]: cluster 2024-02-20T00:57:25.290104+0000 mgr.smithi088.fydtne (mgr.14182) 997 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:26.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:26 smithi088 bash[16865]: audit 2024-02-20T00:57:25.781343+0000 mgr.smithi088.fydtne (mgr.14182) 998 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:27.389 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:28.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:28 smithi150 bash[20372]: cluster 2024-02-20T00:57:27.291955+0000 mgr.smithi088.fydtne (mgr.14182) 999 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:28 smithi088 bash[16865]: cluster 2024-02-20T00:57:27.291955+0000 mgr.smithi088.fydtne (mgr.14182) 999 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:30.397 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:30.397 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:30.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:30 smithi088 bash[16865]: cluster 2024-02-20T00:57:29.292855+0000 mgr.smithi088.fydtne (mgr.14182) 1000 : 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 2024-02-20T00:57:30.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:30 smithi150 bash[20372]: cluster 2024-02-20T00:57:29.292855+0000 mgr.smithi088.fydtne (mgr.14182) 1000 : 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 2024-02-20T00:57:31.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:31.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:31 smithi088 bash[16865]: audit 2024-02-20T00:57:30.383542+0000 mgr.smithi088.fydtne (mgr.14182) 1001 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:31 smithi150 bash[20372]: audit 2024-02-20T00:57:30.383542+0000 mgr.smithi088.fydtne (mgr.14182) 1001 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:32.026 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:32.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:32 smithi088 bash[16865]: cluster 2024-02-20T00:57:31.294995+0000 mgr.smithi088.fydtne (mgr.14182) 1002 : 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 2024-02-20T00:57:32.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:32 smithi150 bash[20372]: cluster 2024-02-20T00:57:31.294995+0000 mgr.smithi088.fydtne (mgr.14182) 1002 : 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 2024-02-20T00:57:34.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:34 smithi088 bash[16865]: cluster 2024-02-20T00:57:33.296081+0000 mgr.smithi088.fydtne (mgr.14182) 1003 : 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 2024-02-20T00:57:34.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:34 smithi150 bash[20372]: cluster 2024-02-20T00:57:33.296081+0000 mgr.smithi088.fydtne (mgr.14182) 1003 : 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 2024-02-20T00:57:35.200 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:35.203 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:35.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:36.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:36.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:36 smithi088 bash[16865]: audit 2024-02-20T00:57:35.192785+0000 mgr.smithi088.fydtne (mgr.14182) 1004 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:36.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:36 smithi088 bash[16865]: cluster 2024-02-20T00:57:35.297518+0000 mgr.smithi088.fydtne (mgr.14182) 1005 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:36.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:36 smithi150 bash[20372]: audit 2024-02-20T00:57:35.192785+0000 mgr.smithi088.fydtne (mgr.14182) 1004 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:36.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:36 smithi150 bash[20372]: cluster 2024-02-20T00:57:35.297518+0000 mgr.smithi088.fydtne (mgr.14182) 1005 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:38.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:38 smithi088 bash[16865]: cluster 2024-02-20T00:57:37.299451+0000 mgr.smithi088.fydtne (mgr.14182) 1006 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:38.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:38 smithi150 bash[20372]: cluster 2024-02-20T00:57:37.299451+0000 mgr.smithi088.fydtne (mgr.14182) 1006 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:39.837 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:39.837 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:40.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:40.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:40 smithi088 bash[16865]: cluster 2024-02-20T00:57:39.300702+0000 mgr.smithi088.fydtne (mgr.14182) 1007 : 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 2024-02-20T00:57:40.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:40 smithi088 bash[16865]: audit 2024-02-20T00:57:39.829847+0000 mgr.smithi088.fydtne (mgr.14182) 1008 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:40 smithi150 bash[20372]: cluster 2024-02-20T00:57:39.300702+0000 mgr.smithi088.fydtne (mgr.14182) 1007 : 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 2024-02-20T00:57:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:40 smithi150 bash[20372]: audit 2024-02-20T00:57:39.829847+0000 mgr.smithi088.fydtne (mgr.14182) 1008 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:41.448 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:42.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:42 smithi088 bash[16865]: cluster 2024-02-20T00:57:41.302818+0000 mgr.smithi088.fydtne (mgr.14182) 1009 : 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 2024-02-20T00:57:42.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:42 smithi150 bash[20372]: cluster 2024-02-20T00:57:41.302818+0000 mgr.smithi088.fydtne (mgr.14182) 1009 : 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 2024-02-20T00:57:44.571 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:44.571 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:44 smithi088 bash[16865]: cluster 2024-02-20T00:57:43.304423+0000 mgr.smithi088.fydtne (mgr.14182) 1010 : 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 2024-02-20T00:57:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:44 smithi150 bash[20372]: cluster 2024-02-20T00:57:43.304423+0000 mgr.smithi088.fydtne (mgr.14182) 1010 : 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 2024-02-20T00:57:45.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:45.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:45 smithi088 bash[16865]: audit 2024-02-20T00:57:44.556697+0000 mgr.smithi088.fydtne (mgr.14182) 1011 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:45.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:45 smithi150 bash[20372]: audit 2024-02-20T00:57:44.556697+0000 mgr.smithi088.fydtne (mgr.14182) 1011 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:46.240 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:46.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:46 smithi088 bash[16865]: cluster 2024-02-20T00:57:45.306171+0000 mgr.smithi088.fydtne (mgr.14182) 1012 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:46.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:46 smithi150 bash[20372]: cluster 2024-02-20T00:57:45.306171+0000 mgr.smithi088.fydtne (mgr.14182) 1012 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:48.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:48 smithi088 bash[16865]: cluster 2024-02-20T00:57:47.308172+0000 mgr.smithi088.fydtne (mgr.14182) 1013 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:48.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:48 smithi150 bash[20372]: cluster 2024-02-20T00:57:47.308172+0000 mgr.smithi088.fydtne (mgr.14182) 1013 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:49.352 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:49.352 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:49.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:50.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:50 smithi088 bash[16865]: cluster 2024-02-20T00:57:49.309171+0000 mgr.smithi088.fydtne (mgr.14182) 1014 : 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 2024-02-20T00:57:50.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:50 smithi088 bash[16865]: audit 2024-02-20T00:57:49.345110+0000 mgr.smithi088.fydtne (mgr.14182) 1015 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:50.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:50 smithi150 bash[20372]: cluster 2024-02-20T00:57:49.309171+0000 mgr.smithi088.fydtne (mgr.14182) 1014 : 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 2024-02-20T00:57:50.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:50 smithi150 bash[20372]: audit 2024-02-20T00:57:49.345110+0000 mgr.smithi088.fydtne (mgr.14182) 1015 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:50.957 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:52.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:52 smithi088 bash[16865]: cluster 2024-02-20T00:57:51.311288+0000 mgr.smithi088.fydtne (mgr.14182) 1016 : 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 2024-02-20T00:57:52.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:52 smithi150 bash[20372]: cluster 2024-02-20T00:57:51.311288+0000 mgr.smithi088.fydtne (mgr.14182) 1016 : 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 2024-02-20T00:57:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:54.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:54 smithi088 bash[16865]: cluster 2024-02-20T00:57:53.312829+0000 mgr.smithi088.fydtne (mgr.14182) 1017 : 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 2024-02-20T00:57:54.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:54.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:54 smithi150 bash[20372]: cluster 2024-02-20T00:57:53.312829+0000 mgr.smithi088.fydtne (mgr.14182) 1017 : 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 2024-02-20T00:57:55.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:55 smithi088 bash[16865]: audit 2024-02-20T00:57:54.191310+0000 mgr.smithi088.fydtne (mgr.14182) 1018 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:55.857 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:57:55.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:55 smithi150 bash[20372]: audit 2024-02-20T00:57:54.191310+0000 mgr.smithi088.fydtne (mgr.14182) 1018 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:56.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:56 smithi088 bash[16865]: cluster 2024-02-20T00:57:55.314469+0000 mgr.smithi088.fydtne (mgr.14182) 1019 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:56.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:56 smithi150 bash[20372]: cluster 2024-02-20T00:57:55.314469+0000 mgr.smithi088.fydtne (mgr.14182) 1019 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:57:58.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:58 smithi088 bash[16865]: cluster 2024-02-20T00:57:57.316426+0000 mgr.smithi088.fydtne (mgr.14182) 1020 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:58.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:58 smithi150 bash[20372]: cluster 2024-02-20T00:57:57.316426+0000 mgr.smithi088.fydtne (mgr.14182) 1020 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:57:58.934 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:57:58.934 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:57:59.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:57:59.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:57:59 smithi088 bash[16865]: audit 2024-02-20T00:57:58.919226+0000 mgr.smithi088.fydtne (mgr.14182) 1021 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:57:59.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:57:59 smithi150 bash[20372]: audit 2024-02-20T00:57:58.919226+0000 mgr.smithi088.fydtne (mgr.14182) 1021 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:00.535 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:00 smithi088 bash[16865]: cluster 2024-02-20T00:57:59.317058+0000 mgr.smithi088.fydtne (mgr.14182) 1022 : 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 2024-02-20T00:58:00.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:00 smithi150 bash[20372]: cluster 2024-02-20T00:57:59.317058+0000 mgr.smithi088.fydtne (mgr.14182) 1022 : 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 2024-02-20T00:58:01.833 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:01 smithi088 bash[16865]: audit 2024-02-20T00:58:01.272098+0000 mon.smithi088 (mon.0) 901 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:58:01.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:01 smithi150 bash[20372]: audit 2024-02-20T00:58:01.272098+0000 mon.smithi088 (mon.0) 901 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: cluster 2024-02-20T00:58:01.318664+0000 mgr.smithi088.fydtne (mgr.14182) 1023 : 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 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: audit 2024-02-20T00:58:01.582669+0000 mon.smithi088 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: audit 2024-02-20T00:58:01.870598+0000 mon.smithi088 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: audit 2024-02-20T00:58:01.872188+0000 mon.smithi088 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: audit 2024-02-20T00:58:01.882364+0000 mon.smithi088 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: cluster 2024-02-20T00:58:01.883847+0000 mgr.smithi088.fydtne (mgr.14182) 1024 : cluster [DBG] pgmap v696: 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 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: audit 2024-02-20T00:58:01.890579+0000 mon.smithi088 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:58:02.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: audit 2024-02-20T00:58:01.909766+0000 mon.smithi088 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:02.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:02 smithi150 bash[20372]: cephadm 2024-02-20T00:58:01.912948+0000 mgr.smithi088.fydtne (mgr.14182) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.tijwuz on smithi150 2024-02-20T00:58:03.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: cluster 2024-02-20T00:58:01.318664+0000 mgr.smithi088.fydtne (mgr.14182) 1023 : 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 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: audit 2024-02-20T00:58:01.582669+0000 mon.smithi088 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: audit 2024-02-20T00:58:01.870598+0000 mon.smithi088 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: audit 2024-02-20T00:58:01.872188+0000 mon.smithi088 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: audit 2024-02-20T00:58:01.882364+0000 mon.smithi088 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: cluster 2024-02-20T00:58:01.883847+0000 mgr.smithi088.fydtne (mgr.14182) 1024 : cluster [DBG] pgmap v696: 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 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: audit 2024-02-20T00:58:01.890579+0000 mon.smithi088 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: audit 2024-02-20T00:58:01.909766+0000 mon.smithi088 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:03.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:02 smithi088 bash[16865]: cephadm 2024-02-20T00:58:01.912948+0000 mgr.smithi088.fydtne (mgr.14182) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.tijwuz on smithi150 2024-02-20T00:58:03.655 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:03.655 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:55:47.108604Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kwvltp on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:03.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:03 smithi150 bash[20372]: cluster 2024-02-20T00:58:02.878161+0000 mon.smithi088 (mon.0) 908 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:58:03.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:03 smithi150 bash[20372]: cluster 2024-02-20T00:58:02.878233+0000 mon.smithi088 (mon.0) 909 : cluster [INF] Cluster is now healthy 2024-02-20T00:58:04.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:03 smithi088 bash[16865]: cluster 2024-02-20T00:58:02.878161+0000 mon.smithi088 (mon.0) 908 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:58:04.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:03 smithi088 bash[16865]: cluster 2024-02-20T00:58:02.878233+0000 mon.smithi088 (mon.0) 909 : cluster [INF] Cluster is now healthy 2024-02-20T00:58:04.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:04.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:04 smithi150 bash[20372]: audit 2024-02-20T00:58:03.647942+0000 mgr.smithi088.fydtne (mgr.14182) 1026 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:04.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:04 smithi150 bash[20372]: cluster 2024-02-20T00:58:03.884661+0000 mgr.smithi088.fydtne (mgr.14182) 1027 : cluster [DBG] pgmap v697: 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 2024-02-20T00:58:05.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:04 smithi088 bash[16865]: audit 2024-02-20T00:58:03.647942+0000 mgr.smithi088.fydtne (mgr.14182) 1026 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:05.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:04 smithi088 bash[16865]: cluster 2024-02-20T00:58:03.884661+0000 mgr.smithi088.fydtne (mgr.14182) 1027 : cluster [DBG] pgmap v697: 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 2024-02-20T00:58:05.349 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:06.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:05 smithi088 bash[16865]: audit 2024-02-20T00:58:05.762721+0000 mon.smithi088 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.tijwuz"}]: dispatch 2024-02-20T00:58:06.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:05 smithi150 bash[20372]: audit 2024-02-20T00:58:05.762721+0000 mon.smithi088 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.tijwuz"}]: dispatch 2024-02-20T00:58:07.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: cephadm 2024-02-20T00:58:05.761598+0000 mgr.smithi088.fydtne (mgr.14182) 1028 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.tijwuz ... 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:58:07.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.tijwuz ... 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: cephadm 2024-02-20T00:58:05.762093+0000 mgr.smithi088.fydtne (mgr.14182) 1029 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: cephadm 2024-02-20T00:58:05.764326+0000 mgr.smithi088.fydtne (mgr.14182) 1030 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.tijwuz ... 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:07.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: cephadm 2024-02-20T00:58:05.769328+0000 mgr.smithi088.fydtne (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.rucpjb on smithi088 2024-02-20T00:58:07.188 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:06 smithi150 bash[20372]: cluster 2024-02-20T00:58:05.886112+0000 mgr.smithi088.fydtne (mgr.14182) 1032 : cluster [DBG] pgmap v698: 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 2024-02-20T00:58:07.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: cephadm 2024-02-20T00:58:05.761598+0000 mgr.smithi088.fydtne (mgr.14182) 1028 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:07.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.tijwuz ... 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:07.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:07.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.tijwuz ... 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: cephadm 2024-02-20T00:58:05.762093+0000 mgr.smithi088.fydtne (mgr.14182) 1029 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: cephadm 2024-02-20T00:58:05.764326+0000 mgr.smithi088.fydtne (mgr.14182) 1030 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz 2024-02-20T00:58:07.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.tijwuz ... 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: cephadm 2024-02-20T00:58:05.769328+0000 mgr.smithi088.fydtne (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.rucpjb on smithi088 2024-02-20T00:58:07.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:06 smithi088 bash[16865]: cluster 2024-02-20T00:58:05.886112+0000 mgr.smithi088.fydtne (mgr.14182) 1032 : cluster [DBG] pgmap v698: 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 2024-02-20T00:58:08.638 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:08.639 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:56:57.410012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.vaabpn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-vaabpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.vaabpn\nDeploy daemon haproxy.nfs.foo.smithi150.vaabpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.263586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.lxmcvo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-lxmcvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.lxmcvo\nDeploy daemon haproxy.nfs.foo.smithi088.lxmcvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:57:01.266481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.bysojp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:09.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:08 smithi088 bash[16865]: cluster 2024-02-20T00:58:07.887712+0000 mgr.smithi088.fydtne (mgr.14182) 1033 : cluster [DBG] pgmap v699: 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 2024-02-20T00:58:09.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:09.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:08 smithi150 bash[20372]: cluster 2024-02-20T00:58:07.887712+0000 mgr.smithi088.fydtne (mgr.14182) 1033 : cluster [DBG] pgmap v699: 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 2024-02-20T00:58:10.207 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:10.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:09 smithi088 bash[16865]: audit 2024-02-20T00:58:08.626713+0000 mgr.smithi088.fydtne (mgr.14182) 1034 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:10.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:09 smithi088 bash[16865]: audit 2024-02-20T00:58:09.701468+0000 mon.smithi088 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.rucpjb"}]: dispatch 2024-02-20T00:58:10.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:09 smithi150 bash[20372]: audit 2024-02-20T00:58:08.626713+0000 mgr.smithi088.fydtne (mgr.14182) 1034 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:10.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:09 smithi150 bash[20372]: audit 2024-02-20T00:58:09.701468+0000 mon.smithi088 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.rucpjb"}]: dispatch 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cephadm 2024-02-20T00:58:09.700354+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.rucpjb ... 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:11.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.rucpjb ... 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cephadm 2024-02-20T00:58:09.700810+0000 mgr.smithi088.fydtne (mgr.14182) 1036 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cephadm 2024-02-20T00:58:09.703085+0000 mgr.smithi088.fydtne (mgr.14182) 1037 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.rucpjb ... 2024-02-20T00:58:11.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cephadm 2024-02-20T00:58:09.707468+0000 mgr.smithi088.fydtne (mgr.14182) 1038 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cephadm 2024-02-20T00:58:09.711588+0000 mgr.smithi088.fydtne (mgr.14182) 1039 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cluster 2024-02-20T00:58:09.712697+0000 mgr.smithi088.fydtne (mgr.14182) 1040 : cluster [DBG] pgmap v700: 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 2024-02-20T00:58:11.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:10 smithi088 bash[16865]: cluster 2024-02-20T00:58:09.945752+0000 mon.smithi088 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:58:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cephadm 2024-02-20T00:58:09.700354+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.rucpjb ... 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:58:11.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.rucpjb ... 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cephadm 2024-02-20T00:58:09.700810+0000 mgr.smithi088.fydtne (mgr.14182) 1036 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cephadm 2024-02-20T00:58:09.703085+0000 mgr.smithi088.fydtne (mgr.14182) 1037 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.rucpjb ... 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cephadm 2024-02-20T00:58:09.707468+0000 mgr.smithi088.fydtne (mgr.14182) 1038 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cephadm 2024-02-20T00:58:09.711588+0000 mgr.smithi088.fydtne (mgr.14182) 1039 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cluster 2024-02-20T00:58:09.712697+0000 mgr.smithi088.fydtne (mgr.14182) 1040 : cluster [DBG] pgmap v700: 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 2024-02-20T00:58:11.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:10 smithi150 bash[20372]: cluster 2024-02-20T00:58:09.945752+0000 mon.smithi088 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:58:12.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:12 smithi150 bash[20372]: audit 2024-02-20T00:58:11.389923+0000 mon.smithi088 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:12.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:12 smithi150 bash[20372]: cluster 2024-02-20T00:58:11.714810+0000 mgr.smithi088.fydtne (mgr.14182) 1041 : cluster [DBG] pgmap v701: 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 2024-02-20T00:58:12.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:12 smithi088 bash[16865]: audit 2024-02-20T00:58:11.389923+0000 mon.smithi088 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:58:12.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:12 smithi088 bash[16865]: cluster 2024-02-20T00:58:11.714810+0000 mgr.smithi088.fydtne (mgr.14182) 1041 : cluster [DBG] pgmap v701: 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 2024-02-20T00:58:13.593 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:13.593 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:14.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:15.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:14 smithi088 bash[16865]: audit 2024-02-20T00:58:13.581787+0000 mgr.smithi088.fydtne (mgr.14182) 1042 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:15.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:14 smithi088 bash[16865]: cluster 2024-02-20T00:58:13.716287+0000 mgr.smithi088.fydtne (mgr.14182) 1043 : cluster [DBG] pgmap v702: 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 2024-02-20T00:58:15.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:14 smithi150 bash[20372]: audit 2024-02-20T00:58:13.581787+0000 mgr.smithi088.fydtne (mgr.14182) 1042 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:15.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:14 smithi150 bash[20372]: cluster 2024-02-20T00:58:13.716287+0000 mgr.smithi088.fydtne (mgr.14182) 1043 : cluster [DBG] pgmap v702: 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 2024-02-20T00:58:15.305 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:17.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:16 smithi088 bash[16865]: cluster 2024-02-20T00:58:15.718129+0000 mgr.smithi088.fydtne (mgr.14182) 1044 : cluster [DBG] pgmap v703: 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 2024-02-20T00:58:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:16 smithi150 bash[20372]: cluster 2024-02-20T00:58:15.718129+0000 mgr.smithi088.fydtne (mgr.14182) 1044 : cluster [DBG] pgmap v703: 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 2024-02-20T00:58:18.491 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:18.492 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:18.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:18 smithi088 bash[16865]: cluster 2024-02-20T00:58:17.720076+0000 mgr.smithi088.fydtne (mgr.14182) 1045 : cluster [DBG] pgmap v704: 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 2024-02-20T00:58:19.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:19.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:18 smithi150 bash[20372]: cluster 2024-02-20T00:58:17.720076+0000 mgr.smithi088.fydtne (mgr.14182) 1045 : cluster [DBG] pgmap v704: 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 2024-02-20T00:58:20.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:19 smithi088 bash[16865]: audit 2024-02-20T00:58:18.479028+0000 mgr.smithi088.fydtne (mgr.14182) 1046 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:20.128 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:20.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:19 smithi150 bash[20372]: audit 2024-02-20T00:58:18.479028+0000 mgr.smithi088.fydtne (mgr.14182) 1046 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:21.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:20 smithi088 bash[16865]: cluster 2024-02-20T00:58:19.721053+0000 mgr.smithi088.fydtne (mgr.14182) 1047 : cluster [DBG] pgmap v705: 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 2024-02-20T00:58:21.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:20 smithi150 bash[20372]: cluster 2024-02-20T00:58:19.721053+0000 mgr.smithi088.fydtne (mgr.14182) 1047 : cluster [DBG] pgmap v705: 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 2024-02-20T00:58:23.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:22 smithi088 bash[16865]: cluster 2024-02-20T00:58:21.723192+0000 mgr.smithi088.fydtne (mgr.14182) 1048 : 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 2024-02-20T00:58:23.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:22 smithi150 bash[20372]: cluster 2024-02-20T00:58:21.723192+0000 mgr.smithi088.fydtne (mgr.14182) 1048 : 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 2024-02-20T00:58:23.229 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:23.230 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:23.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:24.889 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:24 smithi150 bash[20372]: audit 2024-02-20T00:58:23.218605+0000 mgr.smithi088.fydtne (mgr.14182) 1049 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:24 smithi150 bash[20372]: cluster 2024-02-20T00:58:23.724672+0000 mgr.smithi088.fydtne (mgr.14182) 1050 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:25.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:24 smithi088 bash[16865]: audit 2024-02-20T00:58:23.218605+0000 mgr.smithi088.fydtne (mgr.14182) 1049 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:25.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:24 smithi088 bash[16865]: cluster 2024-02-20T00:58:23.724672+0000 mgr.smithi088.fydtne (mgr.14182) 1050 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:26 smithi150 bash[20372]: cluster 2024-02-20T00:58:25.726449+0000 mgr.smithi088.fydtne (mgr.14182) 1051 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:27.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:26 smithi088 bash[16865]: cluster 2024-02-20T00:58:25.726449+0000 mgr.smithi088.fydtne (mgr.14182) 1051 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:28.127 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:28.127 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:28.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:29.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:28 smithi088 bash[16865]: cluster 2024-02-20T00:58:27.728290+0000 mgr.smithi088.fydtne (mgr.14182) 1052 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:58:29.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:28 smithi150 bash[20372]: cluster 2024-02-20T00:58:27.728290+0000 mgr.smithi088.fydtne (mgr.14182) 1052 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:58:29.745 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:30.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:29 smithi088 bash[16865]: audit 2024-02-20T00:58:28.113787+0000 mgr.smithi088.fydtne (mgr.14182) 1053 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:30.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:29 smithi150 bash[20372]: audit 2024-02-20T00:58:28.113787+0000 mgr.smithi088.fydtne (mgr.14182) 1053 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:31.101 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:30 smithi088 bash[16865]: cluster 2024-02-20T00:58:29.729308+0000 mgr.smithi088.fydtne (mgr.14182) 1054 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:30 smithi150 bash[20372]: cluster 2024-02-20T00:58:29.729308+0000 mgr.smithi088.fydtne (mgr.14182) 1054 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:32.894 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:32.894 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:32 smithi150 bash[20372]: cluster 2024-02-20T00:58:31.731456+0000 mgr.smithi088.fydtne (mgr.14182) 1055 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:33.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:32 smithi088 bash[16865]: cluster 2024-02-20T00:58:31.731456+0000 mgr.smithi088.fydtne (mgr.14182) 1055 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:33.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:34.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:33 smithi150 bash[20372]: audit 2024-02-20T00:58:32.884064+0000 mgr.smithi088.fydtne (mgr.14182) 1056 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:34.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:33 smithi088 bash[16865]: audit 2024-02-20T00:58:32.884064+0000 mgr.smithi088.fydtne (mgr.14182) 1056 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:34.533 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:34 smithi150 bash[20372]: cluster 2024-02-20T00:58:33.732948+0000 mgr.smithi088.fydtne (mgr.14182) 1057 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:35.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:34 smithi088 bash[16865]: cluster 2024-02-20T00:58:33.732948+0000 mgr.smithi088.fydtne (mgr.14182) 1057 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:36 smithi150 bash[20372]: cluster 2024-02-20T00:58:35.734715+0000 mgr.smithi088.fydtne (mgr.14182) 1058 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:37.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:36 smithi088 bash[16865]: cluster 2024-02-20T00:58:35.734715+0000 mgr.smithi088.fydtne (mgr.14182) 1058 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:37.779 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:37.779 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:38.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:39.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:38 smithi150 bash[20372]: cluster 2024-02-20T00:58:37.735869+0000 mgr.smithi088.fydtne (mgr.14182) 1059 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:58:39.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:38 smithi150 bash[20372]: audit 2024-02-20T00:58:37.771993+0000 mgr.smithi088.fydtne (mgr.14182) 1060 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:39.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:38 smithi088 bash[16865]: cluster 2024-02-20T00:58:37.735869+0000 mgr.smithi088.fydtne (mgr.14182) 1059 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:58:39.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:38 smithi088 bash[16865]: audit 2024-02-20T00:58:37.771993+0000 mgr.smithi088.fydtne (mgr.14182) 1060 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:39.406 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:41.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:40 smithi150 bash[20372]: cluster 2024-02-20T00:58:39.736916+0000 mgr.smithi088.fydtne (mgr.14182) 1061 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:41.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:40 smithi088 bash[16865]: cluster 2024-02-20T00:58:39.736916+0000 mgr.smithi088.fydtne (mgr.14182) 1061 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:42.591 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:42.591 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:43.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:42 smithi088 bash[16865]: cluster 2024-02-20T00:58:41.739151+0000 mgr.smithi088.fydtne (mgr.14182) 1062 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:43.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:42 smithi150 bash[20372]: cluster 2024-02-20T00:58:41.739151+0000 mgr.smithi088.fydtne (mgr.14182) 1062 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:43.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:44.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:43 smithi150 bash[20372]: audit 2024-02-20T00:58:42.578111+0000 mgr.smithi088.fydtne (mgr.14182) 1063 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:44.209 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:44.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:43 smithi088 bash[16865]: audit 2024-02-20T00:58:42.578111+0000 mgr.smithi088.fydtne (mgr.14182) 1063 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:44 smithi150 bash[20372]: cluster 2024-02-20T00:58:43.740625+0000 mgr.smithi088.fydtne (mgr.14182) 1064 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:45.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:44 smithi088 bash[16865]: cluster 2024-02-20T00:58:43.740625+0000 mgr.smithi088.fydtne (mgr.14182) 1064 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:58:47.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:46 smithi150 bash[20372]: cluster 2024-02-20T00:58:45.742518+0000 mgr.smithi088.fydtne (mgr.14182) 1065 : 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 2024-02-20T00:58:47.284 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:47.285 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:47.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:46 smithi088 bash[16865]: cluster 2024-02-20T00:58:45.742518+0000 mgr.smithi088.fydtne (mgr.14182) 1065 : 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 2024-02-20T00:58:47.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:48.946 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:48 smithi150 bash[20372]: audit 2024-02-20T00:58:47.274123+0000 mgr.smithi088.fydtne (mgr.14182) 1066 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:48 smithi150 bash[20372]: cluster 2024-02-20T00:58:47.744415+0000 mgr.smithi088.fydtne (mgr.14182) 1067 : 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 2024-02-20T00:58:49.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:48 smithi088 bash[16865]: audit 2024-02-20T00:58:47.274123+0000 mgr.smithi088.fydtne (mgr.14182) 1066 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:49.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:48 smithi088 bash[16865]: cluster 2024-02-20T00:58:47.744415+0000 mgr.smithi088.fydtne (mgr.14182) 1067 : 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 2024-02-20T00:58:51.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:50 smithi150 bash[20372]: cluster 2024-02-20T00:58:49.745455+0000 mgr.smithi088.fydtne (mgr.14182) 1068 : 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 2024-02-20T00:58:51.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:50 smithi088 bash[16865]: cluster 2024-02-20T00:58:49.745455+0000 mgr.smithi088.fydtne (mgr.14182) 1068 : 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 2024-02-20T00:58:52.054 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:52.055 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:52.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:53.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:52 smithi150 bash[20372]: cluster 2024-02-20T00:58:51.747702+0000 mgr.smithi088.fydtne (mgr.14182) 1069 : 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 2024-02-20T00:58:53.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:52 smithi088 bash[16865]: cluster 2024-02-20T00:58:51.747702+0000 mgr.smithi088.fydtne (mgr.14182) 1069 : 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 2024-02-20T00:58:53.658 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:54.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:53 smithi150 bash[20372]: audit 2024-02-20T00:58:52.047501+0000 mgr.smithi088.fydtne (mgr.14182) 1070 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:54.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:53 smithi088 bash[16865]: audit 2024-02-20T00:58:52.047501+0000 mgr.smithi088.fydtne (mgr.14182) 1070 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:55.128 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:54 smithi088 bash[16865]: cluster 2024-02-20T00:58:53.748935+0000 mgr.smithi088.fydtne (mgr.14182) 1071 : 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 2024-02-20T00:58:55.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:54 smithi150 bash[20372]: cluster 2024-02-20T00:58:53.748935+0000 mgr.smithi088.fydtne (mgr.14182) 1071 : 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 2024-02-20T00:58:56.904 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:58:56.904 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:58:57.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:56 smithi088 bash[16865]: cluster 2024-02-20T00:58:55.750721+0000 mgr.smithi088.fydtne (mgr.14182) 1072 : 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 2024-02-20T00:58:57.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:56 smithi150 bash[20372]: cluster 2024-02-20T00:58:55.750721+0000 mgr.smithi088.fydtne (mgr.14182) 1072 : 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 2024-02-20T00:58:57.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:58:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:57 smithi088 bash[16865]: audit 2024-02-20T00:58:56.889124+0000 mgr.smithi088.fydtne (mgr.14182) 1073 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:58.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:57 smithi150 bash[20372]: audit 2024-02-20T00:58:56.889124+0000 mgr.smithi088.fydtne (mgr.14182) 1073 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:58:58.515 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:58:59.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:58:58 smithi088 bash[16865]: cluster 2024-02-20T00:58:57.752547+0000 mgr.smithi088.fydtne (mgr.14182) 1074 : 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 2024-02-20T00:58:59.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:58:58 smithi150 bash[20372]: cluster 2024-02-20T00:58:57.752547+0000 mgr.smithi088.fydtne (mgr.14182) 1074 : 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 2024-02-20T00:59:01.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:00 smithi088 bash[16865]: cluster 2024-02-20T00:58:59.753598+0000 mgr.smithi088.fydtne (mgr.14182) 1075 : 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 2024-02-20T00:59:01.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:00 smithi150 bash[20372]: cluster 2024-02-20T00:58:59.753598+0000 mgr.smithi088.fydtne (mgr.14182) 1075 : 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 2024-02-20T00:59:01.648 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:01.649 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:02.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:03.254 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:03.268 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:02 smithi088 bash[16865]: audit 2024-02-20T00:59:01.641620+0000 mgr.smithi088.fydtne (mgr.14182) 1076 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:03.268 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:02 smithi088 bash[16865]: cluster 2024-02-20T00:59:01.755935+0000 mgr.smithi088.fydtne (mgr.14182) 1077 : 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 2024-02-20T00:59:03.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:02 smithi150 bash[20372]: audit 2024-02-20T00:59:01.641620+0000 mgr.smithi088.fydtne (mgr.14182) 1076 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:03.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:02 smithi150 bash[20372]: cluster 2024-02-20T00:59:01.755935+0000 mgr.smithi088.fydtne (mgr.14182) 1077 : 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 2024-02-20T00:59:05.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:05 smithi088 bash[16865]: cluster 2024-02-20T00:59:03.757198+0000 mgr.smithi088.fydtne (mgr.14182) 1078 : 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 2024-02-20T00:59:05.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:05 smithi150 bash[20372]: cluster 2024-02-20T00:59:03.757198+0000 mgr.smithi088.fydtne (mgr.14182) 1078 : 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 2024-02-20T00:59:06.552 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:06.553 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:07.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:07.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:07 smithi088 bash[16865]: cluster 2024-02-20T00:59:05.758973+0000 mgr.smithi088.fydtne (mgr.14182) 1079 : 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 2024-02-20T00:59:07.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:07 smithi150 bash[20372]: cluster 2024-02-20T00:59:05.758973+0000 mgr.smithi088.fydtne (mgr.14182) 1079 : 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 2024-02-20T00:59:08.158 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:08.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:08 smithi088 bash[16865]: audit 2024-02-20T00:59:06.545462+0000 mgr.smithi088.fydtne (mgr.14182) 1080 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:08 smithi150 bash[20372]: audit 2024-02-20T00:59:06.545462+0000 mgr.smithi088.fydtne (mgr.14182) 1080 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:09.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:09 smithi088 bash[16865]: cluster 2024-02-20T00:59:07.760849+0000 mgr.smithi088.fydtne (mgr.14182) 1081 : 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 2024-02-20T00:59:09.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:09 smithi150 bash[20372]: cluster 2024-02-20T00:59:07.760849+0000 mgr.smithi088.fydtne (mgr.14182) 1081 : 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 2024-02-20T00:59:10.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:10 smithi088 bash[16865]: audit 2024-02-20T00:59:09.715745+0000 mon.smithi088 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:59:10.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:10 smithi150 bash[20372]: audit 2024-02-20T00:59:09.715745+0000 mon.smithi088 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:59:11.300 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:11.300 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:57:01.268615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.cmekin on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: cluster 2024-02-20T00:59:09.761840+0000 mgr.smithi088.fydtne (mgr.14182) 1082 : 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 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: audit 2024-02-20T00:59:10.027472+0000 mon.smithi088 (mon.0) 915 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: audit 2024-02-20T00:59:10.028605+0000 mon.smithi088 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: audit 2024-02-20T00:59:10.035241+0000 mon.smithi088 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: cluster 2024-02-20T00:59:10.036014+0000 mgr.smithi088.fydtne (mgr.14182) 1083 : cluster [DBG] pgmap v731: 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 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: audit 2024-02-20T00:59:10.042067+0000 mon.smithi088 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: audit 2024-02-20T00:59:10.054670+0000 mon.smithi088 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:11 smithi088 bash[16865]: cephadm 2024-02-20T00:59:10.058690+0000 mgr.smithi088.fydtne (mgr.14182) 1084 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.abqwof on smithi150 2024-02-20T00:59:11.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: cluster 2024-02-20T00:59:09.761840+0000 mgr.smithi088.fydtne (mgr.14182) 1082 : 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 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: audit 2024-02-20T00:59:10.027472+0000 mon.smithi088 (mon.0) 915 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: audit 2024-02-20T00:59:10.028605+0000 mon.smithi088 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: audit 2024-02-20T00:59:10.035241+0000 mon.smithi088 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: cluster 2024-02-20T00:59:10.036014+0000 mgr.smithi088.fydtne (mgr.14182) 1083 : cluster [DBG] pgmap v731: 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 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: audit 2024-02-20T00:59:10.042067+0000 mon.smithi088 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: audit 2024-02-20T00:59:10.054670+0000 mon.smithi088 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:11.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:11 smithi150 bash[20372]: cephadm 2024-02-20T00:59:10.058690+0000 mgr.smithi088.fydtne (mgr.14182) 1084 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.abqwof on smithi150 2024-02-20T00:59:11.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:12.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:12 smithi088 bash[16865]: cluster 2024-02-20T00:59:11.033588+0000 mon.smithi088 (mon.0) 920 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:59:12.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:12 smithi088 bash[16865]: cluster 2024-02-20T00:59:11.033629+0000 mon.smithi088 (mon.0) 921 : cluster [INF] Cluster is now healthy 2024-02-20T00:59:12.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:12 smithi088 bash[16865]: audit 2024-02-20T00:59:11.284791+0000 mgr.smithi088.fydtne (mgr.14182) 1085 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:12.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:12 smithi150 bash[20372]: cluster 2024-02-20T00:59:11.033588+0000 mon.smithi088 (mon.0) 920 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:59:12.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:12 smithi150 bash[20372]: cluster 2024-02-20T00:59:11.033629+0000 mon.smithi088 (mon.0) 921 : cluster [INF] Cluster is now healthy 2024-02-20T00:59:12.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:12 smithi150 bash[20372]: audit 2024-02-20T00:59:11.284791+0000 mgr.smithi088.fydtne (mgr.14182) 1085 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:12.935 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:13.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:13 smithi088 bash[16865]: cluster 2024-02-20T00:59:12.037042+0000 mgr.smithi088.fydtne (mgr.14182) 1086 : cluster [DBG] pgmap v732: 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 2024-02-20T00:59:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:13 smithi150 bash[20372]: cluster 2024-02-20T00:59:12.037042+0000 mgr.smithi088.fydtne (mgr.14182) 1086 : cluster [DBG] pgmap v732: 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 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: cephadm 2024-02-20T00:59:13.963778+0000 mgr.smithi088.fydtne (mgr.14182) 1087 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:14.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: cephadm 2024-02-20T00:59:13.964346+0000 mgr.smithi088.fydtne (mgr.14182) 1088 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: audit 2024-02-20T00:59:13.965206+0000 mon.smithi088 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.abqwof"}]: dispatch 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: cephadm 2024-02-20T00:59:13.967345+0000 mgr.smithi088.fydtne (mgr.14182) 1089 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T00:59:14.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:14 smithi150 bash[20372]: cephadm 2024-02-20T00:59:13.972468+0000 mgr.smithi088.fydtne (mgr.14182) 1090 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.mtyrpy on smithi088 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: cephadm 2024-02-20T00:59:13.963778+0000 mgr.smithi088.fydtne (mgr.14182) 1087 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:14.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: cephadm 2024-02-20T00:59:13.964346+0000 mgr.smithi088.fydtne (mgr.14182) 1088 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: audit 2024-02-20T00:59:13.965206+0000 mon.smithi088 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.abqwof"}]: dispatch 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: cephadm 2024-02-20T00:59:13.967345+0000 mgr.smithi088.fydtne (mgr.14182) 1089 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:14.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:14.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:14.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:14.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:14 smithi088 bash[16865]: cephadm 2024-02-20T00:59:13.972468+0000 mgr.smithi088.fydtne (mgr.14182) 1090 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.mtyrpy on smithi088 2024-02-20T00:59:15.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:15 smithi150 bash[20372]: cluster 2024-02-20T00:59:14.037653+0000 mgr.smithi088.fydtne (mgr.14182) 1091 : cluster [DBG] pgmap v733: 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 2024-02-20T00:59:15.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:15 smithi088 bash[16865]: cluster 2024-02-20T00:59:14.037653+0000 mgr.smithi088.fydtne (mgr.14182) 1091 : cluster [DBG] pgmap v733: 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 2024-02-20T00:59:16.202 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:16.203 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:05.764084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.tijwuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-tijwuz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.tijwuz\nDeploy daemon haproxy.nfs.foo.smithi150.tijwuz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.702861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.rucpjb on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-rucpjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.rucpjb\nDeploy daemon haproxy.nfs.foo.smithi088.rucpjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:58:09.707231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.zcsogs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:16.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:16 smithi088 bash[16865]: audit 2024-02-20T00:59:15.383223+0000 mon.smithi088 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:16 smithi150 bash[20372]: audit 2024-02-20T00:59:15.383223+0000 mon.smithi088 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:16.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:17.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:17 smithi150 bash[20372]: cluster 2024-02-20T00:59:16.039134+0000 mgr.smithi088.fydtne (mgr.14182) 1092 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:59:17.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:17 smithi150 bash[20372]: audit 2024-02-20T00:59:16.187795+0000 mgr.smithi088.fydtne (mgr.14182) 1093 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:17.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:17 smithi088 bash[16865]: cluster 2024-02-20T00:59:16.039134+0000 mgr.smithi088.fydtne (mgr.14182) 1092 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:59:17.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:17 smithi088 bash[16865]: audit 2024-02-20T00:59:16.187795+0000 mgr.smithi088.fydtne (mgr.14182) 1093 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:17.806 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: cephadm 2024-02-20T00:59:17.763781+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:18.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T00:59:18.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: cephadm 2024-02-20T00:59:17.764497+0000 mgr.smithi088.fydtne (mgr.14182) 1095 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: audit 2024-02-20T00:59:17.765221+0000 mon.smithi088 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.mtyrpy"}]: dispatch 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: cephadm 2024-02-20T00:59:17.766917+0000 mgr.smithi088.fydtne (mgr.14182) 1096 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:18.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: cephadm 2024-02-20T00:59:17.771030+0000 mgr.smithi088.fydtne (mgr.14182) 1097 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:59:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: cephadm 2024-02-20T00:59:17.773676+0000 mgr.smithi088.fydtne (mgr.14182) 1098 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:59:18.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:18 smithi150 bash[20372]: cluster 2024-02-20T00:59:17.775393+0000 mgr.smithi088.fydtne (mgr.14182) 1099 : cluster [DBG] pgmap v735: 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 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: cephadm 2024-02-20T00:59:17.763781+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:18.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:18.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:18.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T00:59:18.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:59:18.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T00:59:18.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:18.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: cephadm 2024-02-20T00:59:17.764497+0000 mgr.smithi088.fydtne (mgr.14182) 1095 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: audit 2024-02-20T00:59:17.765221+0000 mon.smithi088 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.mtyrpy"}]: dispatch 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: cephadm 2024-02-20T00:59:17.766917+0000 mgr.smithi088.fydtne (mgr.14182) 1096 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:59:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:59:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T00:59:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:59:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: cephadm 2024-02-20T00:59:17.771030+0000 mgr.smithi088.fydtne (mgr.14182) 1097 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:59:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: cephadm 2024-02-20T00:59:17.773676+0000 mgr.smithi088.fydtne (mgr.14182) 1098 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:59:18.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:18 smithi088 bash[16865]: cluster 2024-02-20T00:59:17.775393+0000 mgr.smithi088.fydtne (mgr.14182) 1099 : cluster [DBG] pgmap v735: 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 2024-02-20T00:59:19.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:19 smithi088 bash[16865]: cluster 2024-02-20T00:59:18.393855+0000 mon.smithi088 (mon.0) 925 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:59:19.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:19 smithi150 bash[20372]: cluster 2024-02-20T00:59:18.393855+0000 mon.smithi088 (mon.0) 925 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:59:20.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:20 smithi150 bash[20372]: cluster 2024-02-20T00:59:19.775997+0000 mgr.smithi088.fydtne (mgr.14182) 1100 : cluster [DBG] pgmap v736: 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 2024-02-20T00:59:20.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:20 smithi088 bash[16865]: cluster 2024-02-20T00:59:19.775997+0000 mgr.smithi088.fydtne (mgr.14182) 1100 : cluster [DBG] pgmap v736: 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 2024-02-20T00:59:21.015 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:21.015 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:21.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:21.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:21 smithi150 bash[20372]: audit 2024-02-20T00:59:21.001364+0000 mgr.smithi088.fydtne (mgr.14182) 1101 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:21.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:21 smithi088 bash[16865]: audit 2024-02-20T00:59:21.001364+0000 mgr.smithi088.fydtne (mgr.14182) 1101 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:22.671 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:22 smithi088 bash[16865]: audit 2024-02-20T00:59:21.451486+0000 mon.smithi088 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:22 smithi088 bash[16865]: cluster 2024-02-20T00:59:21.778399+0000 mgr.smithi088.fydtne (mgr.14182) 1102 : cluster [DBG] pgmap v737: 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 2024-02-20T00:59:22.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:22 smithi150 bash[20372]: audit 2024-02-20T00:59:21.451486+0000 mon.smithi088 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:22.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:22 smithi150 bash[20372]: cluster 2024-02-20T00:59:21.778399+0000 mgr.smithi088.fydtne (mgr.14182) 1102 : cluster [DBG] pgmap v737: 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 2024-02-20T00:59:25.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:24 smithi150 bash[20372]: cluster 2024-02-20T00:59:23.779377+0000 mgr.smithi088.fydtne (mgr.14182) 1103 : cluster [DBG] pgmap v738: 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 2024-02-20T00:59:25.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:24 smithi088 bash[16865]: cluster 2024-02-20T00:59:23.779377+0000 mgr.smithi088.fydtne (mgr.14182) 1103 : cluster [DBG] pgmap v738: 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 2024-02-20T00:59:25.690 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:25.690 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:26.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:26 smithi150 bash[20372]: audit 2024-02-20T00:59:25.683100+0000 mgr.smithi088.fydtne (mgr.14182) 1104 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:26 smithi150 bash[20372]: cluster 2024-02-20T00:59:25.780374+0000 mgr.smithi088.fydtne (mgr.14182) 1105 : cluster [DBG] pgmap v739: 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 2024-02-20T00:59:27.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:26 smithi088 bash[16865]: audit 2024-02-20T00:59:25.683100+0000 mgr.smithi088.fydtne (mgr.14182) 1104 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:27.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:26 smithi088 bash[16865]: cluster 2024-02-20T00:59:25.780374+0000 mgr.smithi088.fydtne (mgr.14182) 1105 : cluster [DBG] pgmap v739: 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 2024-02-20T00:59:27.323 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:29.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:28 smithi088 bash[16865]: cluster 2024-02-20T00:59:27.781323+0000 mgr.smithi088.fydtne (mgr.14182) 1106 : cluster [DBG] pgmap v740: 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 2024-02-20T00:59:29.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:28 smithi150 bash[20372]: cluster 2024-02-20T00:59:27.781323+0000 mgr.smithi088.fydtne (mgr.14182) 1106 : cluster [DBG] pgmap v740: 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 2024-02-20T00:59:30.530 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:30.531 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:30 smithi150 bash[20372]: cluster 2024-02-20T00:59:29.782301+0000 mgr.smithi088.fydtne (mgr.14182) 1107 : 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 2024-02-20T00:59:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:30 smithi150 bash[20372]: audit 2024-02-20T00:59:30.385598+0000 mon.smithi088 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:31.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:30 smithi088 bash[16865]: cluster 2024-02-20T00:59:29.782301+0000 mgr.smithi088.fydtne (mgr.14182) 1107 : 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 2024-02-20T00:59:31.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:30 smithi088 bash[16865]: audit 2024-02-20T00:59:30.385598+0000 mon.smithi088 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T00:59:31.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:32.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:31 smithi150 bash[20372]: audit 2024-02-20T00:59:30.523664+0000 mgr.smithi088.fydtne (mgr.14182) 1108 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:32.189 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:32.202 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:31 smithi088 bash[16865]: audit 2024-02-20T00:59:30.523664+0000 mgr.smithi088.fydtne (mgr.14182) 1108 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:33.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:32 smithi150 bash[20372]: cluster 2024-02-20T00:59:31.784751+0000 mgr.smithi088.fydtne (mgr.14182) 1109 : 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 2024-02-20T00:59:33.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:32 smithi088 bash[16865]: cluster 2024-02-20T00:59:31.784751+0000 mgr.smithi088.fydtne (mgr.14182) 1109 : 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 2024-02-20T00:59:35.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:34 smithi088 bash[16865]: cluster 2024-02-20T00:59:33.785639+0000 mgr.smithi088.fydtne (mgr.14182) 1110 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:35.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:34 smithi150 bash[20372]: cluster 2024-02-20T00:59:33.785639+0000 mgr.smithi088.fydtne (mgr.14182) 1110 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:35.513 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:35.513 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:36.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:37.124 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:37.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:36 smithi088 bash[16865]: audit 2024-02-20T00:59:35.497944+0000 mgr.smithi088.fydtne (mgr.14182) 1111 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:37.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:36 smithi088 bash[16865]: cluster 2024-02-20T00:59:35.787386+0000 mgr.smithi088.fydtne (mgr.14182) 1112 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:36 smithi150 bash[20372]: audit 2024-02-20T00:59:35.497944+0000 mgr.smithi088.fydtne (mgr.14182) 1111 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:36 smithi150 bash[20372]: cluster 2024-02-20T00:59:35.787386+0000 mgr.smithi088.fydtne (mgr.14182) 1112 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:39.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:38 smithi150 bash[20372]: cluster 2024-02-20T00:59:37.788485+0000 mgr.smithi088.fydtne (mgr.14182) 1113 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:59:39.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:38 smithi088 bash[16865]: cluster 2024-02-20T00:59:37.788485+0000 mgr.smithi088.fydtne (mgr.14182) 1113 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:59:40.486 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:40.486 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:41.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:40 smithi150 bash[20372]: cluster 2024-02-20T00:59:39.789424+0000 mgr.smithi088.fydtne (mgr.14182) 1114 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:41.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:40 smithi088 bash[16865]: cluster 2024-02-20T00:59:39.789424+0000 mgr.smithi088.fydtne (mgr.14182) 1114 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:42.138 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:42.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:41 smithi150 bash[20372]: audit 2024-02-20T00:59:40.471242+0000 mgr.smithi088.fydtne (mgr.14182) 1115 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:42.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:41 smithi088 bash[16865]: audit 2024-02-20T00:59:40.471242+0000 mgr.smithi088.fydtne (mgr.14182) 1115 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:43.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:42 smithi150 bash[20372]: cluster 2024-02-20T00:59:41.791761+0000 mgr.smithi088.fydtne (mgr.14182) 1116 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:43.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:42 smithi088 bash[16865]: cluster 2024-02-20T00:59:41.791761+0000 mgr.smithi088.fydtne (mgr.14182) 1116 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:44 smithi150 bash[20372]: cluster 2024-02-20T00:59:43.792528+0000 mgr.smithi088.fydtne (mgr.14182) 1117 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:45.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:44 smithi088 bash[16865]: cluster 2024-02-20T00:59:43.792528+0000 mgr.smithi088.fydtne (mgr.14182) 1117 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:45.328 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:45.328 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:45.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:46.944 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:47.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:46 smithi150 bash[20372]: audit 2024-02-20T00:59:45.313518+0000 mgr.smithi088.fydtne (mgr.14182) 1118 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:47.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:46 smithi150 bash[20372]: cluster 2024-02-20T00:59:45.794243+0000 mgr.smithi088.fydtne (mgr.14182) 1119 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:47.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:46 smithi088 bash[16865]: audit 2024-02-20T00:59:45.313518+0000 mgr.smithi088.fydtne (mgr.14182) 1118 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:47.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:46 smithi088 bash[16865]: cluster 2024-02-20T00:59:45.794243+0000 mgr.smithi088.fydtne (mgr.14182) 1119 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:48 smithi150 bash[20372]: cluster 2024-02-20T00:59:47.795602+0000 mgr.smithi088.fydtne (mgr.14182) 1120 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:59:49.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:48 smithi088 bash[16865]: cluster 2024-02-20T00:59:47.795602+0000 mgr.smithi088.fydtne (mgr.14182) 1120 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:59:50.093 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:50.094 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:50.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:51.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:50 smithi088 bash[16865]: cluster 2024-02-20T00:59:49.796415+0000 mgr.smithi088.fydtne (mgr.14182) 1121 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:51.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:50 smithi150 bash[20372]: cluster 2024-02-20T00:59:49.796415+0000 mgr.smithi088.fydtne (mgr.14182) 1121 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:51.734 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:52.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:51 smithi088 bash[16865]: audit 2024-02-20T00:59:50.079302+0000 mgr.smithi088.fydtne (mgr.14182) 1122 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:52.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:51 smithi150 bash[20372]: audit 2024-02-20T00:59:50.079302+0000 mgr.smithi088.fydtne (mgr.14182) 1122 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:53.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:52 smithi088 bash[16865]: cluster 2024-02-20T00:59:51.798792+0000 mgr.smithi088.fydtne (mgr.14182) 1123 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:52 smithi150 bash[20372]: cluster 2024-02-20T00:59:51.798792+0000 mgr.smithi088.fydtne (mgr.14182) 1123 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:54.771 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:54.771 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T00:59:55.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:54 smithi088 bash[16865]: cluster 2024-02-20T00:59:53.799869+0000 mgr.smithi088.fydtne (mgr.14182) 1124 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:55.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:59:55.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:54 smithi150 bash[20372]: cluster 2024-02-20T00:59:53.799869+0000 mgr.smithi088.fydtne (mgr.14182) 1124 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T00:59:56.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:55 smithi088 bash[16865]: audit 2024-02-20T00:59:54.758822+0000 mgr.smithi088.fydtne (mgr.14182) 1125 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:56.380 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:59:56.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:55 smithi150 bash[20372]: audit 2024-02-20T00:59:54.758822+0000 mgr.smithi088.fydtne (mgr.14182) 1125 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:59:57.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:56 smithi088 bash[16865]: cluster 2024-02-20T00:59:55.802115+0000 mgr.smithi088.fydtne (mgr.14182) 1126 : 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 2024-02-20T00:59:57.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:56 smithi150 bash[20372]: cluster 2024-02-20T00:59:55.802115+0000 mgr.smithi088.fydtne (mgr.14182) 1126 : 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 2024-02-20T00:59:59.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 00:59:58 smithi088 bash[16865]: cluster 2024-02-20T00:59:57.804196+0000 mgr.smithi088.fydtne (mgr.14182) 1127 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:59:59.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 00:59:58 smithi150 bash[20372]: cluster 2024-02-20T00:59:57.804196+0000 mgr.smithi088.fydtne (mgr.14182) 1127 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:59:59.495 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T00:59:59.495 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:00.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:01.145 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:01.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: audit 2024-02-20T00:59:59.480410+0000 mgr.smithi088.fydtne (mgr.14182) 1128 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T00:59:59.805295+0000 mgr.smithi088.fydtne (mgr.14182) 1129 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000154+0000 mon.smithi088 (mon.0) 928 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000231+0000 mon.smithi088 (mon.0) 929 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000256+0000 mon.smithi088 (mon.0) 930 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000284+0000 mon.smithi088 (mon.0) 931 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000390+0000 mon.smithi088 (mon.0) 932 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000423+0000 mon.smithi088 (mon.0) 933 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000456+0000 mon.smithi088 (mon.0) 934 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000484+0000 mon.smithi088 (mon.0) 935 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000515+0000 mon.smithi088 (mon.0) 936 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000544+0000 mon.smithi088 (mon.0) 937 : 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000568+0000 mon.smithi088 (mon.0) 938 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000600+0000 mon.smithi088 (mon.0) 939 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000630+0000 mon.smithi088 (mon.0) 940 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000658+0000 mon.smithi088 (mon.0) 941 : 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000695+0000 mon.smithi088 (mon.0) 942 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000724+0000 mon.smithi088 (mon.0) 943 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000753+0000 mon.smithi088 (mon.0) 944 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000781+0000 mon.smithi088 (mon.0) 945 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000805+0000 mon.smithi088 (mon.0) 946 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000834+0000 mon.smithi088 (mon.0) 947 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000862+0000 mon.smithi088 (mon.0) 948 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000890+0000 mon.smithi088 (mon.0) 949 : 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000919+0000 mon.smithi088 (mon.0) 950 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000944+0000 mon.smithi088 (mon.0) 951 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:01.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000969+0000 mon.smithi088 (mon.0) 952 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T01:00:01.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.000998+0000 mon.smithi088 (mon.0) 953 : 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.001030+0000 mon.smithi088 (mon.0) 954 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:01.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:00.001055+0000 mon.smithi088 (mon.0) 955 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: audit 2024-02-20T00:59:59.480410+0000 mgr.smithi088.fydtne (mgr.14182) 1128 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T00:59:59.805295+0000 mgr.smithi088.fydtne (mgr.14182) 1129 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000154+0000 mon.smithi088 (mon.0) 928 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000231+0000 mon.smithi088 (mon.0) 929 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000256+0000 mon.smithi088 (mon.0) 930 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000284+0000 mon.smithi088 (mon.0) 931 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000390+0000 mon.smithi088 (mon.0) 932 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000423+0000 mon.smithi088 (mon.0) 933 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000456+0000 mon.smithi088 (mon.0) 934 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000484+0000 mon.smithi088 (mon.0) 935 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof 2024-02-20T01:00:01.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000515+0000 mon.smithi088 (mon.0) 936 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi150.abqwof ... 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000544+0000 mon.smithi088 (mon.0) 937 : 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000568+0000 mon.smithi088 (mon.0) 938 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000600+0000 mon.smithi088 (mon.0) 939 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000630+0000 mon.smithi088 (mon.0) 940 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000658+0000 mon.smithi088 (mon.0) 941 : 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000695+0000 mon.smithi088 (mon.0) 942 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000724+0000 mon.smithi088 (mon.0) 943 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000753+0000 mon.smithi088 (mon.0) 944 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000781+0000 mon.smithi088 (mon.0) 945 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000805+0000 mon.smithi088 (mon.0) 946 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000834+0000 mon.smithi088 (mon.0) 947 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000862+0000 mon.smithi088 (mon.0) 948 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi088.mtyrpy ... 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000890+0000 mon.smithi088 (mon.0) 949 : 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000919+0000 mon.smithi088 (mon.0) 950 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:01.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000944+0000 mon.smithi088 (mon.0) 951 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:01.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000969+0000 mon.smithi088 (mon.0) 952 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T01:00:01.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.000998+0000 mon.smithi088 (mon.0) 953 : 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:01.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.001030+0000 mon.smithi088 (mon.0) 954 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:01.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:00.001055+0000 mon.smithi088 (mon.0) 955 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:03.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:02 smithi088 bash[16865]: cluster 2024-02-20T01:00:01.807758+0000 mgr.smithi088.fydtne (mgr.14182) 1130 : 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 2024-02-20T01:00:03.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:02 smithi150 bash[20372]: cluster 2024-02-20T01:00:01.807758+0000 mgr.smithi088.fydtne (mgr.14182) 1130 : 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 2024-02-20T01:00:04.428 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:04.428 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:05.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:05.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:04 smithi088 bash[16865]: cluster 2024-02-20T01:00:03.808524+0000 mgr.smithi088.fydtne (mgr.14182) 1131 : 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 2024-02-20T01:00:05.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:04 smithi150 bash[20372]: cluster 2024-02-20T01:00:03.808524+0000 mgr.smithi088.fydtne (mgr.14182) 1131 : 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 2024-02-20T01:00:06.029 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:06.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:05 smithi088 bash[16865]: audit 2024-02-20T01:00:04.416722+0000 mgr.smithi088.fydtne (mgr.14182) 1132 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:06.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:05 smithi150 bash[20372]: audit 2024-02-20T01:00:04.416722+0000 mgr.smithi088.fydtne (mgr.14182) 1132 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:07.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:07 smithi088 bash[16865]: cluster 2024-02-20T01:00:05.810187+0000 mgr.smithi088.fydtne (mgr.14182) 1133 : 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 2024-02-20T01:00:07.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:07 smithi150 bash[20372]: cluster 2024-02-20T01:00:05.810187+0000 mgr.smithi088.fydtne (mgr.14182) 1133 : 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 2024-02-20T01:00:09.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:09 smithi088 bash[16865]: cluster 2024-02-20T01:00:07.812277+0000 mgr.smithi088.fydtne (mgr.14182) 1134 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:09.209 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:09.210 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:09.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:09 smithi150 bash[20372]: cluster 2024-02-20T01:00:07.812277+0000 mgr.smithi088.fydtne (mgr.14182) 1134 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:09.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:10.924 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:11 smithi088 bash[16865]: audit 2024-02-20T01:00:09.195014+0000 mgr.smithi088.fydtne (mgr.14182) 1135 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:11.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:11 smithi088 bash[16865]: cluster 2024-02-20T01:00:09.813256+0000 mgr.smithi088.fydtne (mgr.14182) 1136 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:11.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:11 smithi150 bash[20372]: audit 2024-02-20T01:00:09.195014+0000 mgr.smithi088.fydtne (mgr.14182) 1135 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:11.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:11 smithi150 bash[20372]: cluster 2024-02-20T01:00:09.813256+0000 mgr.smithi088.fydtne (mgr.14182) 1136 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:13.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:13 smithi088 bash[16865]: cluster 2024-02-20T01:00:11.815104+0000 mgr.smithi088.fydtne (mgr.14182) 1137 : 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 2024-02-20T01:00:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:13 smithi150 bash[20372]: cluster 2024-02-20T01:00:11.815104+0000 mgr.smithi088.fydtne (mgr.14182) 1137 : 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 2024-02-20T01:00:14.262 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:14.262 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:14.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:15.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:15 smithi088 bash[16865]: cluster 2024-02-20T01:00:13.816103+0000 mgr.smithi088.fydtne (mgr.14182) 1138 : 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 2024-02-20T01:00:15.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:15 smithi150 bash[20372]: cluster 2024-02-20T01:00:13.816103+0000 mgr.smithi088.fydtne (mgr.14182) 1138 : 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 2024-02-20T01:00:15.935 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:16.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:16 smithi088 bash[16865]: audit 2024-02-20T01:00:14.247115+0000 mgr.smithi088.fydtne (mgr.14182) 1139 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:16.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:16 smithi150 bash[20372]: audit 2024-02-20T01:00:14.247115+0000 mgr.smithi088.fydtne (mgr.14182) 1139 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:17.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:17 smithi088 bash[16865]: cluster 2024-02-20T01:00:15.817846+0000 mgr.smithi088.fydtne (mgr.14182) 1140 : 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 2024-02-20T01:00:17.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:17 smithi150 bash[20372]: cluster 2024-02-20T01:00:15.817846+0000 mgr.smithi088.fydtne (mgr.14182) 1140 : 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 2024-02-20T01:00:18.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:18 smithi088 bash[16865]: audit 2024-02-20T01:00:17.777999+0000 mon.smithi088 (mon.0) 956 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:00:18.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:18 smithi088 bash[16865]: cluster 2024-02-20T01:00:17.819733+0000 mgr.smithi088.fydtne (mgr.14182) 1141 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:18.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:18 smithi150 bash[20372]: audit 2024-02-20T01:00:17.777999+0000 mon.smithi088 (mon.0) 956 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:00:18.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:18 smithi150 bash[20372]: cluster 2024-02-20T01:00:17.819733+0000 mgr.smithi088.fydtne (mgr.14182) 1141 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:19.183 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:19.183 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:58:09.711344Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.rbkjid on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: audit 2024-02-20T01:00:18.104796+0000 mon.smithi088 (mon.0) 957 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: audit 2024-02-20T01:00:18.106471+0000 mon.smithi088 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: audit 2024-02-20T01:00:18.115783+0000 mon.smithi088 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: cluster 2024-02-20T01:00:18.117103+0000 mgr.smithi088.fydtne (mgr.14182) 1142 : cluster [DBG] pgmap v766: 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 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: audit 2024-02-20T01:00:18.124785+0000 mon.smithi088 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: audit 2024-02-20T01:00:18.137797+0000 mon.smithi088 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:00:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:19 smithi088 bash[16865]: cephadm 2024-02-20T01:00:18.140816+0000 mgr.smithi088.fydtne (mgr.14182) 1143 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.sagecl on smithi150 2024-02-20T01:00:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: audit 2024-02-20T01:00:18.104796+0000 mon.smithi088 (mon.0) 957 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:00:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: audit 2024-02-20T01:00:18.106471+0000 mon.smithi088 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:00:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: audit 2024-02-20T01:00:18.115783+0000 mon.smithi088 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:00:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: cluster 2024-02-20T01:00:18.117103+0000 mgr.smithi088.fydtne (mgr.14182) 1142 : cluster [DBG] pgmap v766: 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 2024-02-20T01:00:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: audit 2024-02-20T01:00:18.124785+0000 mon.smithi088 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:00:19.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: audit 2024-02-20T01:00:18.137797+0000 mon.smithi088 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:00:19.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:19 smithi150 bash[20372]: cephadm 2024-02-20T01:00:18.140816+0000 mgr.smithi088.fydtne (mgr.14182) 1143 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.sagecl on smithi150 2024-02-20T01:00:19.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:20.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:20 smithi150 bash[20372]: cluster 2024-02-20T01:00:19.112065+0000 mon.smithi088 (mon.0) 962 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:00:20.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:20 smithi150 bash[20372]: cluster 2024-02-20T01:00:19.112125+0000 mon.smithi088 (mon.0) 963 : cluster [INF] Cluster is now healthy 2024-02-20T01:00:20.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:20 smithi150 bash[20372]: audit 2024-02-20T01:00:19.168031+0000 mgr.smithi088.fydtne (mgr.14182) 1144 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:20.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:20 smithi088 bash[16865]: cluster 2024-02-20T01:00:19.112065+0000 mon.smithi088 (mon.0) 962 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:00:20.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:20 smithi088 bash[16865]: cluster 2024-02-20T01:00:19.112125+0000 mon.smithi088 (mon.0) 963 : cluster [INF] Cluster is now healthy 2024-02-20T01:00:20.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:20 smithi088 bash[16865]: audit 2024-02-20T01:00:19.168031+0000 mgr.smithi088.fydtne (mgr.14182) 1144 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:20.782 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:21.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:21 smithi150 bash[20372]: cluster 2024-02-20T01:00:20.118290+0000 mgr.smithi088.fydtne (mgr.14182) 1145 : cluster [DBG] pgmap v767: 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 2024-02-20T01:00:21.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:21 smithi088 bash[16865]: cluster 2024-02-20T01:00:20.118290+0000 mgr.smithi088.fydtne (mgr.14182) 1145 : cluster [DBG] pgmap v767: 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 2024-02-20T01:00:23.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: cluster 2024-02-20T01:00:22.120320+0000 mgr.smithi088.fydtne (mgr.14182) 1146 : cluster [DBG] pgmap v768: 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 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: cephadm 2024-02-20T01:00:22.253910+0000 mgr.smithi088.fydtne (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.sagecl ... 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:23.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.sagecl ... 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: cephadm 2024-02-20T01:00:22.254414+0000 mgr.smithi088.fydtne (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: audit 2024-02-20T01:00:22.255016+0000 mon.smithi088 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.sagecl"}]: dispatch 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: cephadm 2024-02-20T01:00:22.256553+0000 mgr.smithi088.fydtne (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.sagecl ... 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:23 smithi150 bash[20372]: cephadm 2024-02-20T01:00:22.259422+0000 mgr.smithi088.fydtne (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.obxvdu on smithi088 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: cluster 2024-02-20T01:00:22.120320+0000 mgr.smithi088.fydtne (mgr.14182) 1146 : cluster [DBG] pgmap v768: 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 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: cephadm 2024-02-20T01:00:22.253910+0000 mgr.smithi088.fydtne (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:23.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.sagecl ... 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:00:23.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.sagecl ... 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:23.559 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: cephadm 2024-02-20T01:00:22.254414+0000 mgr.smithi088.fydtne (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: audit 2024-02-20T01:00:22.255016+0000 mon.smithi088 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.sagecl"}]: dispatch 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: cephadm 2024-02-20T01:00:22.256553+0000 mgr.smithi088.fydtne (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.sagecl ... 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:23.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:23.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:23 smithi088 bash[16865]: cephadm 2024-02-20T01:00:22.259422+0000 mgr.smithi088.fydtne (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.obxvdu on smithi088 2024-02-20T01:00:24.021 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:24.021 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:13.967063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.abqwof on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-abqwof\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.abqwof\nDeploy daemon haproxy.nfs.foo.smithi150.abqwof ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.766591Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.mtyrpy on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-mtyrpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.mtyrpy\nDeploy daemon haproxy.nfs.foo.smithi088.mtyrpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:59:17.770856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.dvpgzt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:24.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:24 smithi088 bash[16865]: audit 2024-02-20T01:00:24.005970+0000 mgr.smithi088.fydtne (mgr.14182) 1151 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:24.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:24 smithi150 bash[20372]: audit 2024-02-20T01:00:24.005970+0000 mgr.smithi088.fydtne (mgr.14182) 1151 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:24.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:25.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:25 smithi088 bash[16865]: cluster 2024-02-20T01:00:24.121132+0000 mgr.smithi088.fydtne (mgr.14182) 1152 : cluster [DBG] pgmap v769: 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 2024-02-20T01:00:25.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:25 smithi150 bash[20372]: cluster 2024-02-20T01:00:24.121132+0000 mgr.smithi088.fydtne (mgr.14182) 1152 : cluster [DBG] pgmap v769: 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 2024-02-20T01:00:25.793 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cluster 2024-02-20T01:00:26.123073+0000 mgr.smithi088.fydtne (mgr.14182) 1153 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cephadm 2024-02-20T01:00:26.401571+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:27.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.obxvdu ... 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:00:27.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.obxvdu ... 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:27.497 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cephadm 2024-02-20T01:00:26.402043+0000 mgr.smithi088.fydtne (mgr.14182) 1155 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: audit 2024-02-20T01:00:26.402705+0000 mon.smithi088 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.obxvdu"}]: dispatch 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cephadm 2024-02-20T01:00:26.404239+0000 mgr.smithi088.fydtne (mgr.14182) 1156 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.obxvdu ... 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:27.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.499 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cephadm 2024-02-20T01:00:26.407717+0000 mgr.smithi088.fydtne (mgr.14182) 1157 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:27.499 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cephadm 2024-02-20T01:00:26.410871+0000 mgr.smithi088.fydtne (mgr.14182) 1158 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:27.499 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: cluster 2024-02-20T01:00:26.412304+0000 mgr.smithi088.fydtne (mgr.14182) 1159 : cluster [DBG] pgmap v771: 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 2024-02-20T01:00:27.499 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:27 smithi088 bash[16865]: audit 2024-02-20T01:00:26.512282+0000 mon.smithi088 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cluster 2024-02-20T01:00:26.123073+0000 mgr.smithi088.fydtne (mgr.14182) 1153 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cephadm 2024-02-20T01:00:26.401571+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.obxvdu ... 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.obxvdu ... 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cephadm 2024-02-20T01:00:26.402043+0000 mgr.smithi088.fydtne (mgr.14182) 1155 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: audit 2024-02-20T01:00:26.402705+0000 mon.smithi088 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.obxvdu"}]: dispatch 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cephadm 2024-02-20T01:00:26.404239+0000 mgr.smithi088.fydtne (mgr.14182) 1156 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.obxvdu ... 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:00:27.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:00:27.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:00:27.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cephadm 2024-02-20T01:00:26.407717+0000 mgr.smithi088.fydtne (mgr.14182) 1157 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:27.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cephadm 2024-02-20T01:00:26.410871+0000 mgr.smithi088.fydtne (mgr.14182) 1158 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:00:27.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: cluster 2024-02-20T01:00:26.412304+0000 mgr.smithi088.fydtne (mgr.14182) 1159 : cluster [DBG] pgmap v771: 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 2024-02-20T01:00:27.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:27 smithi150 bash[20372]: audit 2024-02-20T01:00:26.512282+0000 mon.smithi088 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:00:28.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:28 smithi088 bash[16865]: cluster 2024-02-20T01:00:27.201721+0000 mon.smithi088 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:00:28.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:28 smithi150 bash[20372]: cluster 2024-02-20T01:00:27.201721+0000 mon.smithi088 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:00:29.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:29 smithi088 bash[16865]: cluster 2024-02-20T01:00:28.413617+0000 mgr.smithi088.fydtne (mgr.14182) 1160 : cluster [DBG] pgmap v772: 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 2024-02-20T01:00:29.420 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:29.420 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:29.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:29 smithi150 bash[20372]: cluster 2024-02-20T01:00:28.413617+0000 mgr.smithi088.fydtne (mgr.14182) 1160 : cluster [DBG] pgmap v772: 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 2024-02-20T01:00:30.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:30.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:30 smithi088 bash[16865]: audit 2024-02-20T01:00:29.407941+0000 mgr.smithi088.fydtne (mgr.14182) 1161 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:30.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:30 smithi150 bash[20372]: audit 2024-02-20T01:00:29.407941+0000 mgr.smithi088.fydtne (mgr.14182) 1161 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:31.044 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:31.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:31 smithi088 bash[16865]: cluster 2024-02-20T01:00:30.415267+0000 mgr.smithi088.fydtne (mgr.14182) 1162 : cluster [DBG] pgmap v773: 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 2024-02-20T01:00:31.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:31 smithi150 bash[20372]: cluster 2024-02-20T01:00:30.415267+0000 mgr.smithi088.fydtne (mgr.14182) 1162 : cluster [DBG] pgmap v773: 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 2024-02-20T01:00:33.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:33 smithi088 bash[16865]: cluster 2024-02-20T01:00:32.417110+0000 mgr.smithi088.fydtne (mgr.14182) 1163 : cluster [DBG] pgmap v774: 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 2024-02-20T01:00:33.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:33 smithi150 bash[20372]: cluster 2024-02-20T01:00:32.417110+0000 mgr.smithi088.fydtne (mgr.14182) 1163 : cluster [DBG] pgmap v774: 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 2024-02-20T01:00:34.125 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:34.126 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:34.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:35.755 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:35.766 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:35 smithi088 bash[16865]: audit 2024-02-20T01:00:34.116698+0000 mgr.smithi088.fydtne (mgr.14182) 1164 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:35.766 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:35 smithi088 bash[16865]: cluster 2024-02-20T01:00:34.418174+0000 mgr.smithi088.fydtne (mgr.14182) 1165 : cluster [DBG] pgmap v775: 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 2024-02-20T01:00:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:35 smithi150 bash[20372]: audit 2024-02-20T01:00:34.116698+0000 mgr.smithi088.fydtne (mgr.14182) 1164 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:35 smithi150 bash[20372]: cluster 2024-02-20T01:00:34.418174+0000 mgr.smithi088.fydtne (mgr.14182) 1165 : cluster [DBG] pgmap v775: 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 2024-02-20T01:00:37.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:37 smithi088 bash[16865]: cluster 2024-02-20T01:00:36.420306+0000 mgr.smithi088.fydtne (mgr.14182) 1166 : cluster [DBG] pgmap v776: 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 2024-02-20T01:00:37.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:37 smithi150 bash[20372]: cluster 2024-02-20T01:00:36.420306+0000 mgr.smithi088.fydtne (mgr.14182) 1166 : cluster [DBG] pgmap v776: 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 2024-02-20T01:00:39.061 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:39.061 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:39.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:39.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:39 smithi088 bash[16865]: cluster 2024-02-20T01:00:38.421754+0000 mgr.smithi088.fydtne (mgr.14182) 1167 : 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 2024-02-20T01:00:39.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:39 smithi150 bash[20372]: cluster 2024-02-20T01:00:38.421754+0000 mgr.smithi088.fydtne (mgr.14182) 1167 : 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 2024-02-20T01:00:40.725 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:40.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:40 smithi088 bash[16865]: audit 2024-02-20T01:00:39.053914+0000 mgr.smithi088.fydtne (mgr.14182) 1168 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:40 smithi150 bash[20372]: audit 2024-02-20T01:00:39.053914+0000 mgr.smithi088.fydtne (mgr.14182) 1168 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:41.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:41 smithi088 bash[16865]: cluster 2024-02-20T01:00:40.423469+0000 mgr.smithi088.fydtne (mgr.14182) 1169 : 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 2024-02-20T01:00:41.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:41 smithi150 bash[20372]: cluster 2024-02-20T01:00:40.423469+0000 mgr.smithi088.fydtne (mgr.14182) 1169 : 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 2024-02-20T01:00:43.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:43 smithi088 bash[16865]: cluster 2024-02-20T01:00:42.425359+0000 mgr.smithi088.fydtne (mgr.14182) 1170 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:43.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:43 smithi150 bash[20372]: cluster 2024-02-20T01:00:42.425359+0000 mgr.smithi088.fydtne (mgr.14182) 1170 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:44.012 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:44.012 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:44.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:44 smithi088 bash[16865]: audit 2024-02-20T01:00:43.997955+0000 mgr.smithi088.fydtne (mgr.14182) 1171 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:44 smithi150 bash[20372]: audit 2024-02-20T01:00:43.997955+0000 mgr.smithi088.fydtne (mgr.14182) 1171 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:45.629 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:45.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:45 smithi088 bash[16865]: cluster 2024-02-20T01:00:44.426417+0000 mgr.smithi088.fydtne (mgr.14182) 1172 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:45.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:45 smithi150 bash[20372]: cluster 2024-02-20T01:00:44.426417+0000 mgr.smithi088.fydtne (mgr.14182) 1172 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:47.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:47 smithi088 bash[16865]: cluster 2024-02-20T01:00:46.428630+0000 mgr.smithi088.fydtne (mgr.14182) 1173 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:47.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:47 smithi150 bash[20372]: cluster 2024-02-20T01:00:46.428630+0000 mgr.smithi088.fydtne (mgr.14182) 1173 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:48.899 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:48.900 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:49.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:49.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:49 smithi088 bash[16865]: cluster 2024-02-20T01:00:48.430137+0000 mgr.smithi088.fydtne (mgr.14182) 1174 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:49.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:49 smithi088 bash[16865]: audit 2024-02-20T01:00:48.885156+0000 mgr.smithi088.fydtne (mgr.14182) 1175 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:49.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:49 smithi150 bash[20372]: cluster 2024-02-20T01:00:48.430137+0000 mgr.smithi088.fydtne (mgr.14182) 1174 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:49.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:49 smithi150 bash[20372]: audit 2024-02-20T01:00:48.885156+0000 mgr.smithi088.fydtne (mgr.14182) 1175 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:50.509 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:51.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:51 smithi088 bash[16865]: cluster 2024-02-20T01:00:50.431922+0000 mgr.smithi088.fydtne (mgr.14182) 1176 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:51.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:51 smithi150 bash[20372]: cluster 2024-02-20T01:00:50.431922+0000 mgr.smithi088.fydtne (mgr.14182) 1176 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:53.679 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:53.679 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:53.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:53 smithi088 bash[16865]: cluster 2024-02-20T01:00:52.433814+0000 mgr.smithi088.fydtne (mgr.14182) 1177 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:53.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:53 smithi150 bash[20372]: cluster 2024-02-20T01:00:52.433814+0000 mgr.smithi088.fydtne (mgr.14182) 1177 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:54.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:00:54.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:54 smithi088 bash[16865]: audit 2024-02-20T01:00:53.671867+0000 mgr.smithi088.fydtne (mgr.14182) 1178 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:54.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:54 smithi150 bash[20372]: audit 2024-02-20T01:00:53.671867+0000 mgr.smithi088.fydtne (mgr.14182) 1178 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:00:55.355 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:00:55.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:55 smithi088 bash[16865]: cluster 2024-02-20T01:00:54.434890+0000 mgr.smithi088.fydtne (mgr.14182) 1179 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:55.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:55 smithi150 bash[20372]: cluster 2024-02-20T01:00:54.434890+0000 mgr.smithi088.fydtne (mgr.14182) 1179 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:00:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:00:58 smithi088 bash[16865]: cluster 2024-02-20T01:00:56.436954+0000 mgr.smithi088.fydtne (mgr.14182) 1180 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:58.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:00:58 smithi150 bash[20372]: cluster 2024-02-20T01:00:56.436954+0000 mgr.smithi088.fydtne (mgr.14182) 1180 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:00:58.450 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:00:58.450 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:00:59.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:00.076 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:00.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:00 smithi088 bash[16865]: audit 2024-02-20T01:00:58.436472+0000 mgr.smithi088.fydtne (mgr.14182) 1181 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:00.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:00 smithi088 bash[16865]: cluster 2024-02-20T01:00:58.438315+0000 mgr.smithi088.fydtne (mgr.14182) 1182 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:00.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:00 smithi150 bash[20372]: audit 2024-02-20T01:00:58.436472+0000 mgr.smithi088.fydtne (mgr.14182) 1181 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:00.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:00 smithi150 bash[20372]: cluster 2024-02-20T01:00:58.438315+0000 mgr.smithi088.fydtne (mgr.14182) 1182 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:02 smithi088 bash[16865]: cluster 2024-02-20T01:01:00.440087+0000 mgr.smithi088.fydtne (mgr.14182) 1183 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:02.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:02 smithi150 bash[20372]: cluster 2024-02-20T01:01:00.440087+0000 mgr.smithi088.fydtne (mgr.14182) 1183 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:03.348 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:03.348 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:03.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:04.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:04 smithi088 bash[16865]: cluster 2024-02-20T01:01:02.441893+0000 mgr.smithi088.fydtne (mgr.14182) 1184 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:04.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:04 smithi150 bash[20372]: cluster 2024-02-20T01:01:02.441893+0000 mgr.smithi088.fydtne (mgr.14182) 1184 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:04.948 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:05.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:05 smithi088 bash[16865]: audit 2024-02-20T01:01:03.333940+0000 mgr.smithi088.fydtne (mgr.14182) 1185 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:05.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:05 smithi150 bash[20372]: audit 2024-02-20T01:01:03.333940+0000 mgr.smithi088.fydtne (mgr.14182) 1185 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:06.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:06 smithi088 bash[16865]: cluster 2024-02-20T01:01:04.442940+0000 mgr.smithi088.fydtne (mgr.14182) 1186 : 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 2024-02-20T01:01:06.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:06 smithi150 bash[20372]: cluster 2024-02-20T01:01:04.442940+0000 mgr.smithi088.fydtne (mgr.14182) 1186 : 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 2024-02-20T01:01:07.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:07 smithi150 bash[20372]: cluster 2024-02-20T01:01:06.445127+0000 mgr.smithi088.fydtne (mgr.14182) 1187 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:07.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:07 smithi088 bash[16865]: cluster 2024-02-20T01:01:06.445127+0000 mgr.smithi088.fydtne (mgr.14182) 1187 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:08.232 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:08.233 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:08.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:09.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:09 smithi088 bash[16865]: audit 2024-02-20T01:01:08.219737+0000 mgr.smithi088.fydtne (mgr.14182) 1188 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:09.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:09 smithi088 bash[16865]: cluster 2024-02-20T01:01:08.446587+0000 mgr.smithi088.fydtne (mgr.14182) 1189 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:09.811 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:09.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:09 smithi150 bash[20372]: audit 2024-02-20T01:01:08.219737+0000 mgr.smithi088.fydtne (mgr.14182) 1188 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:09.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:09 smithi150 bash[20372]: cluster 2024-02-20T01:01:08.446587+0000 mgr.smithi088.fydtne (mgr.14182) 1189 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:11.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:11 smithi088 bash[16865]: cluster 2024-02-20T01:01:10.448287+0000 mgr.smithi088.fydtne (mgr.14182) 1190 : 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 2024-02-20T01:01:11.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:11 smithi150 bash[20372]: cluster 2024-02-20T01:01:10.448287+0000 mgr.smithi088.fydtne (mgr.14182) 1190 : 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 2024-02-20T01:01:13.130 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:13.131 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:13.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:13.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:13 smithi088 bash[16865]: cluster 2024-02-20T01:01:12.450147+0000 mgr.smithi088.fydtne (mgr.14182) 1191 : 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 2024-02-20T01:01:13.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:13 smithi150 bash[20372]: cluster 2024-02-20T01:01:12.450147+0000 mgr.smithi088.fydtne (mgr.14182) 1191 : 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 2024-02-20T01:01:14.757 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:14.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:14 smithi088 bash[16865]: audit 2024-02-20T01:01:13.123805+0000 mgr.smithi088.fydtne (mgr.14182) 1192 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:14.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:14 smithi150 bash[20372]: audit 2024-02-20T01:01:13.123805+0000 mgr.smithi088.fydtne (mgr.14182) 1192 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:15.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:15 smithi088 bash[16865]: cluster 2024-02-20T01:01:14.451190+0000 mgr.smithi088.fydtne (mgr.14182) 1193 : 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 2024-02-20T01:01:15.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:15 smithi150 bash[20372]: cluster 2024-02-20T01:01:14.451190+0000 mgr.smithi088.fydtne (mgr.14182) 1193 : 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 2024-02-20T01:01:17.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:17 smithi088 bash[16865]: cluster 2024-02-20T01:01:16.453336+0000 mgr.smithi088.fydtne (mgr.14182) 1194 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:17.910 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:17.910 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:17.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:17 smithi150 bash[20372]: cluster 2024-02-20T01:01:16.453336+0000 mgr.smithi088.fydtne (mgr.14182) 1194 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:18.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:18.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:18 smithi088 bash[16865]: audit 2024-02-20T01:01:17.895394+0000 mgr.smithi088.fydtne (mgr.14182) 1195 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:18.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:18 smithi150 bash[20372]: audit 2024-02-20T01:01:17.895394+0000 mgr.smithi088.fydtne (mgr.14182) 1195 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:19.544 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:19.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:19 smithi088 bash[16865]: cluster 2024-02-20T01:01:18.454824+0000 mgr.smithi088.fydtne (mgr.14182) 1196 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:19.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:19 smithi150 bash[20372]: cluster 2024-02-20T01:01:18.454824+0000 mgr.smithi088.fydtne (mgr.14182) 1196 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:21.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:21 smithi150 bash[20372]: cluster 2024-02-20T01:01:20.456595+0000 mgr.smithi088.fydtne (mgr.14182) 1197 : 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 2024-02-20T01:01:22.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:21 smithi088 bash[16865]: cluster 2024-02-20T01:01:20.456595+0000 mgr.smithi088.fydtne (mgr.14182) 1197 : 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 2024-02-20T01:01:22.797 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:22.797 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:23.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:23 smithi088 bash[16865]: cluster 2024-02-20T01:01:22.458300+0000 mgr.smithi088.fydtne (mgr.14182) 1198 : 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 2024-02-20T01:01:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:23 smithi088 bash[16865]: audit 2024-02-20T01:01:22.782978+0000 mgr.smithi088.fydtne (mgr.14182) 1199 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:23.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:23 smithi150 bash[20372]: cluster 2024-02-20T01:01:22.458300+0000 mgr.smithi088.fydtne (mgr.14182) 1198 : 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 2024-02-20T01:01:23.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:23 smithi150 bash[20372]: audit 2024-02-20T01:01:22.782978+0000 mgr.smithi088.fydtne (mgr.14182) 1199 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:24.435 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:25.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:25 smithi088 bash[16865]: cluster 2024-02-20T01:01:24.458961+0000 mgr.smithi088.fydtne (mgr.14182) 1200 : 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 2024-02-20T01:01:25.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:25 smithi150 bash[20372]: cluster 2024-02-20T01:01:24.458961+0000 mgr.smithi088.fydtne (mgr.14182) 1200 : 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 2024-02-20T01:01:26.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:26 smithi150 bash[20372]: audit 2024-02-20T01:01:26.416361+0000 mon.smithi088 (mon.0) 968 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:01:27.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:26 smithi088 bash[16865]: audit 2024-02-20T01:01:26.416361+0000 mon.smithi088 (mon.0) 968 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:01:27.742 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:27.742 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:59:17.773535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xkxugg on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: cluster 2024-02-20T01:01:26.460648+0000 mgr.smithi088.fydtne (mgr.14182) 1201 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: audit 2024-02-20T01:01:26.739848+0000 mon.smithi088 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: audit 2024-02-20T01:01:26.741452+0000 mon.smithi088 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: audit 2024-02-20T01:01:26.750858+0000 mon.smithi088 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: cluster 2024-02-20T01:01:26.751883+0000 mgr.smithi088.fydtne (mgr.14182) 1202 : cluster [DBG] pgmap v802: 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 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: audit 2024-02-20T01:01:26.757838+0000 mon.smithi088 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: audit 2024-02-20T01:01:26.770653+0000 mon.smithi088 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:27.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:27 smithi150 bash[20372]: cephadm 2024-02-20T01:01:26.773345+0000 mgr.smithi088.fydtne (mgr.14182) 1203 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.wgbjcd on smithi150 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: cluster 2024-02-20T01:01:26.460648+0000 mgr.smithi088.fydtne (mgr.14182) 1201 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: audit 2024-02-20T01:01:26.739848+0000 mon.smithi088 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: audit 2024-02-20T01:01:26.741452+0000 mon.smithi088 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: audit 2024-02-20T01:01:26.750858+0000 mon.smithi088 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: cluster 2024-02-20T01:01:26.751883+0000 mgr.smithi088.fydtne (mgr.14182) 1202 : cluster [DBG] pgmap v802: 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 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: audit 2024-02-20T01:01:26.757838+0000 mon.smithi088 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: audit 2024-02-20T01:01:26.770653+0000 mon.smithi088 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:28.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:27 smithi088 bash[16865]: cephadm 2024-02-20T01:01:26.773345+0000 mgr.smithi088.fydtne (mgr.14182) 1203 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.wgbjcd on smithi150 2024-02-20T01:01:28.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:28.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:28 smithi088 bash[16865]: audit 2024-02-20T01:01:27.727481+0000 mgr.smithi088.fydtne (mgr.14182) 1204 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:28.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:28 smithi088 bash[16865]: cluster 2024-02-20T01:01:27.746894+0000 mon.smithi088 (mon.0) 974 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:01:28.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:28 smithi088 bash[16865]: cluster 2024-02-20T01:01:27.746963+0000 mon.smithi088 (mon.0) 975 : cluster [INF] Cluster is now healthy 2024-02-20T01:01:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:28 smithi150 bash[20372]: audit 2024-02-20T01:01:27.727481+0000 mgr.smithi088.fydtne (mgr.14182) 1204 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:28.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:28 smithi150 bash[20372]: cluster 2024-02-20T01:01:27.746894+0000 mon.smithi088 (mon.0) 974 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:01:28.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:28 smithi150 bash[20372]: cluster 2024-02-20T01:01:27.746963+0000 mon.smithi088 (mon.0) 975 : cluster [INF] Cluster is now healthy 2024-02-20T01:01:29.476 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:29.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:29 smithi088 bash[16865]: cluster 2024-02-20T01:01:28.753049+0000 mgr.smithi088.fydtne (mgr.14182) 1205 : cluster [DBG] pgmap v803: 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 2024-02-20T01:01:29.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:29 smithi150 bash[20372]: cluster 2024-02-20T01:01:28.753049+0000 mgr.smithi088.fydtne (mgr.14182) 1205 : cluster [DBG] pgmap v803: 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 2024-02-20T01:01:31.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: audit 2024-02-20T01:01:30.389118+0000 mon.smithi088 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:31.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: cluster 2024-02-20T01:01:30.754621+0000 mgr.smithi088.fydtne (mgr.14182) 1206 : cluster [DBG] pgmap v804: 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 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: cephadm 2024-02-20T01:01:30.862732+0000 mgr.smithi088.fydtne (mgr.14182) 1207 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.wgbjcd ... 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:31.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.wgbjcd ... 2024-02-20T01:01:31.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: cephadm 2024-02-20T01:01:30.863246+0000 mgr.smithi088.fydtne (mgr.14182) 1208 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: audit 2024-02-20T01:01:30.863920+0000 mon.smithi088 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.wgbjcd"}]: dispatch 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: cephadm 2024-02-20T01:01:30.865563+0000 mgr.smithi088.fydtne (mgr.14182) 1209 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.wgbjcd ... 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:31 smithi150 bash[20372]: cephadm 2024-02-20T01:01:30.869531+0000 mgr.smithi088.fydtne (mgr.14182) 1210 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.cvfkyz on smithi088 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: audit 2024-02-20T01:01:30.389118+0000 mon.smithi088 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: cluster 2024-02-20T01:01:30.754621+0000 mgr.smithi088.fydtne (mgr.14182) 1206 : cluster [DBG] pgmap v804: 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 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: cephadm 2024-02-20T01:01:30.862732+0000 mgr.smithi088.fydtne (mgr.14182) 1207 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.wgbjcd ... 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:31.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:31.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.wgbjcd ... 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: cephadm 2024-02-20T01:01:30.863246+0000 mgr.smithi088.fydtne (mgr.14182) 1208 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: audit 2024-02-20T01:01:30.863920+0000 mon.smithi088 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.wgbjcd"}]: dispatch 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: cephadm 2024-02-20T01:01:30.865563+0000 mgr.smithi088.fydtne (mgr.14182) 1209 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.wgbjcd ... 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:31.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:31 smithi088 bash[16865]: cephadm 2024-02-20T01:01:30.869531+0000 mgr.smithi088.fydtne (mgr.14182) 1210 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.cvfkyz on smithi088 2024-02-20T01:01:32.726 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:32.726 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:22.256309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.sagecl on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-sagecl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.sagecl\nDeploy daemon haproxy.nfs.foo.smithi150.sagecl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.404036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.obxvdu on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-obxvdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.obxvdu\nDeploy daemon haproxy.nfs.foo.smithi088.obxvdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:00:26.407535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kedilf on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:33.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:33 smithi150 bash[20372]: audit 2024-02-20T01:01:32.710791+0000 mgr.smithi088.fydtne (mgr.14182) 1211 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:34.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:33 smithi150 bash[20372]: cluster 2024-02-20T01:01:32.756234+0000 mgr.smithi088.fydtne (mgr.14182) 1212 : cluster [DBG] pgmap v805: 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 2024-02-20T01:01:34.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:33 smithi088 bash[16865]: audit 2024-02-20T01:01:32.710791+0000 mgr.smithi088.fydtne (mgr.14182) 1211 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:34.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:33 smithi088 bash[16865]: cluster 2024-02-20T01:01:32.756234+0000 mgr.smithi088.fydtne (mgr.14182) 1212 : cluster [DBG] pgmap v805: 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 2024-02-20T01:01:34.398 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:35.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:35 smithi088 bash[16865]: cluster 2024-02-20T01:01:34.757022+0000 mgr.smithi088.fydtne (mgr.14182) 1213 : cluster [DBG] pgmap v806: 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 2024-02-20T01:01:35.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:35 smithi088 bash[16865]: audit 2024-02-20T01:01:35.178519+0000 mon.smithi088 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.cvfkyz"}]: dispatch 2024-02-20T01:01:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:35 smithi150 bash[20372]: cluster 2024-02-20T01:01:34.757022+0000 mgr.smithi088.fydtne (mgr.14182) 1213 : cluster [DBG] pgmap v806: 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 2024-02-20T01:01:36.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:35 smithi150 bash[20372]: audit 2024-02-20T01:01:35.178519+0000 mon.smithi088 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.cvfkyz"}]: dispatch 2024-02-20T01:01:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cephadm 2024-02-20T01:01:35.177668+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.cvfkyz ... 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:01:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.cvfkyz ... 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cephadm 2024-02-20T01:01:35.177956+0000 mgr.smithi088.fydtne (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cephadm 2024-02-20T01:01:35.179848+0000 mgr.smithi088.fydtne (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.cvfkyz ... 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:37.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cephadm 2024-02-20T01:01:35.184385+0000 mgr.smithi088.fydtne (mgr.14182) 1217 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:01:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cephadm 2024-02-20T01:01:35.188069+0000 mgr.smithi088.fydtne (mgr.14182) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:01:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cluster 2024-02-20T01:01:35.190315+0000 mgr.smithi088.fydtne (mgr.14182) 1219 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T01:01:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: cluster 2024-02-20T01:01:35.817256+0000 mon.smithi088 (mon.0) 979 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:01:37.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:36 smithi150 bash[20372]: audit 2024-02-20T01:01:36.572541+0000 mon.smithi088 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:37.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cephadm 2024-02-20T01:01:35.177668+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:37.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.cvfkyz ... 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:01:37.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.cvfkyz ... 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cephadm 2024-02-20T01:01:35.177956+0000 mgr.smithi088.fydtne (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cephadm 2024-02-20T01:01:35.179848+0000 mgr.smithi088.fydtne (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.cvfkyz ... 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cephadm 2024-02-20T01:01:35.184385+0000 mgr.smithi088.fydtne (mgr.14182) 1217 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:01:37.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cephadm 2024-02-20T01:01:35.188069+0000 mgr.smithi088.fydtne (mgr.14182) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:01:37.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cluster 2024-02-20T01:01:35.190315+0000 mgr.smithi088.fydtne (mgr.14182) 1219 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T01:01:37.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: cluster 2024-02-20T01:01:35.817256+0000 mon.smithi088 (mon.0) 979 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:01:37.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:36 smithi088 bash[16865]: audit 2024-02-20T01:01:36.572541+0000 mon.smithi088 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:37.887 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:37.887 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:38.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:39.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:38 smithi150 bash[20372]: cluster 2024-02-20T01:01:37.192586+0000 mgr.smithi088.fydtne (mgr.14182) 1220 : cluster [DBG] pgmap v808: 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 2024-02-20T01:01:39.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:38 smithi150 bash[20372]: audit 2024-02-20T01:01:37.874726+0000 mgr.smithi088.fydtne (mgr.14182) 1221 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:39.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:38 smithi088 bash[16865]: cluster 2024-02-20T01:01:37.192586+0000 mgr.smithi088.fydtne (mgr.14182) 1220 : cluster [DBG] pgmap v808: 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 2024-02-20T01:01:39.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:38 smithi088 bash[16865]: audit 2024-02-20T01:01:37.874726+0000 mgr.smithi088.fydtne (mgr.14182) 1221 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:39.499 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:40.909 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:40 smithi088 bash[16865]: cluster 2024-02-20T01:01:39.193665+0000 mgr.smithi088.fydtne (mgr.14182) 1222 : cluster [DBG] pgmap v809: 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 2024-02-20T01:01:41.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:40 smithi150 bash[20372]: cluster 2024-02-20T01:01:39.193665+0000 mgr.smithi088.fydtne (mgr.14182) 1222 : cluster [DBG] pgmap v809: 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 2024-02-20T01:01:42.691 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:42.691 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:43.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:42 smithi088 bash[16865]: cluster 2024-02-20T01:01:41.195819+0000 mgr.smithi088.fydtne (mgr.14182) 1223 : cluster [DBG] pgmap v810: 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 2024-02-20T01:01:43.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:42 smithi150 bash[20372]: cluster 2024-02-20T01:01:41.195819+0000 mgr.smithi088.fydtne (mgr.14182) 1223 : cluster [DBG] pgmap v810: 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 2024-02-20T01:01:43.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:44.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:43 smithi150 bash[20372]: audit 2024-02-20T01:01:42.680699+0000 mgr.smithi088.fydtne (mgr.14182) 1224 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:44.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:43 smithi088 bash[16865]: audit 2024-02-20T01:01:42.680699+0000 mgr.smithi088.fydtne (mgr.14182) 1224 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:44.369 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:45.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:44 smithi150 bash[20372]: cluster 2024-02-20T01:01:43.196803+0000 mgr.smithi088.fydtne (mgr.14182) 1225 : cluster [DBG] pgmap v811: 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 2024-02-20T01:01:45.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:44 smithi088 bash[16865]: cluster 2024-02-20T01:01:43.196803+0000 mgr.smithi088.fydtne (mgr.14182) 1225 : cluster [DBG] pgmap v811: 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 2024-02-20T01:01:46.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:46 smithi150 bash[20372]: cluster 2024-02-20T01:01:45.198169+0000 mgr.smithi088.fydtne (mgr.14182) 1226 : cluster [DBG] pgmap v812: 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 2024-02-20T01:01:46.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:46 smithi150 bash[20372]: audit 2024-02-20T01:01:45.390094+0000 mon.smithi088 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:46.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:46 smithi088 bash[16865]: cluster 2024-02-20T01:01:45.198169+0000 mgr.smithi088.fydtne (mgr.14182) 1226 : cluster [DBG] pgmap v812: 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 2024-02-20T01:01:46.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:46 smithi088 bash[16865]: audit 2024-02-20T01:01:45.390094+0000 mon.smithi088 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:01:47.765 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:47.765 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:48.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:48.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:48 smithi150 bash[20372]: cluster 2024-02-20T01:01:47.200386+0000 mgr.smithi088.fydtne (mgr.14182) 1227 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:48.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:48 smithi150 bash[20372]: audit 2024-02-20T01:01:47.757901+0000 mgr.smithi088.fydtne (mgr.14182) 1228 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:48.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:48 smithi088 bash[16865]: cluster 2024-02-20T01:01:47.200386+0000 mgr.smithi088.fydtne (mgr.14182) 1227 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:48.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:48 smithi088 bash[16865]: audit 2024-02-20T01:01:47.757901+0000 mgr.smithi088.fydtne (mgr.14182) 1228 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:49.366 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:50.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:50 smithi150 bash[20372]: cluster 2024-02-20T01:01:49.201416+0000 mgr.smithi088.fydtne (mgr.14182) 1229 : 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 2024-02-20T01:01:50.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:50 smithi088 bash[16865]: cluster 2024-02-20T01:01:49.201416+0000 mgr.smithi088.fydtne (mgr.14182) 1229 : 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 2024-02-20T01:01:52.395 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:52.395 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:52 smithi150 bash[20372]: cluster 2024-02-20T01:01:51.203409+0000 mgr.smithi088.fydtne (mgr.14182) 1230 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:52.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:52 smithi088 bash[16865]: cluster 2024-02-20T01:01:51.203409+0000 mgr.smithi088.fydtne (mgr.14182) 1230 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:53.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:53.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:53 smithi150 bash[20372]: audit 2024-02-20T01:01:52.382073+0000 mgr.smithi088.fydtne (mgr.14182) 1231 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:53.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:53 smithi088 bash[16865]: audit 2024-02-20T01:01:52.382073+0000 mgr.smithi088.fydtne (mgr.14182) 1231 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:54.059 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:54.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:54 smithi150 bash[20372]: cluster 2024-02-20T01:01:53.204700+0000 mgr.smithi088.fydtne (mgr.14182) 1232 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:54.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:54 smithi088 bash[16865]: cluster 2024-02-20T01:01:53.204700+0000 mgr.smithi088.fydtne (mgr.14182) 1232 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:56.678 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:56 smithi088 bash[16865]: cluster 2024-02-20T01:01:55.205672+0000 mgr.smithi088.fydtne (mgr.14182) 1233 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:56.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:56 smithi150 bash[20372]: cluster 2024-02-20T01:01:55.205672+0000 mgr.smithi088.fydtne (mgr.14182) 1233 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:01:57.134 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:01:57.134 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:01:57.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:01:58.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:58 smithi150 bash[20372]: audit 2024-02-20T01:01:57.119924+0000 mgr.smithi088.fydtne (mgr.14182) 1234 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:58.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:01:58 smithi150 bash[20372]: cluster 2024-02-20T01:01:57.207074+0000 mgr.smithi088.fydtne (mgr.14182) 1235 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:01:58.792 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:01:58.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:58 smithi088 bash[16865]: audit 2024-02-20T01:01:57.119924+0000 mgr.smithi088.fydtne (mgr.14182) 1234 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:01:58.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:01:58 smithi088 bash[16865]: cluster 2024-02-20T01:01:57.207074+0000 mgr.smithi088.fydtne (mgr.14182) 1235 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:02:00.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:00 smithi088 bash[16865]: cluster 2024-02-20T01:01:59.208079+0000 mgr.smithi088.fydtne (mgr.14182) 1236 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:00.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:00 smithi150 bash[20372]: cluster 2024-02-20T01:01:59.208079+0000 mgr.smithi088.fydtne (mgr.14182) 1236 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:02.191 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:02.192 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:02.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:02 smithi088 bash[16865]: cluster 2024-02-20T01:02:01.210145+0000 mgr.smithi088.fydtne (mgr.14182) 1237 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:02.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:02.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:02 smithi150 bash[20372]: cluster 2024-02-20T01:02:01.210145+0000 mgr.smithi088.fydtne (mgr.14182) 1237 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:03.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:03 smithi088 bash[16865]: audit 2024-02-20T01:02:02.177440+0000 mgr.smithi088.fydtne (mgr.14182) 1238 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:03.814 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:03.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:03 smithi150 bash[20372]: audit 2024-02-20T01:02:02.177440+0000 mgr.smithi088.fydtne (mgr.14182) 1238 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:04.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:04 smithi088 bash[16865]: cluster 2024-02-20T01:02:03.211769+0000 mgr.smithi088.fydtne (mgr.14182) 1239 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:04.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:04 smithi150 bash[20372]: cluster 2024-02-20T01:02:03.211769+0000 mgr.smithi088.fydtne (mgr.14182) 1239 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:06.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:06 smithi088 bash[16865]: cluster 2024-02-20T01:02:05.213354+0000 mgr.smithi088.fydtne (mgr.14182) 1240 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:06.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:06 smithi150 bash[20372]: cluster 2024-02-20T01:02:05.213354+0000 mgr.smithi088.fydtne (mgr.14182) 1240 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:07.111 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:07.111 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:07.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:08.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:08 smithi088 bash[16865]: audit 2024-02-20T01:02:07.104398+0000 mgr.smithi088.fydtne (mgr.14182) 1241 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:08.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:08 smithi088 bash[16865]: cluster 2024-02-20T01:02:07.215624+0000 mgr.smithi088.fydtne (mgr.14182) 1242 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:02:08.850 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:08.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:08 smithi150 bash[20372]: audit 2024-02-20T01:02:07.104398+0000 mgr.smithi088.fydtne (mgr.14182) 1241 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:08.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:08 smithi150 bash[20372]: cluster 2024-02-20T01:02:07.215624+0000 mgr.smithi088.fydtne (mgr.14182) 1242 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:02:10.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:10 smithi088 bash[16865]: cluster 2024-02-20T01:02:09.216832+0000 mgr.smithi088.fydtne (mgr.14182) 1243 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:10.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:10 smithi150 bash[20372]: cluster 2024-02-20T01:02:09.216832+0000 mgr.smithi088.fydtne (mgr.14182) 1243 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:02:12.009 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:12.009 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:12.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:12.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:12 smithi088 bash[16865]: cluster 2024-02-20T01:02:11.219031+0000 mgr.smithi088.fydtne (mgr.14182) 1244 : 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 2024-02-20T01:02:12.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:12 smithi088 bash[16865]: audit 2024-02-20T01:02:11.998329+0000 mgr.smithi088.fydtne (mgr.14182) 1245 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:12.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:12 smithi150 bash[20372]: cluster 2024-02-20T01:02:11.219031+0000 mgr.smithi088.fydtne (mgr.14182) 1244 : 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 2024-02-20T01:02:12.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:12 smithi150 bash[20372]: audit 2024-02-20T01:02:11.998329+0000 mgr.smithi088.fydtne (mgr.14182) 1245 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:13.654 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:14.780 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:14 smithi088 bash[16865]: cluster 2024-02-20T01:02:13.220532+0000 mgr.smithi088.fydtne (mgr.14182) 1246 : cluster [DBG] pgmap v826: 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 2024-02-20T01:02:14.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:14 smithi150 bash[20372]: cluster 2024-02-20T01:02:13.220532+0000 mgr.smithi088.fydtne (mgr.14182) 1246 : cluster [DBG] pgmap v826: 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 2024-02-20T01:02:16.782 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:16.783 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:16.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:16 smithi088 bash[16865]: cluster 2024-02-20T01:02:15.222035+0000 mgr.smithi088.fydtne (mgr.14182) 1247 : cluster [DBG] pgmap v827: 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 2024-02-20T01:02:16.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:16 smithi150 bash[20372]: cluster 2024-02-20T01:02:15.222035+0000 mgr.smithi088.fydtne (mgr.14182) 1247 : cluster [DBG] pgmap v827: 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 2024-02-20T01:02:17.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:17.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:17 smithi088 bash[16865]: audit 2024-02-20T01:02:16.771293+0000 mgr.smithi088.fydtne (mgr.14182) 1248 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:17.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:17 smithi150 bash[20372]: audit 2024-02-20T01:02:16.771293+0000 mgr.smithi088.fydtne (mgr.14182) 1248 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:18.450 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:18.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:18 smithi088 bash[16865]: cluster 2024-02-20T01:02:17.224282+0000 mgr.smithi088.fydtne (mgr.14182) 1249 : cluster [DBG] pgmap v828: 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 2024-02-20T01:02:18.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:18 smithi150 bash[20372]: cluster 2024-02-20T01:02:17.224282+0000 mgr.smithi088.fydtne (mgr.14182) 1249 : cluster [DBG] pgmap v828: 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 2024-02-20T01:02:20.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:20 smithi088 bash[16865]: cluster 2024-02-20T01:02:19.225356+0000 mgr.smithi088.fydtne (mgr.14182) 1250 : cluster [DBG] pgmap v829: 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 2024-02-20T01:02:20.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:20 smithi150 bash[20372]: cluster 2024-02-20T01:02:19.225356+0000 mgr.smithi088.fydtne (mgr.14182) 1250 : cluster [DBG] pgmap v829: 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 2024-02-20T01:02:21.693 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:21.693 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:22.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:22.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:22 smithi088 bash[16865]: cluster 2024-02-20T01:02:21.226897+0000 mgr.smithi088.fydtne (mgr.14182) 1251 : cluster [DBG] pgmap v830: 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 2024-02-20T01:02:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:22 smithi088 bash[16865]: audit 2024-02-20T01:02:21.679035+0000 mgr.smithi088.fydtne (mgr.14182) 1252 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:22.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:22 smithi150 bash[20372]: cluster 2024-02-20T01:02:21.226897+0000 mgr.smithi088.fydtne (mgr.14182) 1251 : cluster [DBG] pgmap v830: 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 2024-02-20T01:02:22.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:22 smithi150 bash[20372]: audit 2024-02-20T01:02:21.679035+0000 mgr.smithi088.fydtne (mgr.14182) 1252 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:23.393 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:24.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:24 smithi088 bash[16865]: cluster 2024-02-20T01:02:23.228438+0000 mgr.smithi088.fydtne (mgr.14182) 1253 : cluster [DBG] pgmap v831: 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 2024-02-20T01:02:24.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:24 smithi150 bash[20372]: cluster 2024-02-20T01:02:23.228438+0000 mgr.smithi088.fydtne (mgr.14182) 1253 : cluster [DBG] pgmap v831: 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 2024-02-20T01:02:26.412 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:26.412 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:26.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:26 smithi088 bash[16865]: cluster 2024-02-20T01:02:25.229875+0000 mgr.smithi088.fydtne (mgr.14182) 1254 : cluster [DBG] pgmap v832: 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 2024-02-20T01:02:26.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:26 smithi150 bash[20372]: cluster 2024-02-20T01:02:25.229875+0000 mgr.smithi088.fydtne (mgr.14182) 1254 : cluster [DBG] pgmap v832: 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 2024-02-20T01:02:27.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:27.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:27 smithi088 bash[16865]: audit 2024-02-20T01:02:26.397773+0000 mgr.smithi088.fydtne (mgr.14182) 1255 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:27 smithi150 bash[20372]: audit 2024-02-20T01:02:26.397773+0000 mgr.smithi088.fydtne (mgr.14182) 1255 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:28.037 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:28.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:28 smithi088 bash[16865]: cluster 2024-02-20T01:02:27.232142+0000 mgr.smithi088.fydtne (mgr.14182) 1256 : 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 2024-02-20T01:02:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:28 smithi150 bash[20372]: cluster 2024-02-20T01:02:27.232142+0000 mgr.smithi088.fydtne (mgr.14182) 1256 : 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 2024-02-20T01:02:30.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:30 smithi088 bash[16865]: cluster 2024-02-20T01:02:29.233163+0000 mgr.smithi088.fydtne (mgr.14182) 1257 : 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 2024-02-20T01:02:30.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:30 smithi150 bash[20372]: cluster 2024-02-20T01:02:29.233163+0000 mgr.smithi088.fydtne (mgr.14182) 1257 : 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 2024-02-20T01:02:31.316 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:31.316 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:31.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:32.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:32 smithi088 bash[16865]: cluster 2024-02-20T01:02:31.235206+0000 mgr.smithi088.fydtne (mgr.14182) 1258 : 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 2024-02-20T01:02:32.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:32 smithi088 bash[16865]: audit 2024-02-20T01:02:31.301660+0000 mgr.smithi088.fydtne (mgr.14182) 1259 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:32.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:32 smithi150 bash[20372]: cluster 2024-02-20T01:02:31.235206+0000 mgr.smithi088.fydtne (mgr.14182) 1258 : 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 2024-02-20T01:02:32.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:32 smithi150 bash[20372]: audit 2024-02-20T01:02:31.301660+0000 mgr.smithi088.fydtne (mgr.14182) 1259 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:32.964 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:34.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:34 smithi088 bash[16865]: cluster 2024-02-20T01:02:33.236128+0000 mgr.smithi088.fydtne (mgr.14182) 1260 : 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 2024-02-20T01:02:34.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:34 smithi150 bash[20372]: cluster 2024-02-20T01:02:33.236128+0000 mgr.smithi088.fydtne (mgr.14182) 1260 : 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 2024-02-20T01:02:35.833 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:35 smithi088 bash[16865]: audit 2024-02-20T01:02:35.196004+0000 mon.smithi088 (mon.0) 982 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:02:35.833 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:35 smithi088 bash[16865]: audit 2024-02-20T01:02:35.521279+0000 mon.smithi088 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:02:35.833 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:35 smithi088 bash[16865]: audit 2024-02-20T01:02:35.522555+0000 mon.smithi088 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:02:35.834 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:35 smithi088 bash[16865]: audit 2024-02-20T01:02:35.530424+0000 mon.smithi088 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:02:35.834 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:35 smithi088 bash[16865]: audit 2024-02-20T01:02:35.537952+0000 mon.smithi088 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:02:35.834 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:35 smithi088 bash[16865]: audit 2024-02-20T01:02:35.555505+0000 mon.smithi088 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:02:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:35 smithi150 bash[20372]: audit 2024-02-20T01:02:35.196004+0000 mon.smithi088 (mon.0) 982 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:02:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:35 smithi150 bash[20372]: audit 2024-02-20T01:02:35.521279+0000 mon.smithi088 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:02:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:35 smithi150 bash[20372]: audit 2024-02-20T01:02:35.522555+0000 mon.smithi088 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:02:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:35 smithi150 bash[20372]: audit 2024-02-20T01:02:35.530424+0000 mon.smithi088 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:02:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:35 smithi150 bash[20372]: audit 2024-02-20T01:02:35.537952+0000 mon.smithi088 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:02:35.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:35 smithi150 bash[20372]: audit 2024-02-20T01:02:35.555505+0000 mon.smithi088 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:02:36.195 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:36.195 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:00:26.410693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.vsrmmd on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:36.876 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:36 smithi088 bash[16865]: cluster 2024-02-20T01:02:35.237610+0000 mgr.smithi088.fydtne (mgr.14182) 1261 : 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 2024-02-20T01:02:36.876 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:36 smithi088 bash[16865]: cluster 2024-02-20T01:02:35.531647+0000 mgr.smithi088.fydtne (mgr.14182) 1262 : cluster [DBG] pgmap v838: 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 2024-02-20T01:02:36.876 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:36 smithi088 bash[16865]: cephadm 2024-02-20T01:02:35.559870+0000 mgr.smithi088.fydtne (mgr.14182) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.kbvupg on smithi150 2024-02-20T01:02:36.876 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:36 smithi088 bash[16865]: cluster 2024-02-20T01:02:35.561055+0000 mon.smithi088 (mon.0) 988 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:02:36.876 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:36 smithi088 bash[16865]: cluster 2024-02-20T01:02:35.561082+0000 mon.smithi088 (mon.0) 989 : cluster [INF] Cluster is now healthy 2024-02-20T01:02:36.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:36.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:36 smithi150 bash[20372]: cluster 2024-02-20T01:02:35.237610+0000 mgr.smithi088.fydtne (mgr.14182) 1261 : 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 2024-02-20T01:02:36.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:36 smithi150 bash[20372]: cluster 2024-02-20T01:02:35.531647+0000 mgr.smithi088.fydtne (mgr.14182) 1262 : cluster [DBG] pgmap v838: 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 2024-02-20T01:02:36.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:36 smithi150 bash[20372]: cephadm 2024-02-20T01:02:35.559870+0000 mgr.smithi088.fydtne (mgr.14182) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.kbvupg on smithi150 2024-02-20T01:02:36.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:36 smithi150 bash[20372]: cluster 2024-02-20T01:02:35.561055+0000 mon.smithi088 (mon.0) 988 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:02:36.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:36 smithi150 bash[20372]: cluster 2024-02-20T01:02:35.561082+0000 mon.smithi088 (mon.0) 989 : cluster [INF] Cluster is now healthy 2024-02-20T01:02:37.879 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:37.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:37 smithi088 bash[16865]: audit 2024-02-20T01:02:36.183282+0000 mgr.smithi088.fydtne (mgr.14182) 1264 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:37.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:37 smithi150 bash[20372]: audit 2024-02-20T01:02:36.183282+0000 mgr.smithi088.fydtne (mgr.14182) 1264 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:38.908 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:38 smithi088 bash[16865]: cluster 2024-02-20T01:02:37.533254+0000 mgr.smithi088.fydtne (mgr.14182) 1265 : cluster [DBG] pgmap v839: 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 2024-02-20T01:02:38.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:38 smithi150 bash[20372]: cluster 2024-02-20T01:02:37.533254+0000 mgr.smithi088.fydtne (mgr.14182) 1265 : cluster [DBG] pgmap v839: 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 2024-02-20T01:02:39.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:39 smithi150 bash[20372]: audit 2024-02-20T01:02:39.316270+0000 mon.smithi088 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.kbvupg"}]: dispatch 2024-02-20T01:02:40.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:39 smithi088 bash[16865]: audit 2024-02-20T01:02:39.316270+0000 mon.smithi088 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.kbvupg"}]: dispatch 2024-02-20T01:02:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: cephadm 2024-02-20T01:02:39.314896+0000 mgr.smithi088.fydtne (mgr.14182) 1266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:40.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.kbvupg ... 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:02:40.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.kbvupg ... 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:40.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: cephadm 2024-02-20T01:02:39.315403+0000 mgr.smithi088.fydtne (mgr.14182) 1267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: cephadm 2024-02-20T01:02:39.317824+0000 mgr.smithi088.fydtne (mgr.14182) 1268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.kbvupg ... 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:40.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:40.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: cephadm 2024-02-20T01:02:39.322553+0000 mgr.smithi088.fydtne (mgr.14182) 1269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.zuqxit on smithi088 2024-02-20T01:02:40.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:40 smithi150 bash[20372]: cluster 2024-02-20T01:02:39.534019+0000 mgr.smithi088.fydtne (mgr.14182) 1270 : cluster [DBG] pgmap v840: 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 2024-02-20T01:02:41.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: cephadm 2024-02-20T01:02:39.314896+0000 mgr.smithi088.fydtne (mgr.14182) 1266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:41.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:41.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:41.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.kbvupg ... 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:41.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.kbvupg ... 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: cephadm 2024-02-20T01:02:39.315403+0000 mgr.smithi088.fydtne (mgr.14182) 1267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: cephadm 2024-02-20T01:02:39.317824+0000 mgr.smithi088.fydtne (mgr.14182) 1268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:41.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.kbvupg ... 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: cephadm 2024-02-20T01:02:39.322553+0000 mgr.smithi088.fydtne (mgr.14182) 1269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.zuqxit on smithi088 2024-02-20T01:02:41.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:40 smithi088 bash[16865]: cluster 2024-02-20T01:02:39.534019+0000 mgr.smithi088.fydtne (mgr.14182) 1270 : cluster [DBG] pgmap v840: 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 2024-02-20T01:02:41.170 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:41.171 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:30.865323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.wgbjcd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-wgbjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.wgbjcd\nDeploy daemon haproxy.nfs.foo.smithi150.wgbjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.179701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvfkyz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvfkyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvfkyz\nDeploy daemon haproxy.nfs.foo.smithi088.cvfkyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:01:35.184131Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kuhicu on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:41.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:42.824 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:42.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:42 smithi150 bash[20372]: audit 2024-02-20T01:02:41.164115+0000 mgr.smithi088.fydtne (mgr.14182) 1271 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:42 smithi150 bash[20372]: cluster 2024-02-20T01:02:41.535910+0000 mgr.smithi088.fydtne (mgr.14182) 1272 : cluster [DBG] pgmap v841: 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 2024-02-20T01:02:43.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:42 smithi088 bash[16865]: audit 2024-02-20T01:02:41.164115+0000 mgr.smithi088.fydtne (mgr.14182) 1271 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:43.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:42 smithi088 bash[16865]: cluster 2024-02-20T01:02:41.535910+0000 mgr.smithi088.fydtne (mgr.14182) 1272 : cluster [DBG] pgmap v841: 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 2024-02-20T01:02:43.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:43 smithi088 bash[16865]: audit 2024-02-20T01:02:43.602452+0000 mon.smithi088 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.zuqxit"}]: dispatch 2024-02-20T01:02:43.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:43 smithi150 bash[20372]: audit 2024-02-20T01:02:43.602452+0000 mon.smithi088 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.zuqxit"}]: dispatch 2024-02-20T01:02:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cluster 2024-02-20T01:02:43.537060+0000 mgr.smithi088.fydtne (mgr.14182) 1273 : cluster [DBG] pgmap v842: 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 2024-02-20T01:02:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cephadm 2024-02-20T01:02:43.601582+0000 mgr.smithi088.fydtne (mgr.14182) 1274 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:44.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.zuqxit ... 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:02:44.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.zuqxit ... 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cephadm 2024-02-20T01:02:43.601899+0000 mgr.smithi088.fydtne (mgr.14182) 1275 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cephadm 2024-02-20T01:02:43.603653+0000 mgr.smithi088.fydtne (mgr.14182) 1276 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.zuqxit ... 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cephadm 2024-02-20T01:02:43.607110+0000 mgr.smithi088.fydtne (mgr.14182) 1277 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:02:44.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cephadm 2024-02-20T01:02:43.610579+0000 mgr.smithi088.fydtne (mgr.14182) 1278 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:02:44.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cluster 2024-02-20T01:02:43.612167+0000 mgr.smithi088.fydtne (mgr.14182) 1279 : cluster [DBG] pgmap v843: 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 2024-02-20T01:02:44.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:44 smithi088 bash[16865]: cluster 2024-02-20T01:02:44.608196+0000 mon.smithi088 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cluster 2024-02-20T01:02:43.537060+0000 mgr.smithi088.fydtne (mgr.14182) 1273 : cluster [DBG] pgmap v842: 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 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cephadm 2024-02-20T01:02:43.601582+0000 mgr.smithi088.fydtne (mgr.14182) 1274 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.zuqxit ... 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:44.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.zuqxit ... 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cephadm 2024-02-20T01:02:43.601899+0000 mgr.smithi088.fydtne (mgr.14182) 1275 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cephadm 2024-02-20T01:02:43.603653+0000 mgr.smithi088.fydtne (mgr.14182) 1276 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.zuqxit ... 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:02:44.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:02:44.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cephadm 2024-02-20T01:02:43.607110+0000 mgr.smithi088.fydtne (mgr.14182) 1277 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:02:44.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cephadm 2024-02-20T01:02:43.610579+0000 mgr.smithi088.fydtne (mgr.14182) 1278 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:02:44.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cluster 2024-02-20T01:02:43.612167+0000 mgr.smithi088.fydtne (mgr.14182) 1279 : cluster [DBG] pgmap v843: 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 2024-02-20T01:02:44.937 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:44 smithi150 bash[20372]: cluster 2024-02-20T01:02:44.608196+0000 mon.smithi088 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:02:46.303 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:46.304 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:46.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:46 smithi150 bash[20372]: cluster 2024-02-20T01:02:45.614268+0000 mgr.smithi088.fydtne (mgr.14182) 1280 : cluster [DBG] pgmap v844: 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 2024-02-20T01:02:46.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:46 smithi088 bash[16865]: cluster 2024-02-20T01:02:45.614268+0000 mgr.smithi088.fydtne (mgr.14182) 1280 : cluster [DBG] pgmap v844: 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 2024-02-20T01:02:46.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:47.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:47 smithi150 bash[20372]: audit 2024-02-20T01:02:46.292400+0000 mgr.smithi088.fydtne (mgr.14182) 1281 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:47.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:47 smithi150 bash[20372]: audit 2024-02-20T01:02:46.636105+0000 mon.smithi088 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:02:47.965 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:47.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:47 smithi088 bash[16865]: audit 2024-02-20T01:02:46.292400+0000 mgr.smithi088.fydtne (mgr.14182) 1281 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:47.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:47 smithi088 bash[16865]: audit 2024-02-20T01:02:46.636105+0000 mon.smithi088 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:02:48.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:48 smithi150 bash[20372]: cluster 2024-02-20T01:02:47.616034+0000 mgr.smithi088.fydtne (mgr.14182) 1282 : cluster [DBG] pgmap v845: 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 2024-02-20T01:02:49.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:48 smithi088 bash[16865]: cluster 2024-02-20T01:02:47.616034+0000 mgr.smithi088.fydtne (mgr.14182) 1282 : cluster [DBG] pgmap v845: 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 2024-02-20T01:02:50.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:50 smithi150 bash[20372]: cluster 2024-02-20T01:02:49.617030+0000 mgr.smithi088.fydtne (mgr.14182) 1283 : cluster [DBG] pgmap v846: 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 2024-02-20T01:02:51.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:50 smithi088 bash[16865]: cluster 2024-02-20T01:02:49.617030+0000 mgr.smithi088.fydtne (mgr.14182) 1283 : cluster [DBG] pgmap v846: 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 2024-02-20T01:02:51.182 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:51.183 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:51.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:52.836 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:52.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:52 smithi150 bash[20372]: audit 2024-02-20T01:02:51.168041+0000 mgr.smithi088.fydtne (mgr.14182) 1284 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:52.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:52 smithi150 bash[20372]: cluster 2024-02-20T01:02:51.619133+0000 mgr.smithi088.fydtne (mgr.14182) 1285 : cluster [DBG] pgmap v847: 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 2024-02-20T01:02:53.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:52 smithi088 bash[16865]: audit 2024-02-20T01:02:51.168041+0000 mgr.smithi088.fydtne (mgr.14182) 1284 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:53.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:52 smithi088 bash[16865]: cluster 2024-02-20T01:02:51.619133+0000 mgr.smithi088.fydtne (mgr.14182) 1285 : cluster [DBG] pgmap v847: 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 2024-02-20T01:02:54.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:54 smithi150 bash[20372]: cluster 2024-02-20T01:02:53.620768+0000 mgr.smithi088.fydtne (mgr.14182) 1286 : cluster [DBG] pgmap v848: 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 2024-02-20T01:02:55.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:54 smithi088 bash[16865]: cluster 2024-02-20T01:02:53.620768+0000 mgr.smithi088.fydtne (mgr.14182) 1286 : cluster [DBG] pgmap v848: 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 2024-02-20T01:02:56.143 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:02:56.143 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:02:56.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:02:57.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:57 smithi150 bash[20372]: cluster 2024-02-20T01:02:55.622568+0000 mgr.smithi088.fydtne (mgr.14182) 1287 : 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 2024-02-20T01:02:57.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:57 smithi088 bash[16865]: cluster 2024-02-20T01:02:55.622568+0000 mgr.smithi088.fydtne (mgr.14182) 1287 : 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 2024-02-20T01:02:57.780 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:02:58.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:58 smithi150 bash[20372]: audit 2024-02-20T01:02:56.128603+0000 mgr.smithi088.fydtne (mgr.14182) 1288 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:58.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:58 smithi088 bash[16865]: audit 2024-02-20T01:02:56.128603+0000 mgr.smithi088.fydtne (mgr.14182) 1288 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:02:59.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:02:59 smithi088 bash[16865]: cluster 2024-02-20T01:02:57.624425+0000 mgr.smithi088.fydtne (mgr.14182) 1289 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:02:59.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:02:59 smithi150 bash[20372]: cluster 2024-02-20T01:02:57.624425+0000 mgr.smithi088.fydtne (mgr.14182) 1289 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:00.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:00 smithi150 bash[20372]: cluster 2024-02-20T01:02:59.625586+0000 mgr.smithi088.fydtne (mgr.14182) 1290 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:00.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:00 smithi088 bash[16865]: cluster 2024-02-20T01:02:59.625586+0000 mgr.smithi088.fydtne (mgr.14182) 1290 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:01.131 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:01.131 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:01.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:02.747 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:03.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:02 smithi088 bash[16865]: audit 2024-02-20T01:03:01.123286+0000 mgr.smithi088.fydtne (mgr.14182) 1291 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:03.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:02 smithi088 bash[16865]: cluster 2024-02-20T01:03:01.627809+0000 mgr.smithi088.fydtne (mgr.14182) 1292 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:03.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:02 smithi150 bash[20372]: audit 2024-02-20T01:03:01.123286+0000 mgr.smithi088.fydtne (mgr.14182) 1291 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:03.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:02 smithi150 bash[20372]: cluster 2024-02-20T01:03:01.627809+0000 mgr.smithi088.fydtne (mgr.14182) 1292 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:05.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:04 smithi088 bash[16865]: cluster 2024-02-20T01:03:03.629324+0000 mgr.smithi088.fydtne (mgr.14182) 1293 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:05.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:04 smithi150 bash[20372]: cluster 2024-02-20T01:03:03.629324+0000 mgr.smithi088.fydtne (mgr.14182) 1293 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:05.891 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:05.891 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:06.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:06.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:06 smithi088 bash[16865]: cluster 2024-02-20T01:03:05.630957+0000 mgr.smithi088.fydtne (mgr.14182) 1294 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:06.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:06 smithi088 bash[16865]: audit 2024-02-20T01:03:05.878298+0000 mgr.smithi088.fydtne (mgr.14182) 1295 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:07.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:06 smithi150 bash[20372]: cluster 2024-02-20T01:03:05.630957+0000 mgr.smithi088.fydtne (mgr.14182) 1294 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:07.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:06 smithi150 bash[20372]: audit 2024-02-20T01:03:05.878298+0000 mgr.smithi088.fydtne (mgr.14182) 1295 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:07.515 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:08.814 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:08 smithi088 bash[16865]: cluster 2024-02-20T01:03:07.632767+0000 mgr.smithi088.fydtne (mgr.14182) 1296 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:09.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:08 smithi150 bash[20372]: cluster 2024-02-20T01:03:07.632767+0000 mgr.smithi088.fydtne (mgr.14182) 1296 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:10.560 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:10.560 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:11.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:10 smithi088 bash[16865]: cluster 2024-02-20T01:03:09.633817+0000 mgr.smithi088.fydtne (mgr.14182) 1297 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:11.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:10 smithi150 bash[20372]: cluster 2024-02-20T01:03:09.633817+0000 mgr.smithi088.fydtne (mgr.14182) 1297 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:11.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:12.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:11 smithi088 bash[16865]: audit 2024-02-20T01:03:10.547152+0000 mgr.smithi088.fydtne (mgr.14182) 1298 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:12.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:11 smithi150 bash[20372]: audit 2024-02-20T01:03:10.547152+0000 mgr.smithi088.fydtne (mgr.14182) 1298 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:12.255 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:13.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:12 smithi088 bash[16865]: cluster 2024-02-20T01:03:11.635997+0000 mgr.smithi088.fydtne (mgr.14182) 1299 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:13.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:12 smithi150 bash[20372]: cluster 2024-02-20T01:03:11.635997+0000 mgr.smithi088.fydtne (mgr.14182) 1299 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:15.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:14 smithi088 bash[16865]: cluster 2024-02-20T01:03:13.637628+0000 mgr.smithi088.fydtne (mgr.14182) 1300 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:15.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:14 smithi150 bash[20372]: cluster 2024-02-20T01:03:13.637628+0000 mgr.smithi088.fydtne (mgr.14182) 1300 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:15.480 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:15.480 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:16.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:17.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:16 smithi088 bash[16865]: audit 2024-02-20T01:03:15.473546+0000 mgr.smithi088.fydtne (mgr.14182) 1301 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:17.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:16 smithi088 bash[16865]: cluster 2024-02-20T01:03:15.639567+0000 mgr.smithi088.fydtne (mgr.14182) 1302 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:17.127 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:16 smithi150 bash[20372]: audit 2024-02-20T01:03:15.473546+0000 mgr.smithi088.fydtne (mgr.14182) 1301 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:17.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:16 smithi150 bash[20372]: cluster 2024-02-20T01:03:15.639567+0000 mgr.smithi088.fydtne (mgr.14182) 1302 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:19.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:18 smithi088 bash[16865]: cluster 2024-02-20T01:03:17.641525+0000 mgr.smithi088.fydtne (mgr.14182) 1303 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:19.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:18 smithi150 bash[20372]: cluster 2024-02-20T01:03:17.641525+0000 mgr.smithi088.fydtne (mgr.14182) 1303 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:20.475 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:20.475 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:20.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:20 smithi088 bash[16865]: cluster 2024-02-20T01:03:19.642545+0000 mgr.smithi088.fydtne (mgr.14182) 1304 : 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 2024-02-20T01:03:21.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:21.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:20 smithi150 bash[20372]: cluster 2024-02-20T01:03:19.642545+0000 mgr.smithi088.fydtne (mgr.14182) 1304 : 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 2024-02-20T01:03:22.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:21 smithi088 bash[16865]: audit 2024-02-20T01:03:20.462311+0000 mgr.smithi088.fydtne (mgr.14182) 1305 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:22.071 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:22.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:21 smithi150 bash[20372]: audit 2024-02-20T01:03:20.462311+0000 mgr.smithi088.fydtne (mgr.14182) 1305 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:23.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:22 smithi088 bash[16865]: cluster 2024-02-20T01:03:21.644694+0000 mgr.smithi088.fydtne (mgr.14182) 1306 : 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 2024-02-20T01:03:23.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:22 smithi150 bash[20372]: cluster 2024-02-20T01:03:21.644694+0000 mgr.smithi088.fydtne (mgr.14182) 1306 : 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 2024-02-20T01:03:25.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:24 smithi088 bash[16865]: cluster 2024-02-20T01:03:23.646127+0000 mgr.smithi088.fydtne (mgr.14182) 1307 : 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 2024-02-20T01:03:25.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:24 smithi150 bash[20372]: cluster 2024-02-20T01:03:23.646127+0000 mgr.smithi088.fydtne (mgr.14182) 1307 : 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 2024-02-20T01:03:25.226 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:25.226 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:25.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:26.855 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:27.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:26 smithi088 bash[16865]: audit 2024-02-20T01:03:25.214525+0000 mgr.smithi088.fydtne (mgr.14182) 1308 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:26 smithi088 bash[16865]: cluster 2024-02-20T01:03:25.647867+0000 mgr.smithi088.fydtne (mgr.14182) 1309 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:27.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:26 smithi150 bash[20372]: audit 2024-02-20T01:03:25.214525+0000 mgr.smithi088.fydtne (mgr.14182) 1308 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:26 smithi150 bash[20372]: cluster 2024-02-20T01:03:25.647867+0000 mgr.smithi088.fydtne (mgr.14182) 1309 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:03:29.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:28 smithi088 bash[16865]: cluster 2024-02-20T01:03:27.649682+0000 mgr.smithi088.fydtne (mgr.14182) 1310 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:29.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:28 smithi150 bash[20372]: cluster 2024-02-20T01:03:27.649682+0000 mgr.smithi088.fydtne (mgr.14182) 1310 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:30.019 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:30.020 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:30.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:30 smithi088 bash[16865]: cluster 2024-02-20T01:03:29.650535+0000 mgr.smithi088.fydtne (mgr.14182) 1311 : 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 2024-02-20T01:03:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:30 smithi088 bash[16865]: audit 2024-02-20T01:03:30.007887+0000 mgr.smithi088.fydtne (mgr.14182) 1312 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:31.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:30 smithi150 bash[20372]: cluster 2024-02-20T01:03:29.650535+0000 mgr.smithi088.fydtne (mgr.14182) 1311 : 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 2024-02-20T01:03:31.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:30 smithi150 bash[20372]: audit 2024-02-20T01:03:30.007887+0000 mgr.smithi088.fydtne (mgr.14182) 1312 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:31.620 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:33.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:32 smithi088 bash[16865]: cluster 2024-02-20T01:03:31.652014+0000 mgr.smithi088.fydtne (mgr.14182) 1313 : 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 2024-02-20T01:03:33.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:32 smithi150 bash[20372]: cluster 2024-02-20T01:03:31.652014+0000 mgr.smithi088.fydtne (mgr.14182) 1313 : 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 2024-02-20T01:03:34.973 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:34.973 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:35.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:34 smithi088 bash[16865]: cluster 2024-02-20T01:03:33.653498+0000 mgr.smithi088.fydtne (mgr.14182) 1314 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-20T01:03:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:34 smithi150 bash[20372]: cluster 2024-02-20T01:03:33.653498+0000 mgr.smithi088.fydtne (mgr.14182) 1314 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-20T01:03:35.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:36.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:35 smithi088 bash[16865]: audit 2024-02-20T01:03:34.961797+0000 mgr.smithi088.fydtne (mgr.14182) 1315 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:36.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:35 smithi150 bash[20372]: audit 2024-02-20T01:03:34.961797+0000 mgr.smithi088.fydtne (mgr.14182) 1315 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:36.679 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:37.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:36 smithi088 bash[16865]: cluster 2024-02-20T01:03:35.655009+0000 mgr.smithi088.fydtne (mgr.14182) 1316 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2024-02-20T01:03:37.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:36 smithi150 bash[20372]: cluster 2024-02-20T01:03:35.655009+0000 mgr.smithi088.fydtne (mgr.14182) 1316 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2024-02-20T01:03:39.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:38 smithi150 bash[20372]: cluster 2024-02-20T01:03:37.656948+0000 mgr.smithi088.fydtne (mgr.14182) 1317 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:39.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:38 smithi088 bash[16865]: cluster 2024-02-20T01:03:37.656948+0000 mgr.smithi088.fydtne (mgr.14182) 1317 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:39.934 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:39.934 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:40.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:40 smithi150 bash[20372]: cluster 2024-02-20T01:03:39.657797+0000 mgr.smithi088.fydtne (mgr.14182) 1318 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:40 smithi150 bash[20372]: audit 2024-02-20T01:03:39.918159+0000 mgr.smithi088.fydtne (mgr.14182) 1319 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:41.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:40 smithi088 bash[16865]: cluster 2024-02-20T01:03:39.657797+0000 mgr.smithi088.fydtne (mgr.14182) 1318 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:41.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:40 smithi088 bash[16865]: audit 2024-02-20T01:03:39.918159+0000 mgr.smithi088.fydtne (mgr.14182) 1319 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:41.518 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:42.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:42 smithi088 bash[16865]: cluster 2024-02-20T01:03:41.659886+0000 mgr.smithi088.fydtne (mgr.14182) 1320 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:43.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:42 smithi150 bash[20372]: cluster 2024-02-20T01:03:41.659886+0000 mgr.smithi088.fydtne (mgr.14182) 1320 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:44.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:43 smithi088 bash[16865]: audit 2024-02-20T01:03:43.616617+0000 mon.smithi088 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:03:44.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:43 smithi150 bash[20372]: audit 2024-02-20T01:03:43.616617+0000 mon.smithi088 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:03:44.606 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:44.606 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:01:35.187833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.wilgfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:45.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: cluster 2024-02-20T01:03:43.661400+0000 mgr.smithi088.fydtne (mgr.14182) 1321 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: audit 2024-02-20T01:03:43.938220+0000 mon.smithi088 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: audit 2024-02-20T01:03:43.939557+0000 mon.smithi088 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: audit 2024-02-20T01:03:43.946569+0000 mon.smithi088 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: cluster 2024-02-20T01:03:43.947490+0000 mgr.smithi088.fydtne (mgr.14182) 1322 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: audit 2024-02-20T01:03:43.954730+0000 mon.smithi088 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: audit 2024-02-20T01:03:43.969412+0000 mon.smithi088 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:45.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:44 smithi088 bash[16865]: cephadm 2024-02-20T01:03:43.972289+0000 mgr.smithi088.fydtne (mgr.14182) 1323 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.bshvax on smithi150 2024-02-20T01:03:45.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: cluster 2024-02-20T01:03:43.661400+0000 mgr.smithi088.fydtne (mgr.14182) 1321 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-20T01:03:45.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: audit 2024-02-20T01:03:43.938220+0000 mon.smithi088 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:03:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: audit 2024-02-20T01:03:43.939557+0000 mon.smithi088 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:03:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: audit 2024-02-20T01:03:43.946569+0000 mon.smithi088 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: cluster 2024-02-20T01:03:43.947490+0000 mgr.smithi088.fydtne (mgr.14182) 1322 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-20T01:03:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: audit 2024-02-20T01:03:43.954730+0000 mon.smithi088 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:03:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: audit 2024-02-20T01:03:43.969412+0000 mon.smithi088 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:45.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:44 smithi150 bash[20372]: cephadm 2024-02-20T01:03:43.972289+0000 mgr.smithi088.fydtne (mgr.14182) 1323 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.bshvax on smithi150 2024-02-20T01:03:45.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:45 smithi150 bash[20372]: audit 2024-02-20T01:03:44.593512+0000 mgr.smithi088.fydtne (mgr.14182) 1324 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:45 smithi150 bash[20372]: cluster 2024-02-20T01:03:44.944157+0000 mon.smithi088 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:03:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:45 smithi150 bash[20372]: cluster 2024-02-20T01:03:44.944225+0000 mon.smithi088 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2024-02-20T01:03:46.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:45 smithi150 bash[20372]: audit 2024-02-20T01:03:45.393088+0000 mon.smithi088 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:46.291 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:46.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:45 smithi088 bash[16865]: audit 2024-02-20T01:03:44.593512+0000 mgr.smithi088.fydtne (mgr.14182) 1324 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:46.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:45 smithi088 bash[16865]: cluster 2024-02-20T01:03:44.944157+0000 mon.smithi088 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:03:46.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:45 smithi088 bash[16865]: cluster 2024-02-20T01:03:44.944225+0000 mon.smithi088 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2024-02-20T01:03:46.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:45 smithi088 bash[16865]: audit 2024-02-20T01:03:45.393088+0000 mon.smithi088 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:47.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:46 smithi150 bash[20372]: cluster 2024-02-20T01:03:45.949032+0000 mgr.smithi088.fydtne (mgr.14182) 1325 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2024-02-20T01:03:47.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:46 smithi088 bash[16865]: cluster 2024-02-20T01:03:45.949032+0000 mgr.smithi088.fydtne (mgr.14182) 1325 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2024-02-20T01:03:48.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:47 smithi088 bash[16865]: audit 2024-02-20T01:03:47.846493+0000 mon.smithi088 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.bshvax"}]: dispatch 2024-02-20T01:03:48.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:47 smithi150 bash[20372]: audit 2024-02-20T01:03:47.846493+0000 mon.smithi088 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.bshvax"}]: dispatch 2024-02-20T01:03:49.176 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: cephadm 2024-02-20T01:03:47.845350+0000 mgr.smithi088.fydtne (mgr.14182) 1326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.bshvax ... 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.bshvax ... 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:49.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: cephadm 2024-02-20T01:03:47.845817+0000 mgr.smithi088.fydtne (mgr.14182) 1327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: cephadm 2024-02-20T01:03:47.848082+0000 mgr.smithi088.fydtne (mgr.14182) 1328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.bshvax ... 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:49.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: cephadm 2024-02-20T01:03:47.853103+0000 mgr.smithi088.fydtne (mgr.14182) 1329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.flxzhe on smithi088 2024-02-20T01:03:49.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:48 smithi088 bash[16865]: cluster 2024-02-20T01:03:47.950137+0000 mgr.smithi088.fydtne (mgr.14182) 1330 : cluster [DBG] pgmap v876: 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 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: cephadm 2024-02-20T01:03:47.845350+0000 mgr.smithi088.fydtne (mgr.14182) 1326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.bshvax ... 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:49.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.bshvax ... 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: cephadm 2024-02-20T01:03:47.845817+0000 mgr.smithi088.fydtne (mgr.14182) 1327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: cephadm 2024-02-20T01:03:47.848082+0000 mgr.smithi088.fydtne (mgr.14182) 1328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.bshvax ... 2024-02-20T01:03:49.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: cephadm 2024-02-20T01:03:47.853103+0000 mgr.smithi088.fydtne (mgr.14182) 1329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.flxzhe on smithi088 2024-02-20T01:03:49.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:48 smithi150 bash[20372]: cluster 2024-02-20T01:03:47.950137+0000 mgr.smithi088.fydtne (mgr.14182) 1330 : cluster [DBG] pgmap v876: 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 2024-02-20T01:03:49.629 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:49.629 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:39.317566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.kbvupg on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-kbvupg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.kbvupg\nDeploy daemon haproxy.nfs.foo.smithi150.kbvupg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.603477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.zuqxit on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-zuqxit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.zuqxit\nDeploy daemon haproxy.nfs.foo.smithi088.zuqxit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:02:43.606848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.gxsfxp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:50.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:51.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:51 smithi088 bash[16865]: audit 2024-02-20T01:03:49.616019+0000 mgr.smithi088.fydtne (mgr.14182) 1331 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:51.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:51 smithi088 bash[16865]: cluster 2024-02-20T01:03:49.950999+0000 mgr.smithi088.fydtne (mgr.14182) 1332 : cluster [DBG] pgmap v877: 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 2024-02-20T01:03:51.278 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:51.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:51 smithi150 bash[20372]: audit 2024-02-20T01:03:49.616019+0000 mgr.smithi088.fydtne (mgr.14182) 1331 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:51.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:51 smithi150 bash[20372]: cluster 2024-02-20T01:03:49.950999+0000 mgr.smithi088.fydtne (mgr.14182) 1332 : cluster [DBG] pgmap v877: 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 2024-02-20T01:03:52.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:52 smithi088 bash[16865]: audit 2024-02-20T01:03:51.929179+0000 mon.smithi088 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.flxzhe"}]: dispatch 2024-02-20T01:03:52.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:52 smithi150 bash[20372]: audit 2024-02-20T01:03:51.929179+0000 mon.smithi088 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.flxzhe"}]: dispatch 2024-02-20T01:03:53.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cephadm 2024-02-20T01:03:51.928060+0000 mgr.smithi088.fydtne (mgr.14182) 1333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:53.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.flxzhe ... 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:03:53.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.flxzhe ... 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cephadm 2024-02-20T01:03:51.928602+0000 mgr.smithi088.fydtne (mgr.14182) 1334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cephadm 2024-02-20T01:03:51.930542+0000 mgr.smithi088.fydtne (mgr.14182) 1335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.flxzhe ... 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cephadm 2024-02-20T01:03:51.936075+0000 mgr.smithi088.fydtne (mgr.14182) 1336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cephadm 2024-02-20T01:03:51.937703+0000 mgr.smithi088.fydtne (mgr.14182) 1337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:03:53.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cluster 2024-02-20T01:03:51.939404+0000 mgr.smithi088.fydtne (mgr.14182) 1338 : cluster [DBG] pgmap v878: 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 2024-02-20T01:03:53.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:53 smithi088 bash[16865]: cluster 2024-02-20T01:03:52.008251+0000 mon.smithi088 (mon.0) 1005 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cephadm 2024-02-20T01:03:51.928060+0000 mgr.smithi088.fydtne (mgr.14182) 1333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.flxzhe ... 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.flxzhe ... 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cephadm 2024-02-20T01:03:51.928602+0000 mgr.smithi088.fydtne (mgr.14182) 1334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cephadm 2024-02-20T01:03:51.930542+0000 mgr.smithi088.fydtne (mgr.14182) 1335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe 2024-02-20T01:03:53.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.flxzhe ... 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cephadm 2024-02-20T01:03:51.936075+0000 mgr.smithi088.fydtne (mgr.14182) 1336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cephadm 2024-02-20T01:03:51.937703+0000 mgr.smithi088.fydtne (mgr.14182) 1337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cluster 2024-02-20T01:03:51.939404+0000 mgr.smithi088.fydtne (mgr.14182) 1338 : cluster [DBG] pgmap v878: 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 2024-02-20T01:03:53.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:53 smithi150 bash[20372]: cluster 2024-02-20T01:03:52.008251+0000 mon.smithi088 (mon.0) 1005 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:03:54.633 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:54.633 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:03:55.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:03:55.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:55 smithi088 bash[16865]: cluster 2024-02-20T01:03:53.940473+0000 mgr.smithi088.fydtne (mgr.14182) 1339 : cluster [DBG] pgmap v879: 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 2024-02-20T01:03:55.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:55 smithi150 bash[20372]: cluster 2024-02-20T01:03:53.940473+0000 mgr.smithi088.fydtne (mgr.14182) 1339 : cluster [DBG] pgmap v879: 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 2024-02-20T01:03:56.274 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:03:56.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:56 smithi088 bash[16865]: audit 2024-02-20T01:03:54.626913+0000 mgr.smithi088.fydtne (mgr.14182) 1340 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:56.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:56 smithi150 bash[20372]: audit 2024-02-20T01:03:54.626913+0000 mgr.smithi088.fydtne (mgr.14182) 1340 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:03:57.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:57 smithi088 bash[16865]: cluster 2024-02-20T01:03:55.941617+0000 mgr.smithi088.fydtne (mgr.14182) 1341 : 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 2024-02-20T01:03:57.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:57 smithi088 bash[16865]: audit 2024-02-20T01:03:56.700100+0000 mon.smithi088 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:57.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:57 smithi150 bash[20372]: cluster 2024-02-20T01:03:55.941617+0000 mgr.smithi088.fydtne (mgr.14182) 1341 : 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 2024-02-20T01:03:57.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:57 smithi150 bash[20372]: audit 2024-02-20T01:03:56.700100+0000 mon.smithi088 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:03:59.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:03:59 smithi088 bash[16865]: cluster 2024-02-20T01:03:57.943250+0000 mgr.smithi088.fydtne (mgr.14182) 1342 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:59.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:03:59 smithi150 bash[20372]: cluster 2024-02-20T01:03:57.943250+0000 mgr.smithi088.fydtne (mgr.14182) 1342 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:03:59.506 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:03:59.506 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:00.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:01.164 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:01.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:01 smithi088 bash[16865]: audit 2024-02-20T01:03:59.494213+0000 mgr.smithi088.fydtne (mgr.14182) 1343 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:01.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:01 smithi088 bash[16865]: cluster 2024-02-20T01:03:59.944179+0000 mgr.smithi088.fydtne (mgr.14182) 1344 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:01.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:01 smithi088 bash[16865]: audit 2024-02-20T01:04:00.393926+0000 mon.smithi088 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:04:01.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:01 smithi150 bash[20372]: audit 2024-02-20T01:03:59.494213+0000 mgr.smithi088.fydtne (mgr.14182) 1343 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:01.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:01 smithi150 bash[20372]: cluster 2024-02-20T01:03:59.944179+0000 mgr.smithi088.fydtne (mgr.14182) 1344 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:01.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:01 smithi150 bash[20372]: audit 2024-02-20T01:04:00.393926+0000 mon.smithi088 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:04:03.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:03 smithi088 bash[16865]: cluster 2024-02-20T01:04:01.945438+0000 mgr.smithi088.fydtne (mgr.14182) 1345 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:03.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:03 smithi150 bash[20372]: cluster 2024-02-20T01:04:01.945438+0000 mgr.smithi088.fydtne (mgr.14182) 1345 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:04.362 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:04.362 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:05.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:05.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:05 smithi088 bash[16865]: cluster 2024-02-20T01:04:03.946330+0000 mgr.smithi088.fydtne (mgr.14182) 1346 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:05.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:05 smithi150 bash[20372]: cluster 2024-02-20T01:04:03.946330+0000 mgr.smithi088.fydtne (mgr.14182) 1346 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:06.041 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:06.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:06 smithi088 bash[16865]: audit 2024-02-20T01:04:04.348596+0000 mgr.smithi088.fydtne (mgr.14182) 1347 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:06.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:06 smithi150 bash[20372]: audit 2024-02-20T01:04:04.348596+0000 mgr.smithi088.fydtne (mgr.14182) 1347 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:07.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:07 smithi088 bash[16865]: cluster 2024-02-20T01:04:05.948078+0000 mgr.smithi088.fydtne (mgr.14182) 1348 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:07.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:07 smithi150 bash[20372]: cluster 2024-02-20T01:04:05.948078+0000 mgr.smithi088.fydtne (mgr.14182) 1348 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:09.127 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:09.127 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:09 smithi150 bash[20372]: cluster 2024-02-20T01:04:07.950126+0000 mgr.smithi088.fydtne (mgr.14182) 1349 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:04:09.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:09 smithi088 bash[16865]: cluster 2024-02-20T01:04:07.950126+0000 mgr.smithi088.fydtne (mgr.14182) 1349 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:04:09.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:10.765 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:11.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:11 smithi150 bash[20372]: audit 2024-02-20T01:04:09.114739+0000 mgr.smithi088.fydtne (mgr.14182) 1350 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:11.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:11 smithi150 bash[20372]: cluster 2024-02-20T01:04:09.951188+0000 mgr.smithi088.fydtne (mgr.14182) 1351 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:11.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:11 smithi088 bash[16865]: audit 2024-02-20T01:04:09.114739+0000 mgr.smithi088.fydtne (mgr.14182) 1350 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:11.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:11 smithi088 bash[16865]: cluster 2024-02-20T01:04:09.951188+0000 mgr.smithi088.fydtne (mgr.14182) 1351 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:12.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:12 smithi088 bash[16865]: cluster 2024-02-20T01:04:11.953329+0000 mgr.smithi088.fydtne (mgr.14182) 1352 : cluster [DBG] pgmap v888: 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 2024-02-20T01:04:12.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:12 smithi150 bash[20372]: cluster 2024-02-20T01:04:11.953329+0000 mgr.smithi088.fydtne (mgr.14182) 1352 : cluster [DBG] pgmap v888: 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 2024-02-20T01:04:14.045 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:14.045 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:14.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:15.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:15 smithi088 bash[16865]: cluster 2024-02-20T01:04:13.954031+0000 mgr.smithi088.fydtne (mgr.14182) 1353 : cluster [DBG] pgmap v889: 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 2024-02-20T01:04:15.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:15 smithi088 bash[16865]: audit 2024-02-20T01:04:14.038348+0000 mgr.smithi088.fydtne (mgr.14182) 1354 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:15.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:15 smithi150 bash[20372]: cluster 2024-02-20T01:04:13.954031+0000 mgr.smithi088.fydtne (mgr.14182) 1353 : cluster [DBG] pgmap v889: 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 2024-02-20T01:04:15.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:15 smithi150 bash[20372]: audit 2024-02-20T01:04:14.038348+0000 mgr.smithi088.fydtne (mgr.14182) 1354 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:15.663 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:17.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:17 smithi088 bash[16865]: cluster 2024-02-20T01:04:15.955694+0000 mgr.smithi088.fydtne (mgr.14182) 1355 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-20T01:04:17.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:17 smithi150 bash[20372]: cluster 2024-02-20T01:04:15.955694+0000 mgr.smithi088.fydtne (mgr.14182) 1355 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-20T01:04:18.775 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:18.776 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:19.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:19 smithi088 bash[16865]: cluster 2024-02-20T01:04:17.957539+0000 mgr.smithi088.fydtne (mgr.14182) 1356 : cluster [DBG] pgmap v891: 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 2024-02-20T01:04:19.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:19.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:19 smithi150 bash[20372]: cluster 2024-02-20T01:04:17.957539+0000 mgr.smithi088.fydtne (mgr.14182) 1356 : cluster [DBG] pgmap v891: 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 2024-02-20T01:04:20.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:20 smithi088 bash[16865]: audit 2024-02-20T01:04:18.769124+0000 mgr.smithi088.fydtne (mgr.14182) 1357 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:20.401 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:20.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:20 smithi150 bash[20372]: audit 2024-02-20T01:04:18.769124+0000 mgr.smithi088.fydtne (mgr.14182) 1357 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:21.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:21 smithi088 bash[16865]: cluster 2024-02-20T01:04:19.958550+0000 mgr.smithi088.fydtne (mgr.14182) 1358 : cluster [DBG] pgmap v892: 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 2024-02-20T01:04:21.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:21 smithi150 bash[20372]: cluster 2024-02-20T01:04:19.958550+0000 mgr.smithi088.fydtne (mgr.14182) 1358 : cluster [DBG] pgmap v892: 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 2024-02-20T01:04:23.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:23 smithi088 bash[16865]: cluster 2024-02-20T01:04:21.960280+0000 mgr.smithi088.fydtne (mgr.14182) 1359 : cluster [DBG] pgmap v893: 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 2024-02-20T01:04:23.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:23 smithi150 bash[20372]: cluster 2024-02-20T01:04:21.960280+0000 mgr.smithi088.fydtne (mgr.14182) 1359 : cluster [DBG] pgmap v893: 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 2024-02-20T01:04:23.856 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:23.856 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:24.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:25.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:25 smithi088 bash[16865]: audit 2024-02-20T01:04:23.841765+0000 mgr.smithi088.fydtne (mgr.14182) 1360 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:25.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:25 smithi088 bash[16865]: cluster 2024-02-20T01:04:23.961355+0000 mgr.smithi088.fydtne (mgr.14182) 1361 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T01:04:25.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:25 smithi150 bash[20372]: audit 2024-02-20T01:04:23.841765+0000 mgr.smithi088.fydtne (mgr.14182) 1360 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:25.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:25 smithi150 bash[20372]: cluster 2024-02-20T01:04:23.961355+0000 mgr.smithi088.fydtne (mgr.14182) 1361 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T01:04:25.547 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:27.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:27 smithi088 bash[16865]: cluster 2024-02-20T01:04:25.963105+0000 mgr.smithi088.fydtne (mgr.14182) 1362 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T01:04:27.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:27 smithi150 bash[20372]: cluster 2024-02-20T01:04:25.963105+0000 mgr.smithi088.fydtne (mgr.14182) 1362 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-20T01:04:28.754 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:28.755 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:29.401 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:29 smithi088 bash[16865]: cluster 2024-02-20T01:04:27.964858+0000 mgr.smithi088.fydtne (mgr.14182) 1363 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-20T01:04:29.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:29.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:29 smithi150 bash[20372]: cluster 2024-02-20T01:04:27.964858+0000 mgr.smithi088.fydtne (mgr.14182) 1363 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-20T01:04:30.404 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:30.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:30 smithi088 bash[16865]: audit 2024-02-20T01:04:28.741866+0000 mgr.smithi088.fydtne (mgr.14182) 1364 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:30.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:30 smithi150 bash[20372]: audit 2024-02-20T01:04:28.741866+0000 mgr.smithi088.fydtne (mgr.14182) 1364 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:31.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:31 smithi150 bash[20372]: cluster 2024-02-20T01:04:29.965881+0000 mgr.smithi088.fydtne (mgr.14182) 1365 : 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 2024-02-20T01:04:31.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:31 smithi088 bash[16865]: cluster 2024-02-20T01:04:29.965881+0000 mgr.smithi088.fydtne (mgr.14182) 1365 : 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 2024-02-20T01:04:33.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:33 smithi150 bash[20372]: cluster 2024-02-20T01:04:31.967383+0000 mgr.smithi088.fydtne (mgr.14182) 1366 : 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 2024-02-20T01:04:33.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:33 smithi088 bash[16865]: cluster 2024-02-20T01:04:31.967383+0000 mgr.smithi088.fydtne (mgr.14182) 1366 : 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 2024-02-20T01:04:33.647 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:33.647 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:34.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:35.265 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:35.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:35 smithi150 bash[20372]: audit 2024-02-20T01:04:33.634547+0000 mgr.smithi088.fydtne (mgr.14182) 1367 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:35.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:35 smithi150 bash[20372]: cluster 2024-02-20T01:04:33.968466+0000 mgr.smithi088.fydtne (mgr.14182) 1368 : 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 2024-02-20T01:04:35.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:35 smithi088 bash[16865]: audit 2024-02-20T01:04:33.634547+0000 mgr.smithi088.fydtne (mgr.14182) 1367 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:35.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:35 smithi088 bash[16865]: cluster 2024-02-20T01:04:33.968466+0000 mgr.smithi088.fydtne (mgr.14182) 1368 : 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 2024-02-20T01:04:36.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:36 smithi150 bash[20372]: cluster 2024-02-20T01:04:35.969488+0000 mgr.smithi088.fydtne (mgr.14182) 1369 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:36.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:36 smithi088 bash[16865]: cluster 2024-02-20T01:04:35.969488+0000 mgr.smithi088.fydtne (mgr.14182) 1369 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:38.373 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:38.373 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:38.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:39.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:39 smithi088 bash[16865]: cluster 2024-02-20T01:04:37.971847+0000 mgr.smithi088.fydtne (mgr.14182) 1370 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:04:39.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:39 smithi150 bash[20372]: cluster 2024-02-20T01:04:37.971847+0000 mgr.smithi088.fydtne (mgr.14182) 1370 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:04:39.950 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:40.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:40 smithi088 bash[16865]: audit 2024-02-20T01:04:38.360836+0000 mgr.smithi088.fydtne (mgr.14182) 1371 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:40.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:40 smithi150 bash[20372]: audit 2024-02-20T01:04:38.360836+0000 mgr.smithi088.fydtne (mgr.14182) 1371 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:41.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:41 smithi088 bash[16865]: cluster 2024-02-20T01:04:39.972930+0000 mgr.smithi088.fydtne (mgr.14182) 1372 : 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 2024-02-20T01:04:41.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:41 smithi150 bash[20372]: cluster 2024-02-20T01:04:39.972930+0000 mgr.smithi088.fydtne (mgr.14182) 1372 : 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 2024-02-20T01:04:43.044 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:43.255 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:43.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:43 smithi088 bash[16865]: cluster 2024-02-20T01:04:41.975390+0000 mgr.smithi088.fydtne (mgr.14182) 1373 : 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 2024-02-20T01:04:43.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:43 smithi150 bash[20372]: cluster 2024-02-20T01:04:41.975390+0000 mgr.smithi088.fydtne (mgr.14182) 1373 : 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 2024-02-20T01:04:43.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:44.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:44 smithi150 bash[20372]: audit 2024-02-20T01:04:43.037652+0000 mgr.smithi088.fydtne (mgr.14182) 1374 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:44.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:44 smithi088 bash[16865]: audit 2024-02-20T01:04:43.037652+0000 mgr.smithi088.fydtne (mgr.14182) 1374 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:44.723 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:45.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:45 smithi150 bash[20372]: cluster 2024-02-20T01:04:43.976494+0000 mgr.smithi088.fydtne (mgr.14182) 1375 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:45.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:45 smithi088 bash[16865]: cluster 2024-02-20T01:04:43.976494+0000 mgr.smithi088.fydtne (mgr.14182) 1375 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:47.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:47 smithi150 bash[20372]: cluster 2024-02-20T01:04:45.977970+0000 mgr.smithi088.fydtne (mgr.14182) 1376 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:47.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:47 smithi088 bash[16865]: cluster 2024-02-20T01:04:45.977970+0000 mgr.smithi088.fydtne (mgr.14182) 1376 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:48.123 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:48.124 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:48.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:49.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:49 smithi150 bash[20372]: cluster 2024-02-20T01:04:47.979201+0000 mgr.smithi088.fydtne (mgr.14182) 1377 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:04:49.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:49 smithi088 bash[16865]: cluster 2024-02-20T01:04:47.979201+0000 mgr.smithi088.fydtne (mgr.14182) 1377 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:04:49.733 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:50.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:50 smithi150 bash[20372]: audit 2024-02-20T01:04:48.116422+0000 mgr.smithi088.fydtne (mgr.14182) 1378 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:50.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:50 smithi088 bash[16865]: audit 2024-02-20T01:04:48.116422+0000 mgr.smithi088.fydtne (mgr.14182) 1378 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:51.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:51 smithi088 bash[16865]: cluster 2024-02-20T01:04:49.980171+0000 mgr.smithi088.fydtne (mgr.14182) 1379 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:51.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:51 smithi150 bash[20372]: cluster 2024-02-20T01:04:49.980171+0000 mgr.smithi088.fydtne (mgr.14182) 1379 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:52.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:52 smithi150 bash[20372]: audit 2024-02-20T01:04:51.940935+0000 mon.smithi088 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:04:52.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:52 smithi088 bash[16865]: audit 2024-02-20T01:04:51.940935+0000 mon.smithi088 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:04:52.886 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:52.886 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:02:43.610385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gyfovq on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:53.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: cluster 2024-02-20T01:04:51.982210+0000 mgr.smithi088.fydtne (mgr.14182) 1380 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: audit 2024-02-20T01:04:52.263290+0000 mon.smithi088 (mon.0) 1009 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: audit 2024-02-20T01:04:52.265059+0000 mon.smithi088 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: audit 2024-02-20T01:04:52.274222+0000 mon.smithi088 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: cluster 2024-02-20T01:04:52.275468+0000 mgr.smithi088.fydtne (mgr.14182) 1381 : cluster [DBG] pgmap v909: 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 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: audit 2024-02-20T01:04:52.284060+0000 mon.smithi088 (mon.0) 1012 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: audit 2024-02-20T01:04:52.293615+0000 mon.smithi088 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: cephadm 2024-02-20T01:04:52.296506+0000 mgr.smithi088.fydtne (mgr.14182) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.nbbago on smithi150 2024-02-20T01:04:53.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:53 smithi150 bash[20372]: audit 2024-02-20T01:04:52.872309+0000 mgr.smithi088.fydtne (mgr.14182) 1383 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:53.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: cluster 2024-02-20T01:04:51.982210+0000 mgr.smithi088.fydtne (mgr.14182) 1380 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:04:53.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: audit 2024-02-20T01:04:52.263290+0000 mon.smithi088 (mon.0) 1009 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: audit 2024-02-20T01:04:52.265059+0000 mon.smithi088 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: audit 2024-02-20T01:04:52.274222+0000 mon.smithi088 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: cluster 2024-02-20T01:04:52.275468+0000 mgr.smithi088.fydtne (mgr.14182) 1381 : cluster [DBG] pgmap v909: 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 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: audit 2024-02-20T01:04:52.284060+0000 mon.smithi088 (mon.0) 1012 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: audit 2024-02-20T01:04:52.293615+0000 mon.smithi088 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: cephadm 2024-02-20T01:04:52.296506+0000 mgr.smithi088.fydtne (mgr.14182) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.nbbago on smithi150 2024-02-20T01:04:53.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:53 smithi088 bash[16865]: audit 2024-02-20T01:04:52.872309+0000 mgr.smithi088.fydtne (mgr.14182) 1383 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:53.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:54.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:54 smithi150 bash[20372]: cluster 2024-02-20T01:04:53.272248+0000 mon.smithi088 (mon.0) 1014 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:04:54.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:54 smithi150 bash[20372]: cluster 2024-02-20T01:04:53.272337+0000 mon.smithi088 (mon.0) 1015 : cluster [INF] Cluster is now healthy 2024-02-20T01:04:54.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:54 smithi088 bash[16865]: cluster 2024-02-20T01:04:53.272248+0000 mon.smithi088 (mon.0) 1014 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:04:54.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:54 smithi088 bash[16865]: cluster 2024-02-20T01:04:53.272337+0000 mon.smithi088 (mon.0) 1015 : cluster [INF] Cluster is now healthy 2024-02-20T01:04:54.571 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:55.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:55 smithi150 bash[20372]: cluster 2024-02-20T01:04:54.276289+0000 mgr.smithi088.fydtne (mgr.14182) 1384 : cluster [DBG] pgmap v910: 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 2024-02-20T01:04:55.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:55 smithi088 bash[16865]: cluster 2024-02-20T01:04:54.276289+0000 mgr.smithi088.fydtne (mgr.14182) 1384 : cluster [DBG] pgmap v910: 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 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: cluster 2024-02-20T01:04:56.278080+0000 mgr.smithi088.fydtne (mgr.14182) 1385 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: cephadm 2024-02-20T01:04:56.429347+0000 mgr.smithi088.fydtne (mgr.14182) 1386 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.nbbago ... 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:04:57.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.nbbago ... 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: cephadm 2024-02-20T01:04:56.429845+0000 mgr.smithi088.fydtne (mgr.14182) 1387 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: audit 2024-02-20T01:04:56.430440+0000 mon.smithi088 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.nbbago"}]: dispatch 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: cephadm 2024-02-20T01:04:56.432166+0000 mgr.smithi088.fydtne (mgr.14182) 1388 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.nbbago ... 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:57 smithi088 bash[16865]: cephadm 2024-02-20T01:04:56.437337+0000 mgr.smithi088.fydtne (mgr.14182) 1389 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.cvtauo on smithi088 2024-02-20T01:04:57.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: cluster 2024-02-20T01:04:56.278080+0000 mgr.smithi088.fydtne (mgr.14182) 1385 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: cephadm 2024-02-20T01:04:56.429347+0000 mgr.smithi088.fydtne (mgr.14182) 1386 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.nbbago ... 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:04:57.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.nbbago ... 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: cephadm 2024-02-20T01:04:56.429845+0000 mgr.smithi088.fydtne (mgr.14182) 1387 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: audit 2024-02-20T01:04:56.430440+0000 mon.smithi088 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.nbbago"}]: dispatch 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: cephadm 2024-02-20T01:04:56.432166+0000 mgr.smithi088.fydtne (mgr.14182) 1388 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.nbbago ... 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:04:57.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:57 smithi150 bash[20372]: cephadm 2024-02-20T01:04:56.437337+0000 mgr.smithi088.fydtne (mgr.14182) 1389 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.cvtauo on smithi088 2024-02-20T01:04:57.995 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:04:57.995 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:47.847799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.bshvax on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-bshvax\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.bshvax\nDeploy daemon haproxy.nfs.foo.smithi150.bshvax ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.930211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.flxzhe on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-flxzhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.flxzhe\nDeploy daemon haproxy.nfs.foo.smithi088.flxzhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:03:51.935949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.jauftt on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:04:58.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:58 smithi088 bash[16865]: audit 2024-02-20T01:04:57.983627+0000 mgr.smithi088.fydtne (mgr.14182) 1390 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:58.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:04:58.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:58 smithi150 bash[20372]: audit 2024-02-20T01:04:57.983627+0000 mgr.smithi088.fydtne (mgr.14182) 1390 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:04:59.678 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:04:59.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:04:59 smithi150 bash[20372]: cluster 2024-02-20T01:04:58.279376+0000 mgr.smithi088.fydtne (mgr.14182) 1391 : cluster [DBG] pgmap v912: 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 2024-02-20T01:04:59.691 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:04:59 smithi088 bash[16865]: cluster 2024-02-20T01:04:58.279376+0000 mgr.smithi088.fydtne (mgr.14182) 1391 : cluster [DBG] pgmap v912: 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 2024-02-20T01:05:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cluster 2024-02-20T01:05:00.280591+0000 mgr.smithi088.fydtne (mgr.14182) 1392 : cluster [DBG] pgmap v913: 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 2024-02-20T01:05:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: audit 2024-02-20T01:05:00.394743+0000 mon.smithi088 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:05:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cephadm 2024-02-20T01:05:00.799869+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:05:01.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.cvtauo ... 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:05:01.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.cvtauo ... 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cephadm 2024-02-20T01:05:00.800377+0000 mgr.smithi088.fydtne (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: audit 2024-02-20T01:05:00.800955+0000 mon.smithi088 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.cvtauo"}]: dispatch 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cephadm 2024-02-20T01:05:00.802426+0000 mgr.smithi088.fydtne (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.cvtauo ... 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cephadm 2024-02-20T01:05:00.806683+0000 mgr.smithi088.fydtne (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:05:01.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cephadm 2024-02-20T01:05:00.808668+0000 mgr.smithi088.fydtne (mgr.14182) 1397 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:05:01.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:01 smithi150 bash[20372]: cluster 2024-02-20T01:05:00.809892+0000 mgr.smithi088.fydtne (mgr.14182) 1398 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-02-20T01:05:01.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cluster 2024-02-20T01:05:00.280591+0000 mgr.smithi088.fydtne (mgr.14182) 1392 : cluster [DBG] pgmap v913: 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 2024-02-20T01:05:01.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: audit 2024-02-20T01:05:00.394743+0000 mon.smithi088 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:05:01.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cephadm 2024-02-20T01:05:00.799869+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:05:01.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.cvtauo ... 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.cvtauo ... 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cephadm 2024-02-20T01:05:00.800377+0000 mgr.smithi088.fydtne (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: audit 2024-02-20T01:05:00.800955+0000 mon.smithi088 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.cvtauo"}]: dispatch 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cephadm 2024-02-20T01:05:00.802426+0000 mgr.smithi088.fydtne (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:05:01.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.cvtauo ... 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cephadm 2024-02-20T01:05:00.806683+0000 mgr.smithi088.fydtne (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cephadm 2024-02-20T01:05:00.808668+0000 mgr.smithi088.fydtne (mgr.14182) 1397 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:05:01.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:01 smithi088 bash[16865]: cluster 2024-02-20T01:05:00.809892+0000 mgr.smithi088.fydtne (mgr.14182) 1398 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-02-20T01:05:02.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:02 smithi150 bash[20372]: cluster 2024-02-20T01:05:01.390890+0000 mon.smithi088 (mon.0) 1019 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:05:02.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:02 smithi150 bash[20372]: audit 2024-02-20T01:05:01.752148+0000 mon.smithi088 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:05:02.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:02 smithi088 bash[16865]: cluster 2024-02-20T01:05:01.390890+0000 mon.smithi088 (mon.0) 1019 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:05:02.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:02 smithi088 bash[16865]: audit 2024-02-20T01:05:01.752148+0000 mon.smithi088 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:05:03.251 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:03.251 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:03.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:03 smithi150 bash[20372]: cluster 2024-02-20T01:05:02.811885+0000 mgr.smithi088.fydtne (mgr.14182) 1399 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:03.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:03 smithi088 bash[16865]: cluster 2024-02-20T01:05:02.811885+0000 mgr.smithi088.fydtne (mgr.14182) 1399 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:03.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:04.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:04 smithi150 bash[20372]: audit 2024-02-20T01:05:03.239838+0000 mgr.smithi088.fydtne (mgr.14182) 1400 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:04.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:04 smithi088 bash[16865]: audit 2024-02-20T01:05:03.239838+0000 mgr.smithi088.fydtne (mgr.14182) 1400 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:04.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:05.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:05 smithi150 bash[20372]: cluster 2024-02-20T01:05:04.812996+0000 mgr.smithi088.fydtne (mgr.14182) 1401 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:05.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:05 smithi088 bash[16865]: cluster 2024-02-20T01:05:04.812996+0000 mgr.smithi088.fydtne (mgr.14182) 1401 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:08.019 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:08.019 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:08.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:07 smithi150 bash[20372]: cluster 2024-02-20T01:05:06.815332+0000 mgr.smithi088.fydtne (mgr.14182) 1402 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:08.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:07 smithi088 bash[16865]: cluster 2024-02-20T01:05:06.815332+0000 mgr.smithi088.fydtne (mgr.14182) 1402 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:08.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:09.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:08 smithi088 bash[16865]: audit 2024-02-20T01:05:08.005155+0000 mgr.smithi088.fydtne (mgr.14182) 1403 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:09.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:08 smithi150 bash[20372]: audit 2024-02-20T01:05:08.005155+0000 mgr.smithi088.fydtne (mgr.14182) 1403 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:09.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:10.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:09 smithi088 bash[16865]: cluster 2024-02-20T01:05:08.816412+0000 mgr.smithi088.fydtne (mgr.14182) 1404 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:10.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:09 smithi150 bash[20372]: cluster 2024-02-20T01:05:08.816412+0000 mgr.smithi088.fydtne (mgr.14182) 1404 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:12.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:11 smithi150 bash[20372]: cluster 2024-02-20T01:05:10.817941+0000 mgr.smithi088.fydtne (mgr.14182) 1405 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:12.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:11 smithi088 bash[16865]: cluster 2024-02-20T01:05:10.817941+0000 mgr.smithi088.fydtne (mgr.14182) 1405 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:05:12.908 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:12.909 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:13.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:14.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:13 smithi150 bash[20372]: cluster 2024-02-20T01:05:12.819751+0000 mgr.smithi088.fydtne (mgr.14182) 1406 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:14.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:13 smithi150 bash[20372]: audit 2024-02-20T01:05:12.900451+0000 mgr.smithi088.fydtne (mgr.14182) 1407 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:14.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:13 smithi088 bash[16865]: cluster 2024-02-20T01:05:12.819751+0000 mgr.smithi088.fydtne (mgr.14182) 1406 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:14.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:13 smithi088 bash[16865]: audit 2024-02-20T01:05:12.900451+0000 mgr.smithi088.fydtne (mgr.14182) 1407 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:14.555 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:15.988 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:15 smithi088 bash[16865]: cluster 2024-02-20T01:05:14.820763+0000 mgr.smithi088.fydtne (mgr.14182) 1408 : 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 2024-02-20T01:05:15.988 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:15 smithi088 bash[16865]: audit 2024-02-20T01:05:15.396127+0000 mon.smithi088 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:05:16.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:15 smithi150 bash[20372]: cluster 2024-02-20T01:05:14.820763+0000 mgr.smithi088.fydtne (mgr.14182) 1408 : 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 2024-02-20T01:05:16.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:15 smithi150 bash[20372]: audit 2024-02-20T01:05:15.396127+0000 mon.smithi088 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:05:17.748 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:17.748 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:18.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:17 smithi150 bash[20372]: cluster 2024-02-20T01:05:16.823200+0000 mgr.smithi088.fydtne (mgr.14182) 1409 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:18.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:17 smithi088 bash[16865]: cluster 2024-02-20T01:05:16.823200+0000 mgr.smithi088.fydtne (mgr.14182) 1409 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:18.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:19.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:18 smithi150 bash[20372]: audit 2024-02-20T01:05:17.741128+0000 mgr.smithi088.fydtne (mgr.14182) 1410 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:19.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:18 smithi088 bash[16865]: audit 2024-02-20T01:05:17.741128+0000 mgr.smithi088.fydtne (mgr.14182) 1410 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:19.423 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:20.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:19 smithi150 bash[20372]: cluster 2024-02-20T01:05:18.824284+0000 mgr.smithi088.fydtne (mgr.14182) 1411 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:20.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:19 smithi088 bash[16865]: cluster 2024-02-20T01:05:18.824284+0000 mgr.smithi088.fydtne (mgr.14182) 1411 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:22.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:21 smithi150 bash[20372]: cluster 2024-02-20T01:05:20.825238+0000 mgr.smithi088.fydtne (mgr.14182) 1412 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:22.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:21 smithi088 bash[16865]: cluster 2024-02-20T01:05:20.825238+0000 mgr.smithi088.fydtne (mgr.14182) 1412 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:22.628 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:22.628 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:23.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:24.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:23 smithi088 bash[16865]: audit 2024-02-20T01:05:22.617710+0000 mgr.smithi088.fydtne (mgr.14182) 1413 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:24.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:23 smithi088 bash[16865]: cluster 2024-02-20T01:05:22.827211+0000 mgr.smithi088.fydtne (mgr.14182) 1414 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:24.309 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:24.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:23 smithi150 bash[20372]: audit 2024-02-20T01:05:22.617710+0000 mgr.smithi088.fydtne (mgr.14182) 1413 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:24.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:23 smithi150 bash[20372]: cluster 2024-02-20T01:05:22.827211+0000 mgr.smithi088.fydtne (mgr.14182) 1414 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:26.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:25 smithi088 bash[16865]: cluster 2024-02-20T01:05:24.828324+0000 mgr.smithi088.fydtne (mgr.14182) 1415 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:26.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:25 smithi150 bash[20372]: cluster 2024-02-20T01:05:24.828324+0000 mgr.smithi088.fydtne (mgr.14182) 1415 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:27.502 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:27.503 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:28.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:28.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:27 smithi088 bash[16865]: cluster 2024-02-20T01:05:26.830807+0000 mgr.smithi088.fydtne (mgr.14182) 1416 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:28.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:27 smithi150 bash[20372]: cluster 2024-02-20T01:05:26.830807+0000 mgr.smithi088.fydtne (mgr.14182) 1416 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:29.172 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:29.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:28 smithi088 bash[16865]: audit 2024-02-20T01:05:27.489828+0000 mgr.smithi088.fydtne (mgr.14182) 1417 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:29.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:28 smithi150 bash[20372]: audit 2024-02-20T01:05:27.489828+0000 mgr.smithi088.fydtne (mgr.14182) 1417 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:30.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:29 smithi088 bash[16865]: cluster 2024-02-20T01:05:28.831889+0000 mgr.smithi088.fydtne (mgr.14182) 1418 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:30.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:29 smithi150 bash[20372]: cluster 2024-02-20T01:05:28.831889+0000 mgr.smithi088.fydtne (mgr.14182) 1418 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:32.279 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:32.279 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:32.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:31 smithi088 bash[16865]: cluster 2024-02-20T01:05:30.833694+0000 mgr.smithi088.fydtne (mgr.14182) 1419 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:32.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:31 smithi150 bash[20372]: cluster 2024-02-20T01:05:30.833694+0000 mgr.smithi088.fydtne (mgr.14182) 1419 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:32.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:33.940 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:34.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:33 smithi088 bash[16865]: audit 2024-02-20T01:05:32.265080+0000 mgr.smithi088.fydtne (mgr.14182) 1420 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:34.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:33 smithi088 bash[16865]: cluster 2024-02-20T01:05:32.835593+0000 mgr.smithi088.fydtne (mgr.14182) 1421 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:34.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:33 smithi150 bash[20372]: audit 2024-02-20T01:05:32.265080+0000 mgr.smithi088.fydtne (mgr.14182) 1420 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:34.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:33 smithi150 bash[20372]: cluster 2024-02-20T01:05:32.835593+0000 mgr.smithi088.fydtne (mgr.14182) 1421 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:36.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:35 smithi088 bash[16865]: cluster 2024-02-20T01:05:34.836673+0000 mgr.smithi088.fydtne (mgr.14182) 1422 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:36.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:35 smithi150 bash[20372]: cluster 2024-02-20T01:05:34.836673+0000 mgr.smithi088.fydtne (mgr.14182) 1422 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:37.083 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:37.083 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:37.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:38.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:37 smithi088 bash[16865]: cluster 2024-02-20T01:05:36.838189+0000 mgr.smithi088.fydtne (mgr.14182) 1423 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:38.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:37 smithi088 bash[16865]: audit 2024-02-20T01:05:37.070754+0000 mgr.smithi088.fydtne (mgr.14182) 1424 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:38.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:37 smithi150 bash[20372]: cluster 2024-02-20T01:05:36.838189+0000 mgr.smithi088.fydtne (mgr.14182) 1423 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:38.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:37 smithi150 bash[20372]: audit 2024-02-20T01:05:37.070754+0000 mgr.smithi088.fydtne (mgr.14182) 1424 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:38.735 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:40.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:39 smithi088 bash[16865]: cluster 2024-02-20T01:05:38.839177+0000 mgr.smithi088.fydtne (mgr.14182) 1425 : 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 2024-02-20T01:05:40.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:39 smithi150 bash[20372]: cluster 2024-02-20T01:05:38.839177+0000 mgr.smithi088.fydtne (mgr.14182) 1425 : 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 2024-02-20T01:05:41.876 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:41.876 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:42.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:41 smithi088 bash[16865]: cluster 2024-02-20T01:05:40.840964+0000 mgr.smithi088.fydtne (mgr.14182) 1426 : 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 2024-02-20T01:05:42.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:41 smithi150 bash[20372]: cluster 2024-02-20T01:05:40.840964+0000 mgr.smithi088.fydtne (mgr.14182) 1426 : 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 2024-02-20T01:05:42.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:43.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:43 smithi088 bash[16865]: audit 2024-02-20T01:05:41.867588+0000 mgr.smithi088.fydtne (mgr.14182) 1427 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:43.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:43 smithi150 bash[20372]: audit 2024-02-20T01:05:41.867588+0000 mgr.smithi088.fydtne (mgr.14182) 1427 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:43.532 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:44.337 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:44 smithi088 bash[16865]: cluster 2024-02-20T01:05:42.842821+0000 mgr.smithi088.fydtne (mgr.14182) 1428 : 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 2024-02-20T01:05:44.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:44 smithi150 bash[20372]: cluster 2024-02-20T01:05:42.842821+0000 mgr.smithi088.fydtne (mgr.14182) 1428 : 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 2024-02-20T01:05:46.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:46 smithi088 bash[16865]: cluster 2024-02-20T01:05:44.843872+0000 mgr.smithi088.fydtne (mgr.14182) 1429 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:46.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:46 smithi150 bash[20372]: cluster 2024-02-20T01:05:44.843872+0000 mgr.smithi088.fydtne (mgr.14182) 1429 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:46.843 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:46.843 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:47.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:48 smithi088 bash[16865]: audit 2024-02-20T01:05:46.834564+0000 mgr.smithi088.fydtne (mgr.14182) 1430 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:48 smithi088 bash[16865]: cluster 2024-02-20T01:05:46.846574+0000 mgr.smithi088.fydtne (mgr.14182) 1431 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:48.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:48 smithi150 bash[20372]: audit 2024-02-20T01:05:46.834564+0000 mgr.smithi088.fydtne (mgr.14182) 1430 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:48.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:48 smithi150 bash[20372]: cluster 2024-02-20T01:05:46.846574+0000 mgr.smithi088.fydtne (mgr.14182) 1431 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:48.504 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:50.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:50 smithi088 bash[16865]: cluster 2024-02-20T01:05:48.847649+0000 mgr.smithi088.fydtne (mgr.14182) 1432 : 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 2024-02-20T01:05:50.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:50 smithi150 bash[20372]: cluster 2024-02-20T01:05:48.847649+0000 mgr.smithi088.fydtne (mgr.14182) 1432 : 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 2024-02-20T01:05:51.634 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:51.634 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:52.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:52.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:52 smithi088 bash[16865]: cluster 2024-02-20T01:05:50.849429+0000 mgr.smithi088.fydtne (mgr.14182) 1433 : 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 2024-02-20T01:05:52.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:52 smithi150 bash[20372]: cluster 2024-02-20T01:05:50.849429+0000 mgr.smithi088.fydtne (mgr.14182) 1433 : 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 2024-02-20T01:05:53.259 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:53.272 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:53 smithi088 bash[16865]: audit 2024-02-20T01:05:51.627700+0000 mgr.smithi088.fydtne (mgr.14182) 1434 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:53.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:53 smithi150 bash[20372]: audit 2024-02-20T01:05:51.627700+0000 mgr.smithi088.fydtne (mgr.14182) 1434 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:54.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:54 smithi088 bash[16865]: cluster 2024-02-20T01:05:52.851216+0000 mgr.smithi088.fydtne (mgr.14182) 1435 : 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 2024-02-20T01:05:54.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:54 smithi150 bash[20372]: cluster 2024-02-20T01:05:52.851216+0000 mgr.smithi088.fydtne (mgr.14182) 1435 : 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 2024-02-20T01:05:56.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:56 smithi088 bash[16865]: cluster 2024-02-20T01:05:54.852294+0000 mgr.smithi088.fydtne (mgr.14182) 1436 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:56.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:56 smithi150 bash[20372]: cluster 2024-02-20T01:05:54.852294+0000 mgr.smithi088.fydtne (mgr.14182) 1436 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:05:56.460 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:05:56.460 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:05:57.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:05:58.078 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:05:58.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:58 smithi150 bash[20372]: audit 2024-02-20T01:05:56.448015+0000 mgr.smithi088.fydtne (mgr.14182) 1437 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:58.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:05:58 smithi150 bash[20372]: cluster 2024-02-20T01:05:56.854639+0000 mgr.smithi088.fydtne (mgr.14182) 1438 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:05:58.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:58 smithi088 bash[16865]: audit 2024-02-20T01:05:56.448015+0000 mgr.smithi088.fydtne (mgr.14182) 1437 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:05:58.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:05:58 smithi088 bash[16865]: cluster 2024-02-20T01:05:56.854639+0000 mgr.smithi088.fydtne (mgr.14182) 1438 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:00.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:00 smithi150 bash[20372]: cluster 2024-02-20T01:05:58.855592+0000 mgr.smithi088.fydtne (mgr.14182) 1439 : 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 2024-02-20T01:06:00.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:00 smithi088 bash[16865]: cluster 2024-02-20T01:05:58.855592+0000 mgr.smithi088.fydtne (mgr.14182) 1439 : 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 2024-02-20T01:06:01.244 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:01.244 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:01.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:01 smithi088 bash[16865]: audit 2024-02-20T01:06:00.812442+0000 mon.smithi088 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:06:01.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:01 smithi150 bash[20372]: audit 2024-02-20T01:06:00.812442+0000 mon.smithi088 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:06:01.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:02 smithi088 bash[16865]: cluster 2024-02-20T01:06:00.857182+0000 mgr.smithi088.fydtne (mgr.14182) 1440 : 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 2024-02-20T01:06:02.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:02 smithi150 bash[20372]: cluster 2024-02-20T01:06:00.857182+0000 mgr.smithi088.fydtne (mgr.14182) 1440 : 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 2024-02-20T01:06:02.876 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:03.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:03 smithi150 bash[20372]: audit 2024-02-20T01:06:01.236172+0000 mgr.smithi088.fydtne (mgr.14182) 1441 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:03.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:03 smithi088 bash[16865]: audit 2024-02-20T01:06:01.236172+0000 mgr.smithi088.fydtne (mgr.14182) 1441 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:04.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:04 smithi088 bash[16865]: cluster 2024-02-20T01:06:02.859175+0000 mgr.smithi088.fydtne (mgr.14182) 1442 : 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 2024-02-20T01:06:04.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:04 smithi150 bash[20372]: cluster 2024-02-20T01:06:02.859175+0000 mgr.smithi088.fydtne (mgr.14182) 1442 : 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 2024-02-20T01:06:06.163 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:06.164 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T00:55:39.006764Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:55:39.006978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T00:55:39.007196Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:55:39.006536Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:55:39.006212Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T00:55:39.008746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:55:39.007417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:55:39.007627Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:55:39.008537Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:06.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:06 smithi150 bash[20372]: cluster 2024-02-20T01:06:04.860230+0000 mgr.smithi088.fydtne (mgr.14182) 1443 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:06.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:06 smithi088 bash[16865]: cluster 2024-02-20T01:06:04.860230+0000 mgr.smithi088.fydtne (mgr.14182) 1443 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:06.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:07.785 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:08.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:06.155697+0000 mgr.smithi088.fydtne (mgr.14182) 1444 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: cluster 2024-02-20T01:06:06.862425+0000 mgr.smithi088.fydtne (mgr.14182) 1445 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:07.026773+0000 mon.smithi088 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:07.310997+0000 mon.smithi088 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:07.312767+0000 mon.smithi088 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:07.322772+0000 mon.smithi088 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:07.328565+0000 mon.smithi088 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:06:08.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:08 smithi088 bash[16865]: audit 2024-02-20T01:06:07.343162+0000 mon.smithi088 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:06.155697+0000 mgr.smithi088.fydtne (mgr.14182) 1444 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: cluster 2024-02-20T01:06:06.862425+0000 mgr.smithi088.fydtne (mgr.14182) 1445 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:07.026773+0000 mon.smithi088 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:07.310997+0000 mon.smithi088 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:07.312767+0000 mon.smithi088 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:07.322772+0000 mon.smithi088 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:07.328565+0000 mon.smithi088 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:06:08.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:08 smithi150 bash[20372]: audit 2024-02-20T01:06:07.343162+0000 mon.smithi088 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:09.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:09 smithi088 bash[16865]: cluster 2024-02-20T01:06:07.323784+0000 mgr.smithi088.fydtne (mgr.14182) 1446 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:09.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:09 smithi088 bash[16865]: cephadm 2024-02-20T01:06:07.346157+0000 mgr.smithi088.fydtne (mgr.14182) 1447 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.xneria on smithi150 2024-02-20T01:06:09.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:09 smithi088 bash[16865]: cluster 2024-02-20T01:06:08.318467+0000 mon.smithi088 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:06:09.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:09 smithi088 bash[16865]: cluster 2024-02-20T01:06:08.318553+0000 mon.smithi088 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2024-02-20T01:06:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:09 smithi150 bash[20372]: cluster 2024-02-20T01:06:07.323784+0000 mgr.smithi088.fydtne (mgr.14182) 1446 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:09 smithi150 bash[20372]: cephadm 2024-02-20T01:06:07.346157+0000 mgr.smithi088.fydtne (mgr.14182) 1447 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.xneria on smithi150 2024-02-20T01:06:09.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:09 smithi150 bash[20372]: cluster 2024-02-20T01:06:08.318467+0000 mon.smithi088 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:06:09.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:09 smithi150 bash[20372]: cluster 2024-02-20T01:06:08.318553+0000 mon.smithi088 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2024-02-20T01:06:10.913 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:10.913 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:03:51.937601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lptqrm on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:04:56.431842Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.nbbago on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-nbbago\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.nbbago\nDeploy daemon haproxy.nfs.foo.smithi150.nbbago ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.802199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.cvtauo on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-cvtauo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.cvtauo\nDeploy daemon haproxy.nfs.foo.smithi088.cvtauo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:05:00.806462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.kozmzh on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:11.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:11 smithi088 bash[16865]: cluster 2024-02-20T01:06:09.324567+0000 mgr.smithi088.fydtne (mgr.14182) 1448 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:11.341 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:11 smithi150 bash[20372]: cluster 2024-02-20T01:06:09.324567+0000 mgr.smithi088.fydtne (mgr.14182) 1448 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:11.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:12.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:12 smithi088 bash[16865]: audit 2024-02-20T01:06:10.898950+0000 mgr.smithi088.fydtne (mgr.14182) 1449 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:12.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:12 smithi088 bash[16865]: audit 2024-02-20T01:06:11.408860+0000 mon.smithi088 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.xneria"}]: dispatch 2024-02-20T01:06:12.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:12 smithi150 bash[20372]: audit 2024-02-20T01:06:10.898950+0000 mgr.smithi088.fydtne (mgr.14182) 1449 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:12.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:12 smithi150 bash[20372]: audit 2024-02-20T01:06:11.408860+0000 mon.smithi088 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.xneria"}]: dispatch 2024-02-20T01:06:12.510 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:13.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: cluster 2024-02-20T01:06:11.326408+0000 mgr.smithi088.fydtne (mgr.14182) 1450 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:13.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: cephadm 2024-02-20T01:06:11.407707+0000 mgr.smithi088.fydtne (mgr.14182) 1451 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:13.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.xneria ... 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:06:13.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.xneria ... 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: cephadm 2024-02-20T01:06:11.408244+0000 mgr.smithi088.fydtne (mgr.14182) 1452 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: cephadm 2024-02-20T01:06:11.410574+0000 mgr.smithi088.fydtne (mgr.14182) 1453 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.xneria ... 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:13.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:13.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:13 smithi088 bash[16865]: cephadm 2024-02-20T01:06:11.415599+0000 mgr.smithi088.fydtne (mgr.14182) 1454 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.jgdrcn on smithi088 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: cluster 2024-02-20T01:06:11.326408+0000 mgr.smithi088.fydtne (mgr.14182) 1450 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: cephadm 2024-02-20T01:06:11.407707+0000 mgr.smithi088.fydtne (mgr.14182) 1451 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.xneria ... 2024-02-20T01:06:13.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:13.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.xneria ... 2024-02-20T01:06:13.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:13.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:13.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:13.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: cephadm 2024-02-20T01:06:11.408244+0000 mgr.smithi088.fydtne (mgr.14182) 1452 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: cephadm 2024-02-20T01:06:11.410574+0000 mgr.smithi088.fydtne (mgr.14182) 1453 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria 2024-02-20T01:06:13.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.xneria ... 2024-02-20T01:06:13.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:13.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:13.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:13.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:13.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:13 smithi150 bash[20372]: cephadm 2024-02-20T01:06:11.415599+0000 mgr.smithi088.fydtne (mgr.14182) 1454 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.jgdrcn on smithi088 2024-02-20T01:06:15.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:15 smithi088 bash[16865]: cluster 2024-02-20T01:06:13.327615+0000 mgr.smithi088.fydtne (mgr.14182) 1455 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:15.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:15 smithi150 bash[20372]: cluster 2024-02-20T01:06:13.327615+0000 mgr.smithi088.fydtne (mgr.14182) 1455 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:15.963 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:15.963 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:16.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cluster 2024-02-20T01:06:15.328553+0000 mgr.smithi088.fydtne (mgr.14182) 1456 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: audit 2024-02-20T01:06:15.397273+0000 mon.smithi088 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cephadm 2024-02-20T01:06:15.456663+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.jgdrcn ... 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:06:16.684 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.jgdrcn ... 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cephadm 2024-02-20T01:06:15.456984+0000 mgr.smithi088.fydtne (mgr.14182) 1458 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: audit 2024-02-20T01:06:15.457679+0000 mon.smithi088 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.jgdrcn"}]: dispatch 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cephadm 2024-02-20T01:06:15.458748+0000 mgr.smithi088.fydtne (mgr.14182) 1459 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.jgdrcn ... 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:16.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:16.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cephadm 2024-02-20T01:06:15.460749+0000 mgr.smithi088.fydtne (mgr.14182) 1460 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:06:16.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cephadm 2024-02-20T01:06:15.462202+0000 mgr.smithi088.fydtne (mgr.14182) 1461 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:06:16.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cluster 2024-02-20T01:06:15.463117+0000 mgr.smithi088.fydtne (mgr.14182) 1462 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T01:06:16.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: audit 2024-02-20T01:06:15.951142+0000 mgr.smithi088.fydtne (mgr.14182) 1463 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:16.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:16 smithi150 bash[20372]: cluster 2024-02-20T01:06:16.057566+0000 mon.smithi088 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:06:16.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cluster 2024-02-20T01:06:15.328553+0000 mgr.smithi088.fydtne (mgr.14182) 1456 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-20T01:06:16.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: audit 2024-02-20T01:06:15.397273+0000 mon.smithi088 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:16.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cephadm 2024-02-20T01:06:15.456663+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.jgdrcn ... 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:06:16.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.jgdrcn ... 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cephadm 2024-02-20T01:06:15.456984+0000 mgr.smithi088.fydtne (mgr.14182) 1458 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: audit 2024-02-20T01:06:15.457679+0000 mon.smithi088 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.jgdrcn"}]: dispatch 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cephadm 2024-02-20T01:06:15.458748+0000 mgr.smithi088.fydtne (mgr.14182) 1459 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.jgdrcn ... 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:06:16.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:06:16.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:06:16.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cephadm 2024-02-20T01:06:15.460749+0000 mgr.smithi088.fydtne (mgr.14182) 1460 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:06:16.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cephadm 2024-02-20T01:06:15.462202+0000 mgr.smithi088.fydtne (mgr.14182) 1461 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:06:16.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cluster 2024-02-20T01:06:15.463117+0000 mgr.smithi088.fydtne (mgr.14182) 1462 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T01:06:16.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: audit 2024-02-20T01:06:15.951142+0000 mgr.smithi088.fydtne (mgr.14182) 1463 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:16.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:16 smithi088 bash[16865]: cluster 2024-02-20T01:06:16.057566+0000 mon.smithi088 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:06:17.646 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:18.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:17 smithi088 bash[16865]: audit 2024-02-20T01:06:16.819915+0000 mon.smithi088 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:18.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:17 smithi150 bash[20372]: audit 2024-02-20T01:06:16.819915+0000 mon.smithi088 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:18.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:18 smithi088 bash[16865]: cluster 2024-02-20T01:06:17.464910+0000 mgr.smithi088.fydtne (mgr.14182) 1464 : cluster [DBG] pgmap v954: 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 2024-02-20T01:06:19.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:18 smithi150 bash[20372]: cluster 2024-02-20T01:06:17.464910+0000 mgr.smithi088.fydtne (mgr.14182) 1464 : cluster [DBG] pgmap v954: 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 2024-02-20T01:06:20.608 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:20.609 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:21.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:20 smithi088 bash[16865]: cluster 2024-02-20T01:06:19.465726+0000 mgr.smithi088.fydtne (mgr.14182) 1465 : cluster [DBG] pgmap v955: 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 2024-02-20T01:06:21.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:20 smithi150 bash[20372]: cluster 2024-02-20T01:06:19.465726+0000 mgr.smithi088.fydtne (mgr.14182) 1465 : cluster [DBG] pgmap v955: 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 2024-02-20T01:06:21.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:22.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:21 smithi150 bash[20372]: audit 2024-02-20T01:06:20.594295+0000 mgr.smithi088.fydtne (mgr.14182) 1466 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:22.204 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:22.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:21 smithi088 bash[16865]: audit 2024-02-20T01:06:20.594295+0000 mgr.smithi088.fydtne (mgr.14182) 1466 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:23.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:22 smithi150 bash[20372]: cluster 2024-02-20T01:06:21.467787+0000 mgr.smithi088.fydtne (mgr.14182) 1467 : cluster [DBG] pgmap v956: 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 2024-02-20T01:06:23.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:22 smithi088 bash[16865]: cluster 2024-02-20T01:06:21.467787+0000 mgr.smithi088.fydtne (mgr.14182) 1467 : cluster [DBG] pgmap v956: 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 2024-02-20T01:06:25.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:24 smithi150 bash[20372]: cluster 2024-02-20T01:06:23.468797+0000 mgr.smithi088.fydtne (mgr.14182) 1468 : cluster [DBG] pgmap v957: 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 2024-02-20T01:06:25.268 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:25.268 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:25.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:24 smithi088 bash[16865]: cluster 2024-02-20T01:06:23.468797+0000 mgr.smithi088.fydtne (mgr.14182) 1468 : cluster [DBG] pgmap v957: 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 2024-02-20T01:06:25.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:26.867 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:27.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:26 smithi150 bash[20372]: audit 2024-02-20T01:06:25.256037+0000 mgr.smithi088.fydtne (mgr.14182) 1469 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:27.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:26 smithi150 bash[20372]: cluster 2024-02-20T01:06:25.470096+0000 mgr.smithi088.fydtne (mgr.14182) 1470 : cluster [DBG] pgmap v958: 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 2024-02-20T01:06:27.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:26 smithi088 bash[16865]: audit 2024-02-20T01:06:25.256037+0000 mgr.smithi088.fydtne (mgr.14182) 1469 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:27.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:26 smithi088 bash[16865]: cluster 2024-02-20T01:06:25.470096+0000 mgr.smithi088.fydtne (mgr.14182) 1470 : cluster [DBG] pgmap v958: 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 2024-02-20T01:06:29.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:28 smithi150 bash[20372]: cluster 2024-02-20T01:06:27.471120+0000 mgr.smithi088.fydtne (mgr.14182) 1471 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:29.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:28 smithi088 bash[16865]: cluster 2024-02-20T01:06:27.471120+0000 mgr.smithi088.fydtne (mgr.14182) 1471 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:30.052 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:30.052 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:30.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:30 smithi088 bash[16865]: cluster 2024-02-20T01:06:29.472139+0000 mgr.smithi088.fydtne (mgr.14182) 1472 : 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 2024-02-20T01:06:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:30 smithi088 bash[16865]: audit 2024-02-20T01:06:30.040664+0000 mgr.smithi088.fydtne (mgr.14182) 1473 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:30 smithi088 bash[16865]: audit 2024-02-20T01:06:30.398374+0000 mon.smithi088 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:31.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:30 smithi150 bash[20372]: cluster 2024-02-20T01:06:29.472139+0000 mgr.smithi088.fydtne (mgr.14182) 1472 : 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 2024-02-20T01:06:31.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:30 smithi150 bash[20372]: audit 2024-02-20T01:06:30.040664+0000 mgr.smithi088.fydtne (mgr.14182) 1473 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:31.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:30 smithi150 bash[20372]: audit 2024-02-20T01:06:30.398374+0000 mon.smithi088 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:06:31.657 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:32.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:32 smithi088 bash[16865]: cluster 2024-02-20T01:06:31.474255+0000 mgr.smithi088.fydtne (mgr.14182) 1474 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:33.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:32 smithi150 bash[20372]: cluster 2024-02-20T01:06:31.474255+0000 mgr.smithi088.fydtne (mgr.14182) 1474 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:34.723 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:34.723 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:35.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:34 smithi088 bash[16865]: cluster 2024-02-20T01:06:33.475702+0000 mgr.smithi088.fydtne (mgr.14182) 1475 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:34 smithi150 bash[20372]: cluster 2024-02-20T01:06:33.475702+0000 mgr.smithi088.fydtne (mgr.14182) 1475 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:35.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:36.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:35 smithi150 bash[20372]: audit 2024-02-20T01:06:34.714523+0000 mgr.smithi088.fydtne (mgr.14182) 1476 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:36.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:35 smithi088 bash[16865]: audit 2024-02-20T01:06:34.714523+0000 mgr.smithi088.fydtne (mgr.14182) 1476 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:36.386 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:37.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:36 smithi150 bash[20372]: cluster 2024-02-20T01:06:35.477484+0000 mgr.smithi088.fydtne (mgr.14182) 1477 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:37.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:36 smithi088 bash[16865]: cluster 2024-02-20T01:06:35.477484+0000 mgr.smithi088.fydtne (mgr.14182) 1477 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:39.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:38 smithi150 bash[20372]: cluster 2024-02-20T01:06:37.478621+0000 mgr.smithi088.fydtne (mgr.14182) 1478 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:39.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:38 smithi088 bash[16865]: cluster 2024-02-20T01:06:37.478621+0000 mgr.smithi088.fydtne (mgr.14182) 1478 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:39.550 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:39.550 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:40.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:40 smithi150 bash[20372]: cluster 2024-02-20T01:06:39.479680+0000 mgr.smithi088.fydtne (mgr.14182) 1479 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:41.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:40 smithi150 bash[20372]: audit 2024-02-20T01:06:39.536223+0000 mgr.smithi088.fydtne (mgr.14182) 1480 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:41.221 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:41.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:40 smithi088 bash[16865]: cluster 2024-02-20T01:06:39.479680+0000 mgr.smithi088.fydtne (mgr.14182) 1479 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:41.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:40 smithi088 bash[16865]: audit 2024-02-20T01:06:39.536223+0000 mgr.smithi088.fydtne (mgr.14182) 1480 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:43.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:42 smithi150 bash[20372]: cluster 2024-02-20T01:06:41.480801+0000 mgr.smithi088.fydtne (mgr.14182) 1481 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:43.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:42 smithi088 bash[16865]: cluster 2024-02-20T01:06:41.480801+0000 mgr.smithi088.fydtne (mgr.14182) 1481 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:44.466 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:44.466 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:45.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:45.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:44 smithi150 bash[20372]: cluster 2024-02-20T01:06:43.482227+0000 mgr.smithi088.fydtne (mgr.14182) 1482 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:45.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:44 smithi088 bash[16865]: cluster 2024-02-20T01:06:43.482227+0000 mgr.smithi088.fydtne (mgr.14182) 1482 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:46.084 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:46.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:45 smithi088 bash[16865]: audit 2024-02-20T01:06:44.452811+0000 mgr.smithi088.fydtne (mgr.14182) 1483 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:46.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:45 smithi150 bash[20372]: audit 2024-02-20T01:06:44.452811+0000 mgr.smithi088.fydtne (mgr.14182) 1483 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:47.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:46 smithi088 bash[16865]: cluster 2024-02-20T01:06:45.483931+0000 mgr.smithi088.fydtne (mgr.14182) 1484 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:47.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:46 smithi150 bash[20372]: cluster 2024-02-20T01:06:45.483931+0000 mgr.smithi088.fydtne (mgr.14182) 1484 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:49.107 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:49.107 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:49.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:48 smithi088 bash[16865]: cluster 2024-02-20T01:06:47.485846+0000 mgr.smithi088.fydtne (mgr.14182) 1485 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:49.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:48 smithi150 bash[20372]: cluster 2024-02-20T01:06:47.485846+0000 mgr.smithi088.fydtne (mgr.14182) 1485 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:49.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:50.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:49 smithi088 bash[16865]: audit 2024-02-20T01:06:49.095468+0000 mgr.smithi088.fydtne (mgr.14182) 1486 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:50.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:49 smithi150 bash[20372]: audit 2024-02-20T01:06:49.095468+0000 mgr.smithi088.fydtne (mgr.14182) 1486 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:50.734 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:51.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:50 smithi088 bash[16865]: cluster 2024-02-20T01:06:49.486944+0000 mgr.smithi088.fydtne (mgr.14182) 1487 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:51.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:50 smithi150 bash[20372]: cluster 2024-02-20T01:06:49.486944+0000 mgr.smithi088.fydtne (mgr.14182) 1487 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:53.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:52 smithi088 bash[16865]: cluster 2024-02-20T01:06:51.489135+0000 mgr.smithi088.fydtne (mgr.14182) 1488 : 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 2024-02-20T01:06:53.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:52 smithi150 bash[20372]: cluster 2024-02-20T01:06:51.489135+0000 mgr.smithi088.fydtne (mgr.14182) 1488 : 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 2024-02-20T01:06:53.843 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:53.843 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:54.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:55.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:54 smithi088 bash[16865]: cluster 2024-02-20T01:06:53.490582+0000 mgr.smithi088.fydtne (mgr.14182) 1489 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:55.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:54 smithi088 bash[16865]: audit 2024-02-20T01:06:53.828616+0000 mgr.smithi088.fydtne (mgr.14182) 1490 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:55.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:54 smithi150 bash[20372]: cluster 2024-02-20T01:06:53.490582+0000 mgr.smithi088.fydtne (mgr.14182) 1489 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:06:55.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:54 smithi150 bash[20372]: audit 2024-02-20T01:06:53.828616+0000 mgr.smithi088.fydtne (mgr.14182) 1490 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:06:55.516 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:06:57.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:57 smithi088 bash[16865]: cluster 2024-02-20T01:06:55.492336+0000 mgr.smithi088.fydtne (mgr.14182) 1491 : 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 2024-02-20T01:06:57.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:57 smithi150 bash[20372]: cluster 2024-02-20T01:06:55.492336+0000 mgr.smithi088.fydtne (mgr.14182) 1491 : 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 2024-02-20T01:06:58.672 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:06:58.672 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:06:59.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:06:59.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:06:59 smithi150 bash[20372]: cluster 2024-02-20T01:06:57.494158+0000 mgr.smithi088.fydtne (mgr.14182) 1492 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:06:59.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:06:59 smithi088 bash[16865]: cluster 2024-02-20T01:06:57.494158+0000 mgr.smithi088.fydtne (mgr.14182) 1492 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:00.272 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:00.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:00 smithi150 bash[20372]: audit 2024-02-20T01:06:58.659283+0000 mgr.smithi088.fydtne (mgr.14182) 1493 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:00.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:00 smithi150 bash[20372]: cluster 2024-02-20T01:06:59.495251+0000 mgr.smithi088.fydtne (mgr.14182) 1494 : 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 2024-02-20T01:07:00.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:00 smithi088 bash[16865]: audit 2024-02-20T01:06:58.659283+0000 mgr.smithi088.fydtne (mgr.14182) 1493 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:00.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:00 smithi088 bash[16865]: cluster 2024-02-20T01:06:59.495251+0000 mgr.smithi088.fydtne (mgr.14182) 1494 : 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 2024-02-20T01:07:02.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:02 smithi088 bash[16865]: cluster 2024-02-20T01:07:01.497185+0000 mgr.smithi088.fydtne (mgr.14182) 1495 : 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 2024-02-20T01:07:02.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:02 smithi150 bash[20372]: cluster 2024-02-20T01:07:01.497185+0000 mgr.smithi088.fydtne (mgr.14182) 1495 : 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 2024-02-20T01:07:03.284 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:03.284 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:03.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:04.915 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:04.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:04 smithi088 bash[16865]: audit 2024-02-20T01:07:03.273180+0000 mgr.smithi088.fydtne (mgr.14182) 1496 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:04.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:04 smithi088 bash[16865]: cluster 2024-02-20T01:07:03.498031+0000 mgr.smithi088.fydtne (mgr.14182) 1497 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:04.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:04 smithi150 bash[20372]: audit 2024-02-20T01:07:03.273180+0000 mgr.smithi088.fydtne (mgr.14182) 1496 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:04.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:04 smithi150 bash[20372]: cluster 2024-02-20T01:07:03.498031+0000 mgr.smithi088.fydtne (mgr.14182) 1497 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:06.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:06 smithi150 bash[20372]: cluster 2024-02-20T01:07:05.499747+0000 mgr.smithi088.fydtne (mgr.14182) 1498 : 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 2024-02-20T01:07:07.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:06 smithi088 bash[16865]: cluster 2024-02-20T01:07:05.499747+0000 mgr.smithi088.fydtne (mgr.14182) 1498 : 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 2024-02-20T01:07:08.080 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:08.080 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:08.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:08.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:08 smithi150 bash[20372]: cluster 2024-02-20T01:07:07.501697+0000 mgr.smithi088.fydtne (mgr.14182) 1499 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:08.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:08 smithi150 bash[20372]: audit 2024-02-20T01:07:08.074157+0000 mgr.smithi088.fydtne (mgr.14182) 1500 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:09.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:08 smithi088 bash[16865]: cluster 2024-02-20T01:07:07.501697+0000 mgr.smithi088.fydtne (mgr.14182) 1499 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:09.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:08 smithi088 bash[16865]: audit 2024-02-20T01:07:08.074157+0000 mgr.smithi088.fydtne (mgr.14182) 1500 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:09.682 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:10.833 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:10 smithi088 bash[16865]: cluster 2024-02-20T01:07:09.502756+0000 mgr.smithi088.fydtne (mgr.14182) 1501 : 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 2024-02-20T01:07:10.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:10 smithi150 bash[20372]: cluster 2024-02-20T01:07:09.502756+0000 mgr.smithi088.fydtne (mgr.14182) 1501 : 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 2024-02-20T01:07:12.728 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:12.728 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:12.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:12 smithi150 bash[20372]: cluster 2024-02-20T01:07:11.504121+0000 mgr.smithi088.fydtne (mgr.14182) 1502 : 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 2024-02-20T01:07:13.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:12 smithi088 bash[16865]: cluster 2024-02-20T01:07:11.504121+0000 mgr.smithi088.fydtne (mgr.14182) 1502 : 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 2024-02-20T01:07:13.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:13.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:13 smithi088 bash[16865]: audit 2024-02-20T01:07:12.718192+0000 mgr.smithi088.fydtne (mgr.14182) 1503 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:13.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:13 smithi150 bash[20372]: audit 2024-02-20T01:07:12.718192+0000 mgr.smithi088.fydtne (mgr.14182) 1503 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:14.360 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:14.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:14 smithi088 bash[16865]: cluster 2024-02-20T01:07:13.505545+0000 mgr.smithi088.fydtne (mgr.14182) 1504 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:14.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:14 smithi150 bash[20372]: cluster 2024-02-20T01:07:13.505545+0000 mgr.smithi088.fydtne (mgr.14182) 1504 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:15.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:15 smithi088 bash[16865]: audit 2024-02-20T01:07:15.465309+0000 mon.smithi088 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:07:15.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:15 smithi150 bash[20372]: audit 2024-02-20T01:07:15.465309+0000 mon.smithi088 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:07:17.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:16 smithi088 bash[16865]: cluster 2024-02-20T01:07:15.506813+0000 mgr.smithi088.fydtne (mgr.14182) 1505 : 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 2024-02-20T01:07:17.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:16 smithi088 bash[16865]: audit 2024-02-20T01:07:15.773557+0000 mon.smithi088 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:17.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:16 smithi150 bash[20372]: cluster 2024-02-20T01:07:15.506813+0000 mgr.smithi088.fydtne (mgr.14182) 1505 : 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 2024-02-20T01:07:17.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:16 smithi150 bash[20372]: audit 2024-02-20T01:07:15.773557+0000 mon.smithi088 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:17.442 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:17.442 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T00:56:53.002118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T00:56:53.002499Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T00:56:53.002772Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T00:56:53.003030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T00:56:53.003536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T00:56:53.003284Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T00:56:53.004583Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:18.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:19.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:18 smithi088 bash[16865]: audit 2024-02-20T01:07:17.435748+0000 mgr.smithi088.fydtne (mgr.14182) 1506 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:19.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:18 smithi088 bash[16865]: cluster 2024-02-20T01:07:17.508758+0000 mgr.smithi088.fydtne (mgr.14182) 1507 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:19.064 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:19.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:18 smithi150 bash[20372]: audit 2024-02-20T01:07:17.435748+0000 mgr.smithi088.fydtne (mgr.14182) 1506 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:19.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:18 smithi150 bash[20372]: cluster 2024-02-20T01:07:17.508758+0000 mgr.smithi088.fydtne (mgr.14182) 1507 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:21.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:20 smithi088 bash[16865]: cluster 2024-02-20T01:07:19.509933+0000 mgr.smithi088.fydtne (mgr.14182) 1508 : 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 2024-02-20T01:07:21.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:20 smithi150 bash[20372]: cluster 2024-02-20T01:07:19.509933+0000 mgr.smithi088.fydtne (mgr.14182) 1508 : 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 2024-02-20T01:07:22.271 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:22.272 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:05:00.808559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.npdsfo on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:22.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: audit 2024-02-20T01:07:21.370983+0000 mon.smithi088 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: cluster 2024-02-20T01:07:21.512098+0000 mgr.smithi088.fydtne (mgr.14182) 1509 : 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 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: audit 2024-02-20T01:07:21.672203+0000 mon.smithi088 (mon.0) 1040 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: audit 2024-02-20T01:07:21.673918+0000 mon.smithi088 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: audit 2024-02-20T01:07:21.682718+0000 mon.smithi088 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: cluster 2024-02-20T01:07:21.683636+0000 mgr.smithi088.fydtne (mgr.14182) 1510 : cluster [DBG] pgmap v987: 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 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: audit 2024-02-20T01:07:21.691508+0000 mon.smithi088 (mon.0) 1043 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: audit 2024-02-20T01:07:21.704837+0000 mon.smithi088 (mon.0) 1044 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:22.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:22 smithi150 bash[20372]: cephadm 2024-02-20T01:07:21.708680+0000 mgr.smithi088.fydtne (mgr.14182) 1511 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.hhuqod on smithi150 2024-02-20T01:07:22.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: audit 2024-02-20T01:07:21.370983+0000 mon.smithi088 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:22.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: cluster 2024-02-20T01:07:21.512098+0000 mgr.smithi088.fydtne (mgr.14182) 1509 : 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 2024-02-20T01:07:22.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: audit 2024-02-20T01:07:21.672203+0000 mon.smithi088 (mon.0) 1040 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:07:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: audit 2024-02-20T01:07:21.673918+0000 mon.smithi088 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:07:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: audit 2024-02-20T01:07:21.682718+0000 mon.smithi088 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: cluster 2024-02-20T01:07:21.683636+0000 mgr.smithi088.fydtne (mgr.14182) 1510 : cluster [DBG] pgmap v987: 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 2024-02-20T01:07:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: audit 2024-02-20T01:07:21.691508+0000 mon.smithi088 (mon.0) 1043 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:07:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: audit 2024-02-20T01:07:21.704837+0000 mon.smithi088 (mon.0) 1044 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:22.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:22 smithi088 bash[16865]: cephadm 2024-02-20T01:07:21.708680+0000 mgr.smithi088.fydtne (mgr.14182) 1511 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.hhuqod on smithi150 2024-02-20T01:07:22.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:23.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:23 smithi150 bash[20372]: audit 2024-02-20T01:07:22.260398+0000 mgr.smithi088.fydtne (mgr.14182) 1512 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:23.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:23 smithi150 bash[20372]: cluster 2024-02-20T01:07:22.368498+0000 mon.smithi088 (mon.0) 1045 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:07:23.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:23 smithi150 bash[20372]: cluster 2024-02-20T01:07:22.368590+0000 mon.smithi088 (mon.0) 1046 : cluster [INF] Cluster is now healthy 2024-02-20T01:07:23.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:23 smithi088 bash[16865]: audit 2024-02-20T01:07:22.260398+0000 mgr.smithi088.fydtne (mgr.14182) 1512 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:23.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:23 smithi088 bash[16865]: cluster 2024-02-20T01:07:22.368498+0000 mon.smithi088 (mon.0) 1045 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T01:07:23.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:23 smithi088 bash[16865]: cluster 2024-02-20T01:07:22.368590+0000 mon.smithi088 (mon.0) 1046 : cluster [INF] Cluster is now healthy 2024-02-20T01:07:23.936 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:24.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:24 smithi150 bash[20372]: cluster 2024-02-20T01:07:23.684835+0000 mgr.smithi088.fydtne (mgr.14182) 1513 : cluster [DBG] pgmap v988: 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 2024-02-20T01:07:24.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:24 smithi088 bash[16865]: cluster 2024-02-20T01:07:23.684835+0000 mgr.smithi088.fydtne (mgr.14182) 1513 : cluster [DBG] pgmap v988: 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 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: cluster 2024-02-20T01:07:25.685803+0000 mgr.smithi088.fydtne (mgr.14182) 1514 : cluster [DBG] pgmap v989: 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 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: cephadm 2024-02-20T01:07:25.824341+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.hhuqod ... 2024-02-20T01:07:27.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.hhuqod ... 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: cephadm 2024-02-20T01:07:25.824940+0000 mgr.smithi088.fydtne (mgr.14182) 1516 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: audit 2024-02-20T01:07:25.825615+0000 mon.smithi088 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.hhuqod"}]: dispatch 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: cephadm 2024-02-20T01:07:25.827137+0000 mgr.smithi088.fydtne (mgr.14182) 1517 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi150.hhuqod ... 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:26 smithi088 bash[16865]: cephadm 2024-02-20T01:07:25.830278+0000 mgr.smithi088.fydtne (mgr.14182) 1518 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.vxqaow on smithi088 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: cluster 2024-02-20T01:07:25.685803+0000 mgr.smithi088.fydtne (mgr.14182) 1514 : cluster [DBG] pgmap v989: 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 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: cephadm 2024-02-20T01:07:25.824341+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.hhuqod ... 2024-02-20T01:07:27.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.hhuqod ... 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: cephadm 2024-02-20T01:07:25.824940+0000 mgr.smithi088.fydtne (mgr.14182) 1516 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: audit 2024-02-20T01:07:25.825615+0000 mon.smithi088 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.hhuqod"}]: dispatch 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: cephadm 2024-02-20T01:07:25.827137+0000 mgr.smithi088.fydtne (mgr.14182) 1517 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:27.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi150.hhuqod ... 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:27.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:26 smithi150 bash[20372]: cephadm 2024-02-20T01:07:25.830278+0000 mgr.smithi088.fydtne (mgr.14182) 1518 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.vxqaow on smithi088 2024-02-20T01:07:27.220 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:27.220 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:11.410252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.xneria on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-xneria\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.xneria\nDeploy daemon haproxy.nfs.foo.smithi150.xneria ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.458592Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.jgdrcn on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-jgdrcn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.jgdrcn\nDeploy daemon haproxy.nfs.foo.smithi088.jgdrcn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:06:15.460657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.xtgfpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -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.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:27.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:28.901 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:29.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:28 smithi088 bash[16865]: audit 2024-02-20T01:07:27.206064+0000 mgr.smithi088.fydtne (mgr.14182) 1519 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:29.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:28 smithi088 bash[16865]: cluster 2024-02-20T01:07:27.687157+0000 mgr.smithi088.fydtne (mgr.14182) 1520 : cluster [DBG] pgmap v990: 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 2024-02-20T01:07:29.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:28 smithi150 bash[20372]: audit 2024-02-20T01:07:27.206064+0000 mgr.smithi088.fydtne (mgr.14182) 1519 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:29.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:28 smithi150 bash[20372]: cluster 2024-02-20T01:07:27.687157+0000 mgr.smithi088.fydtne (mgr.14182) 1520 : cluster [DBG] pgmap v990: 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 2024-02-20T01:07:31.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cluster 2024-02-20T01:07:29.688016+0000 mgr.smithi088.fydtne (mgr.14182) 1521 : cluster [DBG] pgmap v991: 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 2024-02-20T01:07:31.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cephadm 2024-02-20T01:07:30.106592+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:31.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.vxqaow ... 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Traceback (most recent call last): 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: yield (conn, connr) 2024-02-20T01:07:31.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: code, '\n'.join(err))) 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.vxqaow ... 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cephadm 2024-02-20T01:07:30.106816+0000 mgr.smithi088.fydtne (mgr.14182) 1523 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: audit 2024-02-20T01:07:30.107223+0000 mon.smithi088 (mon.0) 1048 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.vxqaow"}]: dispatch 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cephadm 2024-02-20T01:07:30.108295+0000 mgr.smithi088.fydtne (mgr.14182) 1524 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stdout 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Deploy daemon haproxy.nfs.foo.smithi088.vxqaow ... 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cephadm 2024-02-20T01:07:30.112131+0000 mgr.smithi088.fydtne (mgr.14182) 1525 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:07:31.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cephadm 2024-02-20T01:07:30.115265+0000 mgr.smithi088.fydtne (mgr.14182) 1526 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:07:31.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: cluster 2024-02-20T01:07:30.116469+0000 mgr.smithi088.fydtne (mgr.14182) 1527 : cluster [DBG] pgmap v992: 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 2024-02-20T01:07:31.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:30 smithi088 bash[16865]: audit 2024-02-20T01:07:30.400548+0000 mon.smithi088 (mon.0) 1049 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cluster 2024-02-20T01:07:29.688016+0000 mgr.smithi088.fydtne (mgr.14182) 1521 : cluster [DBG] pgmap v991: 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 2024-02-20T01:07:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cephadm 2024-02-20T01:07:30.106592+0000 mgr.smithi088.fydtne (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-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.183 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.vxqaow ... 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Traceback (most recent call last): 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: yield (conn, connr) 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: code, '\n'.join(err))) 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.vxqaow ... 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cephadm 2024-02-20T01:07:30.106816+0000 mgr.smithi088.fydtne (mgr.14182) 1523 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: audit 2024-02-20T01:07:30.107223+0000 mon.smithi088 (mon.0) 1048 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.vxqaow"}]: dispatch 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cephadm 2024-02-20T01:07:30.108295+0000 mgr.smithi088.fydtne (mgr.14182) 1524 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stdout 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: /usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Deploy daemon haproxy.nfs.foo.smithi088.vxqaow ... 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: stat: stderr See 'docker run --help'. 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cephadm 2024-02-20T01:07:30.112131+0000 mgr.smithi088.fydtne (mgr.14182) 1525 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cephadm 2024-02-20T01:07:30.115265+0000 mgr.smithi088.fydtne (mgr.14182) 1526 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: cluster 2024-02-20T01:07:30.116469+0000 mgr.smithi088.fydtne (mgr.14182) 1527 : cluster [DBG] pgmap v992: 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 2024-02-20T01:07:31.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:30 smithi150 bash[20372]: audit 2024-02-20T01:07:30.400548+0000 mon.smithi088 (mon.0) 1049 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:32.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:31 smithi088 bash[16865]: cluster 2024-02-20T01:07:30.752026+0000 mon.smithi088 (mon.0) 1050 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:07:32.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:31 smithi150 bash[20372]: cluster 2024-02-20T01:07:30.752026+0000 mon.smithi088 (mon.0) 1050 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:07:32.413 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:32.414 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:33.112 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:32 smithi088 bash[16865]: audit 2024-02-20T01:07:31.882322+0000 mon.smithi088 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:33.112 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:32 smithi088 bash[16865]: cluster 2024-02-20T01:07:32.117964+0000 mgr.smithi088.fydtne (mgr.14182) 1528 : cluster [DBG] pgmap v993: 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 2024-02-20T01:07:33.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:33.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:32 smithi150 bash[20372]: audit 2024-02-20T01:07:31.882322+0000 mon.smithi088 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:33.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:32 smithi150 bash[20372]: cluster 2024-02-20T01:07:32.117964+0000 mgr.smithi088.fydtne (mgr.14182) 1528 : cluster [DBG] pgmap v993: 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 2024-02-20T01:07:34.114 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:34.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:33 smithi150 bash[20372]: audit 2024-02-20T01:07:32.407361+0000 mgr.smithi088.fydtne (mgr.14182) 1529 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:34.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:33 smithi088 bash[16865]: audit 2024-02-20T01:07:32.407361+0000 mgr.smithi088.fydtne (mgr.14182) 1529 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:35.182 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:34 smithi150 bash[20372]: cluster 2024-02-20T01:07:34.118977+0000 mgr.smithi088.fydtne (mgr.14182) 1530 : cluster [DBG] pgmap v994: 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 2024-02-20T01:07:35.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:34 smithi088 bash[16865]: cluster 2024-02-20T01:07:34.118977+0000 mgr.smithi088.fydtne (mgr.14182) 1530 : cluster [DBG] pgmap v994: 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 2024-02-20T01:07:36.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:36 smithi088 bash[16865]: cluster 2024-02-20T01:07:36.120108+0000 mgr.smithi088.fydtne (mgr.14182) 1531 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-20T01:07:36.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:36 smithi150 bash[20372]: cluster 2024-02-20T01:07:36.120108+0000 mgr.smithi088.fydtne (mgr.14182) 1531 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-20T01:07:37.309 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:37.309 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:37.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:38.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:38 smithi088 bash[16865]: audit 2024-02-20T01:07:37.294830+0000 mgr.smithi088.fydtne (mgr.14182) 1532 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:38.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:38 smithi088 bash[16865]: cluster 2024-02-20T01:07:38.121658+0000 mgr.smithi088.fydtne (mgr.14182) 1533 : cluster [DBG] pgmap v996: 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 2024-02-20T01:07:38.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:38 smithi150 bash[20372]: audit 2024-02-20T01:07:37.294830+0000 mgr.smithi088.fydtne (mgr.14182) 1532 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:38.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:38 smithi150 bash[20372]: cluster 2024-02-20T01:07:38.121658+0000 mgr.smithi088.fydtne (mgr.14182) 1533 : cluster [DBG] pgmap v996: 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 2024-02-20T01:07:38.890 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:41.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:41 smithi150 bash[20372]: cluster 2024-02-20T01:07:40.123060+0000 mgr.smithi088.fydtne (mgr.14182) 1534 : cluster [DBG] pgmap v997: 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 2024-02-20T01:07:41.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:41 smithi088 bash[16865]: cluster 2024-02-20T01:07:40.123060+0000 mgr.smithi088.fydtne (mgr.14182) 1534 : cluster [DBG] pgmap v997: 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 2024-02-20T01:07:42.116 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:42.116 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:42.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:42 smithi088 bash[16865]: audit 2024-02-20T01:07:42.104224+0000 mgr.smithi088.fydtne (mgr.14182) 1535 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:42.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:42 smithi150 bash[20372]: audit 2024-02-20T01:07:42.104224+0000 mgr.smithi088.fydtne (mgr.14182) 1535 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:42.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:43.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:43 smithi088 bash[16865]: cluster 2024-02-20T01:07:42.124300+0000 mgr.smithi088.fydtne (mgr.14182) 1536 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:43.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:43 smithi150 bash[20372]: cluster 2024-02-20T01:07:42.124300+0000 mgr.smithi088.fydtne (mgr.14182) 1536 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:43.772 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:45.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:45 smithi088 bash[16865]: cluster 2024-02-20T01:07:44.125311+0000 mgr.smithi088.fydtne (mgr.14182) 1537 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:45.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:45 smithi150 bash[20372]: cluster 2024-02-20T01:07:44.125311+0000 mgr.smithi088.fydtne (mgr.14182) 1537 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:46.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:46 smithi150 bash[20372]: audit 2024-02-20T01:07:45.399956+0000 mon.smithi088 (mon.0) 1052 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:46.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:46 smithi088 bash[16865]: audit 2024-02-20T01:07:45.399956+0000 mon.smithi088 (mon.0) 1052 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:07:46.810 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:46.810 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:47.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:47.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:47 smithi150 bash[20372]: cluster 2024-02-20T01:07:46.127348+0000 mgr.smithi088.fydtne (mgr.14182) 1538 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:47.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:47 smithi150 bash[20372]: audit 2024-02-20T01:07:46.797679+0000 mgr.smithi088.fydtne (mgr.14182) 1539 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:47.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:47 smithi088 bash[16865]: cluster 2024-02-20T01:07:46.127348+0000 mgr.smithi088.fydtne (mgr.14182) 1538 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:47.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:47 smithi088 bash[16865]: audit 2024-02-20T01:07:46.797679+0000 mgr.smithi088.fydtne (mgr.14182) 1539 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:48.469 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:49.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:49 smithi150 bash[20372]: cluster 2024-02-20T01:07:48.128823+0000 mgr.smithi088.fydtne (mgr.14182) 1540 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:49.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:49 smithi088 bash[16865]: cluster 2024-02-20T01:07:48.128823+0000 mgr.smithi088.fydtne (mgr.14182) 1540 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:51.462 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:51.462 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:51.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:51 smithi150 bash[20372]: cluster 2024-02-20T01:07:50.130124+0000 mgr.smithi088.fydtne (mgr.14182) 1541 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:51.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:51 smithi088 bash[16865]: cluster 2024-02-20T01:07:50.130124+0000 mgr.smithi088.fydtne (mgr.14182) 1541 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:52.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:52.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:52 smithi150 bash[20372]: audit 2024-02-20T01:07:51.455896+0000 mgr.smithi088.fydtne (mgr.14182) 1542 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:52.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:52 smithi088 bash[16865]: audit 2024-02-20T01:07:51.455896+0000 mgr.smithi088.fydtne (mgr.14182) 1542 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:53.092 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:53.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:53 smithi088 bash[16865]: cluster 2024-02-20T01:07:52.132329+0000 mgr.smithi088.fydtne (mgr.14182) 1543 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:53.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:53 smithi150 bash[20372]: cluster 2024-02-20T01:07:52.132329+0000 mgr.smithi088.fydtne (mgr.14182) 1543 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:55.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:55 smithi088 bash[16865]: cluster 2024-02-20T01:07:54.133057+0000 mgr.smithi088.fydtne (mgr.14182) 1544 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:55.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:55 smithi150 bash[20372]: cluster 2024-02-20T01:07:54.133057+0000 mgr.smithi088.fydtne (mgr.14182) 1544 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:07:56.437 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:07:56.438 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:07:57.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:07:57.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:57 smithi088 bash[16865]: cluster 2024-02-20T01:07:56.134085+0000 mgr.smithi088.fydtne (mgr.14182) 1545 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:57.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:57 smithi088 bash[16865]: audit 2024-02-20T01:07:56.423875+0000 mgr.smithi088.fydtne (mgr.14182) 1546 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:57.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:57 smithi150 bash[20372]: cluster 2024-02-20T01:07:56.134085+0000 mgr.smithi088.fydtne (mgr.14182) 1545 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:07:57.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:57 smithi150 bash[20372]: audit 2024-02-20T01:07:56.423875+0000 mgr.smithi088.fydtne (mgr.14182) 1546 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:07:58.043 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:07:59.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:07:59 smithi088 bash[16865]: cluster 2024-02-20T01:07:58.135459+0000 mgr.smithi088.fydtne (mgr.14182) 1547 : 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 2024-02-20T01:07:59.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:07:59 smithi150 bash[20372]: cluster 2024-02-20T01:07:58.135459+0000 mgr.smithi088.fydtne (mgr.14182) 1547 : 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 2024-02-20T01:08:01.184 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:01.185 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:01.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:01 smithi088 bash[16865]: cluster 2024-02-20T01:08:00.136948+0000 mgr.smithi088.fydtne (mgr.14182) 1548 : 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 2024-02-20T01:08:01.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:01.935 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:01 smithi150 bash[20372]: cluster 2024-02-20T01:08:00.136948+0000 mgr.smithi088.fydtne (mgr.14182) 1548 : 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 2024-02-20T01:08:02.798 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:08:02.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:02 smithi088 bash[16865]: audit 2024-02-20T01:08:01.178280+0000 mgr.smithi088.fydtne (mgr.14182) 1549 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:02.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:02 smithi150 bash[20372]: audit 2024-02-20T01:08:01.178280+0000 mgr.smithi088.fydtne (mgr.14182) 1549 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:03.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:03 smithi088 bash[16865]: cluster 2024-02-20T01:08:02.139198+0000 mgr.smithi088.fydtne (mgr.14182) 1550 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:08:03.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:03 smithi150 bash[20372]: cluster 2024-02-20T01:08:02.139198+0000 mgr.smithi088.fydtne (mgr.14182) 1550 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:08:05.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:05 smithi088 bash[16865]: cluster 2024-02-20T01:08:04.140099+0000 mgr.smithi088.fydtne (mgr.14182) 1551 : 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 2024-02-20T01:08:05.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:05 smithi150 bash[20372]: cluster 2024-02-20T01:08:04.140099+0000 mgr.smithi088.fydtne (mgr.14182) 1551 : 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 2024-02-20T01:08:06.120 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:06.120 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:06.767 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:06 smithi088 bash[16865]: audit 2024-02-20T01:08:06.106249+0000 mgr.smithi088.fydtne (mgr.14182) 1552 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:06.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:06.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:06 smithi150 bash[20372]: audit 2024-02-20T01:08:06.106249+0000 mgr.smithi088.fydtne (mgr.14182) 1552 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:07.769 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:08:07.780 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:07 smithi088 bash[16865]: cluster 2024-02-20T01:08:06.142084+0000 mgr.smithi088.fydtne (mgr.14182) 1553 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:08:07.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:07 smithi150 bash[20372]: cluster 2024-02-20T01:08:06.142084+0000 mgr.smithi088.fydtne (mgr.14182) 1553 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:08:09.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:09 smithi088 bash[16865]: cluster 2024-02-20T01:08:08.143076+0000 mgr.smithi088.fydtne (mgr.14182) 1554 : 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 2024-02-20T01:08:09.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:09 smithi150 bash[20372]: cluster 2024-02-20T01:08:08.143076+0000 mgr.smithi088.fydtne (mgr.14182) 1554 : 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 2024-02-20T01:08:10.996 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:10.996 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:11.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:11.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:11 smithi088 bash[16865]: cluster 2024-02-20T01:08:10.144390+0000 mgr.smithi088.fydtne (mgr.14182) 1555 : 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 2024-02-20T01:08:11.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:11 smithi088 bash[16865]: audit 2024-02-20T01:08:10.985534+0000 mgr.smithi088.fydtne (mgr.14182) 1556 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:11.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:11 smithi150 bash[20372]: cluster 2024-02-20T01:08:10.144390+0000 mgr.smithi088.fydtne (mgr.14182) 1555 : 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 2024-02-20T01:08:11.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:11 smithi150 bash[20372]: audit 2024-02-20T01:08:10.985534+0000 mgr.smithi088.fydtne (mgr.14182) 1556 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:12.619 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:08:13.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:13 smithi088 bash[16865]: cluster 2024-02-20T01:08:12.146557+0000 mgr.smithi088.fydtne (mgr.14182) 1557 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:08:13.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:13 smithi150 bash[20372]: cluster 2024-02-20T01:08:12.146557+0000 mgr.smithi088.fydtne (mgr.14182) 1557 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:08:15.775 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:15.776 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:15.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:15 smithi088 bash[16865]: cluster 2024-02-20T01:08:14.147522+0000 mgr.smithi088.fydtne (mgr.14182) 1558 : 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 2024-02-20T01:08:15.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:15 smithi150 bash[20372]: cluster 2024-02-20T01:08:14.147522+0000 mgr.smithi088.fydtne (mgr.14182) 1558 : 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 2024-02-20T01:08:16.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:16.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:16 smithi088 bash[16865]: audit 2024-02-20T01:08:15.769382+0000 mgr.smithi088.fydtne (mgr.14182) 1559 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:16.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:16 smithi150 bash[20372]: audit 2024-02-20T01:08:15.769382+0000 mgr.smithi088.fydtne (mgr.14182) 1559 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:17.456 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:08:17.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:17 smithi088 bash[16865]: cluster 2024-02-20T01:08:16.149723+0000 mgr.smithi088.fydtne (mgr.14182) 1560 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:08:17.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:17 smithi150 bash[20372]: cluster 2024-02-20T01:08:16.149723+0000 mgr.smithi088.fydtne (mgr.14182) 1560 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:08:19.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:19 smithi088 bash[16865]: cluster 2024-02-20T01:08:18.151150+0000 mgr.smithi088.fydtne (mgr.14182) 1561 : 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 2024-02-20T01:08:19.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:19 smithi150 bash[20372]: cluster 2024-02-20T01:08:18.151150+0000 mgr.smithi088.fydtne (mgr.14182) 1561 : 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 2024-02-20T01:08:20.805 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:20.805 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:21.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:21.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:21 smithi088 bash[16865]: cluster 2024-02-20T01:08:20.152528+0000 mgr.smithi088.fydtne (mgr.14182) 1562 : 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 2024-02-20T01:08:21.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:21 smithi088 bash[16865]: audit 2024-02-20T01:08:20.791590+0000 mgr.smithi088.fydtne (mgr.14182) 1563 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:21.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:21 smithi150 bash[20372]: cluster 2024-02-20T01:08:20.152528+0000 mgr.smithi088.fydtne (mgr.14182) 1562 : 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 2024-02-20T01:08:21.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:21 smithi150 bash[20372]: audit 2024-02-20T01:08:20.791590+0000 mgr.smithi088.fydtne (mgr.14182) 1563 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:22.447 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:08:23.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:23 smithi088 bash[16865]: cluster 2024-02-20T01:08:22.154676+0000 mgr.smithi088.fydtne (mgr.14182) 1564 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:08:23.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:23 smithi150 bash[20372]: cluster 2024-02-20T01:08:22.154676+0000 mgr.smithi088.fydtne (mgr.14182) 1564 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-20T01:08:25.665 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:25.666 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:25.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:25 smithi088 bash[16865]: cluster 2024-02-20T01:08:24.155723+0000 mgr.smithi088.fydtne (mgr.14182) 1565 : 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 2024-02-20T01:08:25.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:25 smithi150 bash[20372]: cluster 2024-02-20T01:08:24.155723+0000 mgr.smithi088.fydtne (mgr.14182) 1565 : 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 2024-02-20T01:08:26.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:26.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:26 smithi088 bash[16865]: audit 2024-02-20T01:08:25.658986+0000 mgr.smithi088.fydtne (mgr.14182) 1566 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:26.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:26 smithi150 bash[20372]: audit 2024-02-20T01:08:25.658986+0000 mgr.smithi088.fydtne (mgr.14182) 1566 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:27.319 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T01:08:27.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:27 smithi088 bash[16865]: cluster 2024-02-20T01:08:26.157892+0000 mgr.smithi088.fydtne (mgr.14182) 1567 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:08:27.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:27 smithi150 bash[20372]: cluster 2024-02-20T01:08:26.157892+0000 mgr.smithi088.fydtne (mgr.14182) 1567 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T01:08:29.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:29 smithi150 bash[20372]: cluster 2024-02-20T01:08:28.159353+0000 mgr.smithi088.fydtne (mgr.14182) 1568 : 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 2024-02-20T01:08:30.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:29 smithi088 bash[16865]: cluster 2024-02-20T01:08:28.159353+0000 mgr.smithi088.fydtne (mgr.14182) 1568 : 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 2024-02-20T01:08:30.612 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-20T01:08:30.612 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:35:49.055073Z", "last_refresh": "2024-02-20T01:06:07.014649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:35:40.953147Z", "last_refresh": "2024-02-20T01:06:07.014854Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:35:45.041645Z", "last_refresh": "2024-02-20T01:06:07.015054Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T01:06:15.462112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.lufqoc on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:25.826798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hhuqod on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi150-hhuqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi150.hhuqod\nDeploy daemon haproxy.nfs.foo.smithi150.hhuqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.108077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.vxqaow on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi088-vxqaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi088.vxqaow\nDeploy daemon haproxy.nfs.foo.smithi088.vxqaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T01:07:30.111910Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.pmknbp on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T01:07:30.115081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.xvwvpu on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-20T00:43:08.925435Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:35:38.936509Z", "last_refresh": "2024-02-20T01:06:07.014432Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:10.862033Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:37:10.856659Z", "last_refresh": "2024-02-20T01:06:07.014112Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:43:08.923586Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-20T00:43:08.919448Z", "last_refresh": "2024-02-20T01:06:07.016464Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:35:47.100665Z", "last_refresh": "2024-02-20T01:06:07.015252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:37:36.714937Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:37:36.708199Z", "last_refresh": "2024-02-20T01:06:07.015450Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:35:43.003442Z", "last_refresh": "2024-02-20T01:07:21.359675Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:43:03.267753Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-20T00:43:18.747227Z", "last_refresh": "2024-02-20T01:06:07.016263Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-20T01:08:30.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:30 smithi150 bash[20372]: audit 2024-02-20T01:08:30.120643+0000 mon.smithi088 (mon.0) 1053 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:08:30.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:30 smithi150 bash[20372]: audit 2024-02-20T01:08:30.401778+0000 mon.smithi088 (mon.0) 1054 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:08:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:30 smithi088 bash[16865]: audit 2024-02-20T01:08:30.120643+0000 mon.smithi088 (mon.0) 1053 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T01:08:31.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:30 smithi088 bash[16865]: audit 2024-02-20T01:08:30.401778+0000 mon.smithi088 (mon.0) 1054 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:08:31.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T01:08:31.236 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-20T01:08:31.490 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0b50ad5225e4419fa4ccc8270eb7f3ac Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-20T01:08:31.492 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-20T01:08:31.503 INFO:tasks.vip:Removing 10.0.15.88 (and any VIPs) on smithi088.front.sepia.ceph.com iface enp3s0f1... 2024-02-20T01:08:31.503 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr del 10.0.15.88/16 dev enp3s0f1 2024-02-20T01:08:31.524 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr del 10.0.31.88/16 dev enp3s0f1 2024-02-20T01:08:31.586 INFO:teuthology.orchestra.run.smithi088.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-20T01:08:31.587 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T01:08:31.587 INFO:tasks.vip:Removing 10.0.15.150 (and any VIPs) on smithi150.front.sepia.ceph.com iface enp3s0f1... 2024-02-20T01:08:31.588 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.15.150/16 dev enp3s0f1 2024-02-20T01:08:31.600 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.31.88/16 dev enp3s0f1 2024-02-20T01:08:31.656 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T01:08:31.657 INFO:teuthology.orchestra.run.smithi150.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-20T01:08:31.657 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-20T01:08:31.668 INFO:tasks.cephadm:Teardown begin 2024-02-20T01:08:31.669 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:08:31.684 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:08:31.712 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-20T01:08:31.713 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T01:08:31.734 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T01:08:31.760 INFO:tasks.cephadm:Stopping all daemons... 2024-02-20T01:08:31.760 INFO:tasks.cephadm.mon.smithi088:Stopping mon.smithi088... 2024-02-20T01:08:31.760 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi088 2024-02-20T01:08:31.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: cluster 2024-02-20T01:08:30.160785+0000 mgr.smithi088.fydtne (mgr.14182) 1569 : 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 2024-02-20T01:08:31.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: audit 2024-02-20T01:08:30.601750+0000 mgr.smithi088.fydtne (mgr.14182) 1570 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: audit 2024-02-20T01:08:30.729291+0000 mon.smithi088 (mon.0) 1055 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: audit 2024-02-20T01:08:30.730887+0000 mon.smithi088 (mon.0) 1056 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: audit 2024-02-20T01:08:30.740398+0000 mon.smithi088 (mon.0) 1057 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: cluster 2024-02-20T01:08:30.741809+0000 mgr.smithi088.fydtne (mgr.14182) 1571 : cluster [DBG] pgmap v1023: 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 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: audit 2024-02-20T01:08:30.746544+0000 mon.smithi088 (mon.0) 1058 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: audit 2024-02-20T01:08:30.762231+0000 mon.smithi088 (mon.0) 1059 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:08:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: cephadm 2024-02-20T01:08:30.766714+0000 mgr.smithi088.fydtne (mgr.14182) 1572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.gwjyzt on smithi150 2024-02-20T01:08:31.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: cluster 2024-02-20T01:08:30.160785+0000 mgr.smithi088.fydtne (mgr.14182) 1569 : 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 2024-02-20T01:08:31.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: audit 2024-02-20T01:08:30.601750+0000 mgr.smithi088.fydtne (mgr.14182) 1570 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: audit 2024-02-20T01:08:30.729291+0000 mon.smithi088 (mon.0) 1055 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: audit 2024-02-20T01:08:30.730887+0000 mon.smithi088 (mon.0) 1056 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: audit 2024-02-20T01:08:30.740398+0000 mon.smithi088 (mon.0) 1057 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: cluster 2024-02-20T01:08:30.741809+0000 mgr.smithi088.fydtne (mgr.14182) 1571 : cluster [DBG] pgmap v1023: 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 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: audit 2024-02-20T01:08:30.746544+0000 mon.smithi088 (mon.0) 1058 : audit [DBG] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: audit 2024-02-20T01:08:30.762231+0000 mon.smithi088 (mon.0) 1059 : audit [INF] from='mgr.14182 172.21.15.88:0/1534310105' entity='mgr.smithi088.fydtne' 2024-02-20T01:08:31.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:31 smithi150 bash[20372]: cephadm 2024-02-20T01:08:30.766714+0000 mgr.smithi088.fydtne (mgr.14182) 1572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.gwjyzt on smithi150 2024-02-20T01:08:32.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 6b568d3c-cf87-11ee-95bb-87774f69a715... 2024-02-20T01:08:32.054 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[111660]: Error response from daemon: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-mon.smithi088 2024-02-20T01:08:32.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: debug 2024-02-20T01:08:31.990+0000 7f8722a6e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi088 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T01:08:32.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 20 01:08:31 smithi088 bash[16865]: debug 2024-02-20T01:08:31.990+0000 7f8722a6e700 -1 mon.smithi088@0(leader) e2 *** Got Signal Terminated *** 2024-02-20T01:08:32.977 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi088.service' 2024-02-20T01:08:33.061 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:08:33.062 INFO:tasks.cephadm.mon.smithi088:Stopped mon.smithi088 2024-02-20T01:08:33.062 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2024-02-20T01:08:33.062 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi150 2024-02-20T01:08:33.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:33 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for 6b568d3c-cf87-11ee-95bb-87774f69a715... 2024-02-20T01:08:33.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:33 smithi150 bash[46448]: Error response from daemon: No such container: ceph-6b568d3c-cf87-11ee-95bb-87774f69a715-mon.smithi150 2024-02-20T01:08:33.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:33 smithi150 bash[20372]: debug 2024-02-20T01:08:33.476+0000 7fbeea76e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi150 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T01:08:33.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 20 01:08:33 smithi150 bash[20372]: debug 2024-02-20T01:08:33.476+0000 7fbeea76e700 -1 mon.smithi150@1(peon) e2 *** Got Signal Terminated *** 2024-02-20T01:08:34.377 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b568d3c-cf87-11ee-95bb-87774f69a715@mon.smithi150.service' 2024-02-20T01:08:34.420 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:08:34.420 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2024-02-20T01:08:34.420 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T01:09:39.357 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T01:10:32.627 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:10:32.644 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:10:32.658 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-20T01:10:32.660 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/remote/ubuntu@smithi088.front.sepia.ceph.com/crash 2024-02-20T01:10:32.660 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/crash -- . 2024-02-20T01:10:32.701 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T01:10:32.702 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-02-20T01:10:32.704 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/remote/ubuntu@smithi150.front.sepia.ceph.com/crash 2024-02-20T01:10:32.705 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/crash -- . 2024-02-20T01:10:32.722 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T01:10:32.722 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2024-02-20T01:10:32.723 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-20T01:10:32.723 DEBUG:teuthology.orchestra.run.smithi088:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-20T01:10:32.764 INFO:teuthology.orchestra.run.smithi088.stdout:2024-02-20T00:43:36.672173+0000 mon.smithi088 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T01:10:32.766 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-20T01:10:32.766 INFO:tasks.cephadm:Compressing logs... 2024-02-20T01:10:32.766 DEBUG:teuthology.orchestra.run.smithi088:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T01:10:32.810 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T01:10:32.823 INFO:teuthology.orchestra.run.smithi088.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-20T01:10:32.823 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T01:10:32.824 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mgr.smithi088.fydtne.log 2024-02-20T01:10:32.827 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T01:10:32.830 INFO:teuthology.orchestra.run.smithi150.stderr:find: '/var/log/rbd-target-api'gzip -5 : No such file or directory--verbose -- 2024-02-20T01:10:32.830 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log 2024-02-20T01:10:32.831 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.6.log 2024-02-20T01:10:32.831 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T01:10:32.831 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.0.log 2024-02-20T01:10:32.831 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T01:10:32.833 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi088.klwvvy.log 2024-02-20T01:10:32.833 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mgr.smithi088.fydtne.log: /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T01:10:32.833 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi088.klwvvy.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.7.log 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr: 78.6% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi088.klwvvy.log.gz 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.1.log 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.5.log 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.1.log: /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.3.log 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.audit.log: 96.3% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log 2024-02-20T01:10:32.834 INFO:teuthology.orchestra.run.smithi088.stderr: 91.5% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T01:10:32.835 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mon.smithi088.log 2024-02-20T01:10:32.836 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log: 92.6% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T01:10:32.838 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi150.pncrft.log 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi150.pncrft.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mgr.smithi150.xxaftj.log 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr: 79.8%gzip -5 --verbose /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.audit.log: -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.2.log 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr: -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi150.pncrft.log.gz 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mgr.smithi150.xxaftj.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.4.log 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.2.log: 91.7% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr: 96.4% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T01:10:32.839 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log 2024-02-20T01:10:32.840 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mon.smithi150.log 2024-02-20T01:10:32.840 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T01:10:32.841 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mon.smithi088.log: 90.4% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T01:10:32.841 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mon.smithi150.log: 90.5% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T01:10:32.842 INFO:teuthology.orchestra.run.smithi150.stderr: 93.5% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mgr.smithi150.xxaftj.log.gz 2024-02-20T01:10:32.843 INFO:teuthology.orchestra.run.smithi088.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T01:10:32.844 INFO:teuthology.orchestra.run.smithi150.stderr: 92.6% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T01:10:33.251 INFO:teuthology.orchestra.run.smithi088.stderr: 89.6% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mgr.smithi088.fydtne.log.gz 2024-02-20T01:10:33.253 INFO:teuthology.orchestra.run.smithi150.stderr: 92.8% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mon.smithi150.log.gz 2024-02-20T01:10:33.710 INFO:teuthology.orchestra.run.smithi088.stderr: 90.2% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-mon.smithi088.log.gz 2024-02-20T01:10:33.909 INFO:teuthology.orchestra.run.smithi088.stderr: 93.4% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.1.log.gz 2024-02-20T01:10:33.978 INFO:teuthology.orchestra.run.smithi150.stderr: 93.4% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.2.log.gz 2024-02-20T01:10:34.002 INFO:teuthology.orchestra.run.smithi150.stderr: 93.3% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.6.log.gz 2024-02-20T01:10:34.075 INFO:teuthology.orchestra.run.smithi150.stderr: 93.7% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.4.log.gz 2024-02-20T01:10:34.104 INFO:teuthology.orchestra.run.smithi088.stderr: 93.5% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.7.log.gz 2024-02-20T01:10:34.120 INFO:teuthology.orchestra.run.smithi150.stderr: 93.6% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.0.log.gz 2024-02-20T01:10:34.122 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-20T01:10:34.122 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m1.306s 2024-02-20T01:10:34.122 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m5.140s 2024-02-20T01:10:34.122 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.217s 2024-02-20T01:10:34.246 INFO:teuthology.orchestra.run.smithi088.stderr: 93.5% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.5.log.gz 2024-02-20T01:10:34.322 INFO:teuthology.orchestra.run.smithi088.stderr: 93.6% -- replaced with /var/log/ceph/6b568d3c-cf87-11ee-95bb-87774f69a715/ceph-osd.3.log.gz 2024-02-20T01:10:34.324 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-20T01:10:34.324 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m1.511s 2024-02-20T01:10:34.324 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m6.424s 2024-02-20T01:10:34.324 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.219s 2024-02-20T01:10:34.324 INFO:tasks.cephadm:Archiving logs... 2024-02-20T01:10:34.325 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/remote/ubuntu@smithi088.front.sepia.ceph.com/log 2024-02-20T01:10:34.326 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T01:10:35.282 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/remote/ubuntu@smithi150.front.sepia.ceph.com/log 2024-02-20T01:10:35.283 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T01:10:36.052 INFO:tasks.cephadm:Removing cluster... 2024-02-20T01:10:36.052 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 --force 2024-02-20T01:10:37.440 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b568d3c-cf87-11ee-95bb-87774f69a715 --force 2024-02-20T01:10:38.829 INFO:tasks.cephadm:Removing cephadm ... 2024-02-20T01:10:38.830 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T01:10:38.837 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T01:10:38.841 INFO:tasks.cephadm:Teardown complete 2024-02-20T01:10:38.842 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-20T01:10:38.852 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2024-02-20T01:10:38.852 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_1 2024-02-20T01:10:39.176 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-20T01:10:39.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:39.178 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2024-02-20T01:10:39.178 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_2 2024-02-20T01:10:39.452 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-20T01:10:39.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:39.454 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2024-02-20T01:10:39.454 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_3 2024-02-20T01:10:39.740 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-20T01:10:39.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:39.742 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2024-02-20T01:10:39.742 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_4 2024-02-20T01:10:40.024 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-20T01:10:40.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:40.026 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-20T01:10:40.026 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2024-02-20T01:10:40.041 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-02-20T01:10:40.042 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_1 2024-02-20T01:10:40.331 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-20T01:10:40.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:40.333 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-02-20T01:10:40.333 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_2 2024-02-20T01:10:40.615 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-20T01:10:40.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:40.616 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-02-20T01:10:40.617 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_3 2024-02-20T01:10:40.911 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-20T01:10:40.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:40.912 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-02-20T01:10:40.913 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_4 2024-02-20T01:10:41.199 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-20T01:10:41.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:41.201 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-20T01:10:41.201 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-02-20T01:10:41.217 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-20T01:10:41.229 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-20T01:10:41.229 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T01:10:41.231 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T01:10:41.252 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2024-02-20T01:10:41.253 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2024-02-20T01:10:41.253 INFO:teuthology.orchestra.run.smithi088.stdout:*hv01.front.sepi 44.4.53.2 2 u 49 128 377 0.103 -1.470 0.194 2024-02-20T01:10:41.253 INFO:teuthology.orchestra.run.smithi088.stdout:+hv02.front.sepi 96.245.170.99 3 u 48 128 377 0.058 1.302 0.097 2024-02-20T01:10:41.253 INFO:teuthology.orchestra.run.smithi088.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 128 377 0.085 1.170 0.059 2024-02-20T01:10:41.254 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-20T01:10:41.281 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2024-02-20T01:10:41.281 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2024-02-20T01:10:41.282 INFO:teuthology.orchestra.run.smithi150.stdout:*hv01.front.sepi 44.4.53.2 2 u 34 64 377 0.110 -0.670 0.237 2024-02-20T01:10:41.282 INFO:teuthology.orchestra.run.smithi150.stdout:+hv02.front.sepi 96.245.170.99 3 u 52 64 377 0.072 1.997 0.126 2024-02-20T01:10:41.282 INFO:teuthology.orchestra.run.smithi150.stdout:+hv03.front.sepi 74.6.168.72 3 u 44 64 377 0.083 2.171 0.251 2024-02-20T01:10:41.282 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-20T01:10:41.282 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-20T01:10:41.301 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-20T01:10:41.302 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-20T01:10:41.315 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-20T01:10:41.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-20T01:10:41.349 INFO:teuthology.task.internal:Duration was 2679.583166 seconds 2024-02-20T01:10:41.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-20T01:10:41.366 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-20T01:10:41.367 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T01:10:41.369 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T01:10:41.420 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-20T01:10:41.420 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-02-20T01:10:41.421 DEBUG:teuthology.orchestra.run.smithi088:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T01:10:41.431 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-02-20T01:10:41.431 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T01:10:41.447 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-20T01:10:41.447 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T01:10:41.478 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T01:10:41.548 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-20T01:10:41.549 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T01:10:41.551 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T01:10:41.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-20T01:10:41.709 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-20T01:10:41.710 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T01:10:41.724 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T01:10:41.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-20T01:10:41.753 DEBUG:teuthology.orchestra.run.smithi088:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:10:41.770 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:10:41.780 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-02-20T01:10:41.796 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-02-20T01:10:41.825 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:10:41.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:41.857 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:10:41.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:10:41.872 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-20T01:10:41.883 INFO:teuthology.task.internal:Transferring archived files... 2024-02-20T01:10:41.884 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/remote/smithi088 2024-02-20T01:10:41.885 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T01:10:41.945 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153/remote/smithi150 2024-02-20T01:10:41.946 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T01:10:41.974 INFO:teuthology.task.internal:Removing archive directory... 2024-02-20T01:10:41.974 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T01:10:41.981 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T01:10:42.017 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-20T01:10:42.034 INFO:teuthology.task.internal:Not uploading archives. 2024-02-20T01:10:42.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-20T01:10:42.057 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-20T01:10:42.058 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T01:10:42.062 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T01:10:42.068 INFO:teuthology.orchestra.run.smithi088.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 01:10 /home/ubuntu/cephtest 2024-02-20T01:10:42.070 INFO:teuthology.orchestra.run.smithi150.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 01:10 /home/ubuntu/cephtest 2024-02-20T01:10:42.073 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-20T01:10:42.090 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-20T01:10:42.121 INFO:teuthology.nuke:Checking targets against current locks 2024-02-20T01:10:42.150 DEBUG:teuthology.nuke:shortname: smithi088 2024-02-20T01:10:42.151 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T01:10:42.178 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153', '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': '2024-02-20 00:06:10.047144', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-20T01:10:42.182 DEBUG:teuthology.nuke:shortname: smithi150 2024-02-20T01:10:42.182 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T01:10:42.205 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568153', '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': '2024-02-20 00:06:10.048975', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-20T01:10:42.230 INFO:teuthology.orchestra.console.smithi088:Power off 2024-02-20T01:10:42.230 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T01:10:42.255 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2024-02-20T01:10:42.255 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:42.276 INFO:teuthology.orchestra.console.smithi150:Power off 2024-02-20T01:10:42.276 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T01:10:42.288 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-02-20T01:10:42.300 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2024-02-20T01:10:42.300 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:42.324 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-02-20T01:10:46.289 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:46.325 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:46.401 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-02-20T01:10:46.435 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-02-20T01:10:50.405 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:50.436 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:50.516 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-02-20T01:10:50.547 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2024-02-20T01:10:50.648 INFO:teuthology.orchestra.console.smithi150:Power off completed 2024-02-20T01:10:54.521 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:10:54.631 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2024-02-20T01:10:54.732 INFO:teuthology.orchestra.console.smithi088:Power off completed 2024-02-20T01:10:54.836 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2679.583166360855 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0b50ad5225e4419fa4ccc8270eb7f3ac status: fail success: false 2024-02-20T01:10:54.836 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-20T01:10:54.912 INFO:teuthology.run:FAIL